What problem does it solve? Working with an Obsidian vault from the command line or automating note management normally requires manual app interaction, and debugging plugins or themes involves slow reload-and-check cycles. This Skill provides structured CLI commands to read, create, search, and manage notes, plus a full developer workflow for plugin and theme development. ## Core Features & Use Cases - Vault Operations: Read, create, append to, and search notes, manage properties, tasks, tags, backlinks, and daily notes across one or more vaults. - Plugin & Theme Development: Reload plugins, capture errors, run JavaScript in the app context, take screenshots, inspect the DOM, and check console output. - Use Case: After editing a plugin's source code, run obsidian plugin:reload id=my-plugin, check obsidian dev:errors, and verify the UI with obsidian dev:screenshot to complete a full test cycle without touching the app. ## Quick Start Ask the assistant to search your Obsidian vault for notes matching a topic, or to create a new note with specific content using the obsidian CLI.