skills/obsidian-cli/SKILL.md
Interact with an Obsidian vault via the Obsidian CLI. Use when the user asks to read, search, create, update, or inspect notes, daily notes, links, tasks, tags, or other vault content from the terminal.
npx skillsauth add michael-f-bryan/skills obsidian-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
obsidian vaults.obsidian vaults shows exactly one open vault, use that vault by default.obsidian help, obsidian help <command>, or obsidian <command> --help.links and backlinks once you find a relevant note.append or prepend over rewriting a whole note or creating a new one.delete, move, rename, history:restore, or sync/history restore operations.daily:path or inspect it with daily:read before writing.references/coding-workflows.md when the task is about note choice, coding context, or what kind of update to record.references/voice.md only when you need help drafting the note text itself.obsidian may not be available on $PATH. If so, invoke the Windows CLI entrypoint directly, for example "/mnt/c/Program Files/Obsidian/Obsidian.com" vaults.documentation
Use when handling multi-step tasks, investigations, or long sessions where working notes, interim findings, and scratch planning are needed to keep context and handoffs clear.
documentation
When generating or editing markdown content, actively look for existing pages to link to and incorporate relevant wikilinks so content is interconnected. Use when writing notes, docs, or any .md content.
development
Wait for a GitHub Actions run to finish with minimal terminal output and a reliable exit code. Use when an agent must wait for CI to pass (e.g. after push, after opening a PR, or when verifying a specific run). Prefer gh run watch with --exit-status and --compact to avoid flooding context with poll output.
testing
Use when drafting, editing, or evaluating communication that should sound like Michael across public technical prose, internal notes, agent prompts, engineering feedback, and concise operational updates.