What problem does it solve? Working with an Obsidian vault from scripts or an AI agent normally requires manual clicking in the app. This Skill lets you read, create, search, and update notes, tasks, and properties directly from the command line against 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 commands like obsidian read, obsidian create, and obsidian search. - Plugin & Theme Development: Reload plugins, capture errors, take screenshots, inspect the DOM, evaluate JavaScript, and read console output with obsidian plugin:reload, obsidian dev:errors, and obsidian dev:screenshot. - Use Case: While developing an Obsidian plugin, edit the code, 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 create a new note named "Meeting Notes" in your Obsidian vault with a heading and a to-do item using the obsidian CLI.