This gives Claude direct access to Obsidian's CLI for vault operations that need the app's index: search, backlinks, tags, tasks, properties, and bases. The skill is opinionated about when to use CLI versus plain file tools, which is helpful since you don't want to shell out to Obsidian for simple text edits. It includes solid gotchas like "create without silent opens the UI" and "create with template ignores your path parameter." The safety section is notable for calling out commands that should never run without explicit permission. If Obsidian isn't running or the CLI isn't installed, it pushes you toward file tools as fallback. Good reference if you're building agents that work with Obsidian vaults beyond basic file manipulation.
npx skills add https://github.com/jackal092927/obsidian-official-cli-skills --skill obsidian-cli