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 from the OBSIDIAN_VAULT_PATH environment variable or falls back to ~/Documents/Obsidian Vault before any file operation. - Note Operations: Read notes with line numbers, list markdown files, search filenames and note contents, create new notes, and append or patch content with anchored edits. - Wikilink Support: Creates [[Note Name]] wikilinks when authoring notes to keep the vault's knowledge graph connected. - Use Case: Ask the agent to find every note mentioning a project, then create a summary note that wikilinks to each of them. ## Quick Start Search my Obsidian vault for all notes mentioning "quarterly planning" and create a new summary note linking to each one.