What problem does it solve?
This Skill provides a command-line interface to interact with a running Obsidian vault, removing friction for programmatic note management, fast searches, task updates, and plugin or theme debugging.
Core Features & Use Cases
- Read and modify notes: create, read, append, and update notes by name or exact path, targeting the active file when unspecified.
- Search and manage vault content: run queries across a vault, list backlinks, tags, tasks, and retrieve counts or summaries.
- Developer and debugging tools: reload plugins, run JavaScript in the app context, capture screenshots, inspect DOM elements, and collect console errors for iterative plugin/theme development.
- Use Case: automate daily note generation and task sync from external tools, perform bulk searches and updates across a vault, or iterate on plugin changes with rapid reload-evaluate-verify cycles.
Quick Start
Ask the obsidian-cli to create a new note titled My Note with the content Hello world in your active vault.