What problem does it solve? Working with Obsidian notes from scripts or an AI assistant 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 assistant to reorganize your meeting notes into a new folder; it finds the vault, moves the notes, and all internal links keep working. ## Quick Start Find my default Obsidian vault and create a new note called "Ideas/Project brainstorm" with a short outline.