What problem does it solve?
It streamlines working with an Obsidian vault by giving reliable, filesystem-first instructions to read, find, create, and update Markdown notes without brittle shell workflows.
Core Features & Use Cases
- Vault path resolution: Uses the documented OBSIDIAN_VAULT_PATH convention and requires a resolved absolute vault path for all file operations.
- Note reading, listing, and searching: Reads specific notes, lists Markdown files/folders, and searches by filename or note content.
- Note creation and editing: Creates new notes, appends to existing notes, and performs targeted anchored edits to update stable sections safely.
- Wikilinks support: Helps structure new connections using Obsidian wikilink syntax [[Note Name]].
Example use case: You want to locate all notes matching a topic, open the most relevant one, append a new section under an existing heading, and create a linked follow-up note for the next action.
Quick Start
Use the obsidian skill to search for notes containing “project roadmap” and then append a new section to the note you select.