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, which breaks 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 reorganize it into an archive folder; all backlinks across your vault stay intact. ## Quick Start Find my default Obsidian vault and create a new note called "Meeting Notes" in the Work folder with a short agenda.