What problem does it solve? Working with an Obsidian vault from the terminal or an AI assistant normally requires manual file manipulation or switching into the app UI. This Skill exposes the Obsidian CLI so you can read, create, search, and update notes, tasks, and properties directly against a running Obsidian instance, and iterate on plugin or theme development without leaving the command line. ## Core Features & Use Cases - Vault Operations: Read, create, append to, and search notes, manage daily notes, tasks, tags, backlinks, and note properties across one or more vaults. - Plugin & Theme Development: Reload plugins, capture errors, run JavaScript in the app context, take screenshots, inspect the DOM and CSS, and read console output for a tight develop-test loop. - Use Case: While building an Obsidian plugin, edit the code, then run obsidian plugin:reload id=my-plugin, check obsidian dev:errors, and verify the UI with obsidian dev:screenshot — all without touching the app window. ## Quick Start Ask the assistant to use the obsidian CLI to append a new task to today's daily note in your vault.