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 Path Resolution: Resolves the vault location 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 content, create notes, append content, and apply targeted patch edits. - Wikilink Support: Creates [[Note Name]] links between related notes to maintain vault connectivity. - Use Case: Ask the agent to find all notes mentioning a project, then create a summary note linking to each one with wikilinks. ## Quick Start Search my Obsidian vault for all notes mentioning "quarterly planning" and create a new summary note linking to each of them.