cli-anything-obsidian

Manage Obsidian vault notes via the Local REST API.

Updated May 7, 2026
One-click install
npx skills add https://github.com/dawsonblock/JUDGE_ATLAS --skill cli-anything-obsidian-dawsonblock
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cli-anything-obsidian
Source: https://github.com/dawsonblock/JUDGE_ATLAS/tree/main/external/CLI-Anything-main/skills/cli-anything-obsidian
Command: npx skills add https://github.com/dawsonblock/JUDGE_ATLAS --skill cli-anything-obsidian-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of managing and retrieving Obsidian vault content without relying on the GUI, which slows down batch workflows and makes agent-driven note operations harder to automate.

Core Features & Use Cases

  • Vault file management: list, read, create, update, delete, and append notes within your vault.
  • Search across your vault: run plain-text searches or use Obsidian query syntax (e.g., tags/links).
  • Agent-friendly outputs: support machine-readable JSON and lightweight session state for reliable automation.
  • Use Case: An AI agent can scan a vault for notes tagged with a project, find relevant meeting notes, and then create or update daily log entries in the correct folders.

Quick Start

Use the skill to list vault files in human-readable form by running a command like: cli-anything-obsidian vault list.

Frequently Asked Questions about cli-anything-obsidian

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

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

You can manage Obsidian vault notes from the command line by retrieving, creating, updating, and deleting files through the Local REST API for automated research workflows.

Do I need the Local REST API plugin enabled to automate Obsidian note taking?▼

Yes, automating Obsidian note taking requires a running Obsidian instance with the Local REST API plugin enabled, along with host and API key configuration.

Can an AI agent search an Obsidian vault and append notes without a GUI?▼

Yes, an AI agent can search an Obsidian vault and append notes without a GUI by running plain-text searches or query syntax and using agent-friendly JSON outputs.

What is the best way to get machine-readable JSON output from Obsidian vault searches?▼

The best way to get machine-readable JSON output from Obsidian vault searches is using command-based interaction that provides optional JSON output for deterministic machine consumption.

How does command-based interaction work with active notes in Obsidian?▼

Command-based interaction with active notes works by sending commands to the Local REST API, allowing agents to read and update content directly without opening the GUI.