What problem does it solve? Working with an Obsidian vault from the terminal or an AI assistant normally requires manual file manipulation and guesswork about note locations, and plugin developers lack a fast feedback loop for testing changes. This Skill provides structured command-line access to a running Obsidian instance for note management and plugin development. ## Core Features & Use Cases - Vault Operations: Read, create, append, search, and manage notes, tasks, properties, tags, and backlinks using commands like obsidian read, obsidian create, and obsidian search. - Plugin & Theme Development: Reload plugins, capture errors, run JavaScript in the app context, take screenshots, and inspect the DOM with commands like obsidian plugin:reload and obsidian dev:errors. - Use Case: After editing a plugin's source code, run obsidian plugin:reload id=my-plugin, check obsidian dev:errors for failures, and verify the UI with obsidian dev:screenshot — all without touching the Obsidian window. ## Quick Start Ask the assistant to use the obsidian CLI to search your vault for notes containing a specific term and list the results.