obsidian-cli

Automate Obsidian vault operations for notes, tasks, and properties via CLI.

3|1|Updated Mar 5, 2024
One-click install
npx skills add https://github.com/chuan-khuna/digital-garden-2024 --skill obsidian-cli-chuan-khuna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-cli
Source: https://github.com/chuan-khuna/digital-garden-2024/tree/main/.vault/astro-knowledge/.agents/skills/obsidian-cli
Command: npx skills add https://github.com/chuan-khuna/digital-garden-2024 --skill obsidian-cli-chuan-khuna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interacting with Obsidian vaults from the command line can be tedious and error-prone when performing routine tasks like creating, reading, or searching notes.

Core Features & Use Cases

  • Read, create, search, and manage notes, tasks, and properties from a shell.
  • Supports plugin and theme development commands such as reload, eval, and dev tools for debugging.
  • Use cases include automating vault maintenance, plugin testing, and rapid note operations.

Quick Start

From your terminal, run a basic obsidian command to read or modify notes in your vault.

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 notes from the command line?

You can manage Obsidian notes from the command line by using the Obsidian CLI to automate reading, creating, searching, and modifying notes, tasks, and properties directly from your shell.

Can I debug Obsidian plugins from the terminal?

Yes, you can debug Obsidian plugins from the terminal by running development commands like reload, eval, and dev tools to test and troubleshoot plugin code directly.

What is the best way to automate Obsidian vault maintenance?

Automating Obsidian vault maintenance is best handled by executing shell commands that batch process notes, search content, and update properties without manual interaction.

Does the Obsidian CLI support searching vault tasks and properties?

Yes, the Obsidian CLI supports searching vault tasks and properties by parsing command syntax to target specific files and retrieve note content based on your search queries.

Do I need any dependencies to use command-line tools for Obsidian?

No dependencies are required to use command-line tools for Obsidian, as the Skill operates independently to parse command syntax, target vaults, and manage files without external plugins.