What problem does it solve? Working with an Obsidian vault from an AI assistant normally requires manual file handling and guesswork about paths. This Skill provides structured command-line access to a running Obsidian instance for reading, creating, searching, and updating notes without leaving the terminal. ## Core Features & Use Cases - Vault Operations: Read, create, append to, and search notes, manage daily notes, tasks, tags, backlinks, and YAML properties via the obsidian CLI. - Plugin Development Workflow: Reload plugins, capture errors, take screenshots, inspect the DOM, and check console output during plugin or theme development. - Safety Guardrails: Enforces explicit user confirmation before running privileged commands like obsidian eval or CDP debugger commands, and validates vault-relative paths. - Use Case: Ask the assistant to append a task to today's daily note, search the vault for a topic, or set a note's status property, and it executes the correct CLI command with proper file and vault targeting. ## Quick Start Ask the assistant to search your Obsidian vault for notes about a topic or append a new task to today's daily note.