What problem does it solve? It removes the need to manually click through the Obsidian app by letting you read, create, search, and manage vault notes and tasks directly from the command line, and it streamlines plugin and theme debugging. ## Core Features & Use Cases - Vault Operations: Read, create, append to, and search notes, manage properties, tags, backlinks, and daily notes across one or more vaults. - Task Management: Query and append tasks, including daily note todos, without opening the app UI. - Plugin & Theme Development: Reload plugins, capture errors, run JavaScript in the app context, take screenshots, and inspect the DOM for debugging. - Use Case: While developing an Obsidian plugin, run obsidian plugin:reload id=my-plugin, check obsidian dev:errors, and capture a screenshot to verify changes without touching the app window. ## Quick Start Ask the assistant to search your Obsidian vault for notes matching a topic and append a new task to today's daily note using the obsidian CLI.