What problem does it solve? Managing an Obsidian vault through an AI assistant requires consistent, safe file operations. This Skill provides a filesystem-first workflow for reading, listing, searching, creating, and editing notes without fragile shell commands or quoting issues. ## 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 note contents, create notes, and append or patch content with anchored edits. - Wikilink Support: Creates [[Note Name]] links between related notes to maintain vault connectivity. - Use Case: Ask the assistant to find every note mentioning a project keyword, then create a summary note linking to each result 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.