Manage Obsidian vault notes, tasks, links, and plugins via CLI.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "obsidian" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/openclaw/main/skills/obsidian/SKILL.md 2. Save it as ~/.claude/skills/obsidian/SKILL.md 3. Reload skills and tell me it's ready
Search my Obsidian vault for all notes containing “weekly meeting”, collect action items from the last 30 days, and create a new note called “Weekly Meeting Action Summary” grouped by project with source links.
A new summary note with grouped action items and links back to the source notes.
Find all notes in the vault tagged #research that are missing a status property, add status: active to them, and return a list of modified notes.
The notes are updated in bulk, and a list of modified note names or paths is returned.
Search my Obsidian notes around “generative AI”, identify related pages, backlinks, and open tasks, then create an index note with an overview, key note links, and next actions.
A structured topic index note is created, connecting related content and listing follow-up tasks.
Use the official obsidian CLI for Obsidian vault work. Vault files are plain Markdown, so direct file edits are still fine when safer/faster.
obsidian registered on PATH.Check:
obsidian version
obsidian help
macOS registration creates /usr/local/bin/obsidian pointing at the app-bundled CLI. Linux registration copies the binary to ~/.local/bin/obsidian.
*.md..obsidian/; avoid editing unless asked.*.canvas JSON.vault="<name>" when ambiguous.Obsidian desktop tracks vaults here:
~/Library/Application Support/obsidian/obsidian.jsonobsidian <command> [name=value] [flag]
obsidian vault="Notes" search query="meeting notes" format=json
Parameter values with spaces need quotes. Add --copy to copy output where useful.
Open/read:
obsidian open file=Recipe
obsidian open path="Inbox/Idea.md" newtab
obsidian read
obsidian read file=Recipe
Search:
obsidian search query="TODO" matches
obsidian search query="status::active" format=json
obsidian search:open query="project notes"
Create/modify:
obsidian create name="New Note"
obsidian create path="Inbox/Idea.md" content="# Idea"
obsidian append file=Note content="New line"
obsidian prepend file=Note content="After frontmatter"
Move/delete:
obsidian move file=Note to=Archive/
obsidian move path="Inbox/Old.md" to="Projects/New.md"
obsidian delete file=Note
Daily/tasks:
obsidian daily
obsidian daily:read
obsidian daily:append content="- [ ] Review inbox"
obsidian tasks all todo
obsidian task file=Note line=8 done
Properties/links:
obsidian tags all counts
obsidian property:read file=Note name=status
obsidian property:set file=Note name=status value=done
obsidian backlinks file=Note
obsidian unresolved verbose counts
Developer/debug:
obsidian plugin:reload my-plugin
obsidian dev:errors
obsidian dev:screenshot file=shot.png
obsidian eval "app.vault.getFiles().length"
file=<name> uses Obsidian-style file resolution; path=<vault-relative.md> is exact.obsidian-cli unless user explicitly asks for it.Summarize CodexBar local cost logs by model for Codex or Claude.
Analyze and optimize OpenClaw test performance, memory use, and coverage slowdowns.
Review, triage, and manage OpenClaw issues and pull requests faster.
Preview local channel message flow fixtures to inspect conversation flow behavior.
Manage Notion pages, content, data, and workflows via CLI and API.
Discover and control Sonos speakers for playback, volume, status, and grouping.
Let Claude search, traverse, and write notes in an Obsidian vault.
Search and read relevant passages from an Obsidian vault via read-only MCP tools.
Let AI read, write, and search local Obsidian vaults directly.
Expose an Obsidian vault to AI for note search and CRUD operations.
Enable semantic memory, search, reading, and writing across Obsidian vaults.
Connect AI to your Obsidian vault for note reading, writing, search, and organization.