What problem does it solve? Working with Obsidian notes from scripts or AI agents is error-prone when you guess vault paths or move files manually, breaking wikilinks. This Skill shows how to locate the active vault from Obsidian's own config and use obsidian-cli to search, create, move, and delete notes safely. ## Core Features & Use Cases - Vault Discovery: Reads ~/Library/Application Support/obsidian/obsidian.json or uses obsidian-cli print-default to find the active vault instead of hardcoding paths. - Note Operations: Search note names and content, create notes with content, and delete notes via obsidian-cli commands. - Safe Refactoring: Move or rename notes with obsidian-cli move, which automatically updates [[wikilinks]] and Markdown links across the vault. - Use Case: Ask the agent to rename a project note and move it into an archive folder; all backlinks across the vault are updated automatically instead of breaking. ## Quick Start Use the obsidian skill to search my default vault for notes mentioning "quarterly planning" and show matching snippets.