obsidian

Automate Obsidian vault discovery, note templating, and bulk edits via obsidian-cli.

Updated Dec 6, 2016
One-click install
npx skills add https://github.com/majunbao/learn --skill obsidian-majunbao
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/majunbao/learn/tree/main/openclaw_tags/openclaw-2026.3.2/skills/obsidian
Command: npx skills add https://github.com/majunbao/learn --skill obsidian-majunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian vaults are folders containing Markdown notes. Managing vaults and automating repetitive tasks (like creating notes from templates, bulk edits, or re-linking notes) can be tedious without tooling.

Core Features & Use Cases

  • Discover and navigate Obsidian vaults programmatically with obsidian-cli.
  • Automate common vault maintenance tasks such as creating notes from templates, renaming or moving notes, and applying bulk updates.
  • Use Case: You manage a large knowledge vault and need to apply a standard template across multiple notes and verify internal links.

Quick Start

Run obsidian-cli to list vaults and apply a bulk template update to notes.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I automate Obsidian vault management tasks?▼

Automate Obsidian vault management by using obsidian-cli to programmatically discover vaults, create notes from templates, and apply bulk edits across multiple Markdown files.

Can I apply a standard template to multiple Markdown notes at once?▼

Apply standard templates to multiple Markdown notes by running bulk update commands through obsidian-cli, which automates note creation and template application across the vault.

Do I need the obsidian-cli binary to manage my vault?▼

You need the obsidian-cli binary installed to use this automation Skill, as it relies on the command-line tool for vault discovery, note templating, and bulk edits.

What is the best way to programmatically discover and navigate Obsidian vaults?▼

Programmatically discover and navigate Obsidian vaults by executing obsidian-cli commands, which handles vault detection and allows automated maintenance of Markdown notes.

How does bulk note editing work for Obsidian vaults?▼

Bulk note editing for Obsidian vaults works by using obsidian-cli to apply updates, rename or move notes, and verify internal links across multiple Markdown files simultaneously.

Are there limitations when using obsidian-cli for note automation?▼

Obsidian-cli note automation is limited to vault discovery, note creation and updates, and bulk edits, requiring the binary installed and not supporting graphical interface interactions.