What problem does it solve? Managing an Obsidian vault through an agent often leads to shell quoting errors, unexpanded environment variables, and fragile edits. This Skill defines a filesystem-first workflow for reading, listing, searching, creating, and editing notes using structured file tools instead of error-prone shell commands. ## 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: Reads notes with line numbers, lists markdown files, searches filenames and note contents, creates notes, and appends content using anchored patches. - Wikilink Support: Creates Obsidian-style [[Note Name]] links when authoring notes to connect related content. - Use Case: Ask the agent to find every note mentioning a project name, then create a new summary note that wikilinks to each matching note in the vault. ## Quick Start Use the obsidian skill to search my vault for notes mentioning "weekly review" and create a new note linking to each of them.