What problem does it solve? Managing an Obsidian vault through an AI agent requires consistent, safe file operations. This Skill provides a filesystem-first workflow for reading, searching, creating, and editing markdown notes without fragile shell commands or quoting errors. ## Core Features & Use Cases - Note Reading and Listing: Read notes with line numbers via read_file and list markdown files across the vault or subfolders using search_files. - Filename and Content Search: Search note filenames with patterns or search note contents with regex restricted to markdown files. - Note Creation and Editing: Create notes with write_file, append content with anchored patch edits, and link related notes using [[wikilink]] syntax. - Use Case: Ask the agent to find every note mentioning a project keyword, then create a summary note that wikilinks to each matching note in your vault. ## Quick Start Use the obsidian skill to search my vault for notes mentioning project alpha and create a summary note linking to them.