What problem does it solve? Managing an Obsidian vault from the command line or an AI agent normally requires manual clicking in the app; this Skill lets you search notes, edit content, toggle tasks, and debug plugins against a live Obsidian session programmatically. ## Core Features & Use Cases - Vault Operations: Search the vault, read/create/append notes, manage daily notes, set properties, list tags and backlinks using file or path targeting. - Plugin Development Workflow: Reload plugins, check dev errors, capture screenshots, inspect the DOM and console, and run JavaScript in the app context for a full develop-test cycle. - Use Case: While developing an Obsidian plugin, run obsidian plugin:reload id=my-plugin, then obsidian dev:errors and obsidian dev:screenshot to verify changes without leaving your terminal. ## Quick Start Ask the agent to search your Obsidian vault for notes tagged with a specific topic and open the top result in the running app.