What problem does it solve? Managing an Obsidian vault and debugging plugins normally requires manual clicking inside the app. This Skill lets you read, create, search, and update notes, tasks, and properties directly from the command line, and gives plugin developers a scripted reload-test-inspect loop. ## Core Features & Use Cases - Vault Operations: Read, create, append to, and search notes, set properties, manage daily notes and tasks, and inspect tags and backlinks using the obsidian CLI. - Plugin & Theme Development: Reload plugins, capture errors, take screenshots, inspect the DOM and CSS, run JavaScript in the app context, and read console output. - Use Case: While developing an Obsidian plugin, run obsidian plugin:reload id=my-plugin, check obsidian dev:errors, and verify the UI with obsidian dev:screenshot after every code change 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.