MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Browser & Automation
🕸️

Obsidian

Featured

Automate Obsidian vaults — search, create, move, and manage Markdown notes via obsidian-cli.

Peter Steinbergerv1.0.0
ProductivityOpen SourceAutomationCLIDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install obsidian
362Stars
87.8kDownloads
578Current Installs
874All-time Installs
📦
v1.0.0Version
📅
Apr 30, 2026Updated
View Source(ClawHub)

Obsidian Skill Overview

The Obsidian skill lets AI agents work directly with your Obsidian vaults using obsidian-cli. It can search note names and content, create new notes, safely rename and move files (updating all [[wikilinks]] automatically), and delete notes — all without breaking your vault's internal link graph. Because Obsidian vaults are plain Markdown folders on disk, the skill can also read and edit .md files directly when that's the most efficient approach.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install obsidian
or

Click the Install button at the top of this page for one-click setup

When to Use Obsidian

Best Fit

  • You want an AI agent to search your notes by name or content and surface relevant snippets.
  • You need to create new notes in a specific folder, optionally with pre-filled content, via Obsidian's URI handler.
  • You need to rename or move notes safely — obsidian-cli move updates all [[wikilinks]] across the vault, which a plain mv command would break.
  • You want to automate vault maintenance (deleting stale notes, bulk creating entries) without manually touching Obsidian.

When Not to Use

  • You are not using the Obsidian desktop app — obsidian-cli depends on Obsidian being installed and its vault registry (obsidian.json) being present.
  • You need to work with canvas files (.canvas) or plugin configuration (.obsidian/) — those formats are not covered by this skill.
  • You are on Linux or Windows — obsidian-cli is installed via Homebrew and the vault registry path referenced is macOS-specific (~/Library/Application Support/obsidian/).

Key Features

Note Search (by name and content)

Use obsidian-cli search to find notes by filename, or obsidian-cli search-content to search inside notes with matching snippets and line numbers returned.

Safe Move & Rename with Wikilink Updates

obsidian-cli move renames or relocates a note and automatically updates all [[wikilinks]] and common Markdown links that reference it across the vault — a critical advantage over a raw filesystem rename.

Note Creation via Obsidian URI Handler

Create notes at any vault path with optional pre-filled content using obsidian-cli create, which routes through Obsidian's URI handler to ensure the new file is properly registered.

Vault Discovery from Config

The skill reads Obsidian's own obsidian.json to locate active vaults rather than hardcoding paths, correctly handling multi-vault setups (iCloud, work/personal, etc.).

Direct Markdown File Editing

For simple reads or edits, the skill can open .md files directly — Obsidian picks up filesystem changes automatically, making direct edits a fast and valid alternative to CLI commands.

Use Cases

AI-powered note retrieval

Ask your agent to find all notes related to a project or topic. It uses search-content to return relevant snippets and line references, letting you quickly locate information buried across hundreds of notes.

Automated note creation from external data

Pipe in meeting transcripts, web research, or task lists and have the agent create structured Markdown notes in the right vault folder, complete with frontmatter and content, using obsidian-cli create.

Vault refactoring and reorganization

Rename or restructure note hierarchies without manually hunting down broken links — obsidian-cli move keeps all internal references intact across the entire vault.

Stale note cleanup

Have the agent search for outdated or duplicate notes and delete them with obsidian-cli delete, keeping the vault tidy without requiring you to manually browse folders.

Connecting to VM...
npx clawhub@latest install obsidian
362Stars
87.8kDownloads
578Current Installs
874All-time Installs
📦
v1.0.0Version
📅
Apr 30, 2026Updated
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!