What problem does it solve? Managing an Obsidian vault from the command line or an AI assistant normally requires manual file manipulation or switching into the app UI. This Skill lets you read, create, search, and update notes, tasks, and properties in a running Obsidian instance, and also supports plugin and theme development workflows. ## Core Features & Use Cases - Vault Operations: Read, create, append to, and search notes, manage daily notes, set properties, list tags, and inspect backlinks using simple CLI commands. - Plugin & Theme Development: Reload plugins, capture errors, run JavaScript in the app context, take screenshots, inspect the DOM, and check console output during development. - Use Case: While developing an Obsidian plugin, ask the assistant to reload the plugin, check for errors with obsidian dev:errors, and capture a screenshot to verify the UI after each code change. ## 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.