obsidian-cli

Manage Obsidian vaults and notes via command-line operations.

6|1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/levi-qiao/obsidian-llm-wiki --skill obsidian-cli-levi-qiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-cli
Source: https://github.com/levi-qiao/obsidian-llm-wiki/tree/main/.claude/skills/obsidian-cli
Command: npx skills add https://github.com/levi-qiao/obsidian-llm-wiki --skill obsidian-cli-levi-qiao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to interact with Obsidian vaults through command-line operations, simplifying note management, searching, and plugin development without switching interfaces.

Core Features & Use Cases

  • Vault and Note Management: Create, read, append, and search notes directly from the terminal.
  • Development and Debugging: Reload plugins, execute JavaScript, capture errors, and inspect DOM elements to streamline plugin and theme development.
  • Use Case: A user wants to quickly create a new note titled "Meeting Summary" with specific content and verify plugin status without opening Obsidian manually.

Quick Start

Use the obsidian CLI to create a new note named "ProjectPlan" with the content "Outline the project phases".

Frequently Asked Questions about obsidian-cli

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

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

You can manage Obsidian vaults from the command line by using CLI tools to create, read, append, and search notes directly in the terminal without opening the graphical interface.

Can I reload Obsidian plugins and debug from the terminal?

Yes, you can reload Obsidian plugins and debug from the terminal by executing CLI commands to capture errors, inspect DOM elements, and streamline plugin development workflows.

What is the best way to search and append notes in an Obsidian vault without opening the app?

The best way to search and append notes in an Obsidian vault without opening the app is using command-line operations to interact with vault files directly for efficient note editing.

Does Obsidian CLI support executing JavaScript and inspecting DOM elements for theme development?

Yes, Obsidian CLI supports executing JavaScript and inspecting DOM elements, providing command-line tools specifically designed to streamline plugin and theme development debugging tasks.

Why use a command line interface for Obsidian note management instead of the graphical app?

Use a command line interface for Obsidian note management to simplify workflows, automate note creation, and verify plugin status quickly without switching interfaces or manually opening the app.