What problem does it solve? Managing an Obsidian vault through an AI agent requires consistent, safe file operations—resolving the vault path, searching notes, and editing markdown without shell quoting errors or broken paths. ## Core Features & Use Cases - Vault Navigation: Resolve the vault path via the OBSIDIAN_VAULT_PATH environment variable with a fallback to ~/Documents/Obsidian Vault. - Note Operations: Read notes with line numbers, list markdown files, search filenames and note contents, create notes, and append or patch content using file tools instead of fragile shell commands. - Wikilink Support: Create notes with [[Note Name]] wikilinks to connect related content in the vault. - Use Case: Ask the agent to find every note mentioning a project keyword, then create a summary note that wikilinks to each matching note. ## Quick Start Search my Obsidian vault for all notes mentioning "quarterly planning" and create a new summary note linking to each of them.