Loading...
Loading...
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
npx skill4agent add pedronauck/skills obsidian-cliobsidianobsidian help=obsidian create name="My Note" content="Hello world"obsidian create name="My Note" silent overwrite\n\tfilepathfile=<name>path=<path>folder/note.mdvault=<name>obsidian vault="My Vault" search query="test"obsidian read file="My Note"
obsidian create name="New Note" content="# Hello" template="Template" silent
obsidian append file="My Note" content="New line"
obsidian search query="search term" limit=10
obsidian daily:read
obsidian daily:append content="- [ ] New task"
obsidian property:set name="status" value="done" file="My Note"
obsidian tasks daily todo
obsidian tags sort=count counts
obsidian backlinks file="My Note"--copysilenttotalobsidian plugin:reload id=my-pluginobsidian dev:errorsobsidian dev:screenshot path=screenshot.png
obsidian dev:dom selector=".workspace-leaf" textobsidian dev:console level=errorobsidian eval code="app.vault.getFiles().length"obsidian dev:css selector=".workspace-leaf" prop=background-colorobsidian dev:mobile onobsidian help