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.Generate shareable code or text diffs for review and collaboration.
Automate OpenClaw nightly releases, branch maintenance, and forward-porting to main.
Debug Node.js apps with inspect, breakpoints, heap, and CPU profiling.
Audit and harden OpenClaw hosts for security and operational health.
List chats, review message history, and send iMessage or SMS from CLI.
Run Parallels smoke tests with Discord roundtrip verification across host and guest.
Let AI read, write, and search local Obsidian vaults directly.
Enable AI to securely read, write, search, and manage Obsidian vault files.
Let AI read, write, search, and sync your Obsidian vault.
Connect AI to your Obsidian vault for note reading, writing, search, and organization.
Let AI directly read, edit, and search files in your Obsidian vault.
Maintain an Obsidian-friendly knowledge vault with links, metadata, and structure.