Automate Obsidian vaults — search, create, move, and manage Markdown notes via obsidian-cli.
npx clawhub@latest install obsidianThe 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.
npx clawhub@latest install obsidianClick the Install button at the top of this page for one-click setup
obsidian-cli move updates all [[wikilinks]] across the vault, which a plain mv command would break.obsidian-cli depends on Obsidian being installed and its vault registry (obsidian.json) being present..canvas) or plugin configuration (.obsidian/) — those formats are not covered by this skill.obsidian-cli is installed via Homebrew and the vault registry path referenced is macOS-specific (~/Library/Application Support/obsidian/).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.
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.
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.
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.).
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.
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.
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.
Rename or restructure note hierarchies without manually hunting down broken links — obsidian-cli move keeps all internal references intact across the entire vault.
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.
npx clawhub@latest install obsidianLog in to write a review
No reviews yet. Be the first to share your experience!