kepano-obsidian-cli

Automates vault management and debugging tasks through the command line.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/family3253/skill --skill kepano-obsidian-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kepano-obsidian-cli
Source: https://github.com/family3253/skill/tree/main/skills/kepano-obsidian-cli
Command: npx skills add https://github.com/family3253/skill --skill kepano-obsidian-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian vaults are powerful but require manual CLI operations to read, create, search, and manage notes, tasks, and properties; this skill streamlines those actions from the command line.

Core Features & Use Cases

  • Read, create, search, and manage notes, tasks, properties, and more in an Obsidian vault via the obsidian CLI.
  • Supports plugin and theme development workflows, including plugin reloads, JavaScript execution, error capture, and DOM inspection.
  • Use cases include automating routine vault maintenance, integrating Obsidian with external tooling, and debugging plugin behavior.

Quick Start

Run obsidian read file="My Note" to view a note in your vault.

Frequently Asked Questions about kepano-obsidian-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Obsidian vault content from the command line?

You can manage Obsidian vault content from the command line by reading, creating, searching, and batch-operating on notes, tasks, and properties using the obsidian CLI. It streamlines note management and development workflows directly from the terminal.

Can I debug Obsidian plugins via the CLI?

Yes, you can debug Obsidian plugins via the CLI by reloading plugins, executing JavaScript, capturing errors, taking screenshots, and inspecting the DOM. The Skill supports these development workflows to streamline plugin behavior analysis.

Does the Obsidian CLI require the app to be running?

Yes, the Obsidian CLI requires the Obsidian application to be running to read and manipulate vault content. This active connection enables the execution of commands like reading notes and inspecting the DOM.

What's the best way to automate routine Obsidian vault maintenance?

The best way to automate routine Obsidian vault maintenance is using the obsidian CLI to batch-operate on notes, tasks, and properties. This integrates vault management with external tooling and development workflows.

How do I view a note in my Obsidian vault using the CLI?

To view a note in your Obsidian vault using the CLI, run the command `obsidian read file="My Note"`. This quickly retrieves and displays the content of the specified note in your terminal.