obsidian

Automate Obsidian vault management and note operations via obsidian-cli.

55|12|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Yapie0/safe-openclaw --skill obsidian-yapie0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/Yapie0/safe-openclaw/tree/main/skills/obsidian
Command: npx skills add https://github.com/Yapie0/safe-openclaw --skill obsidian-yapie0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian vaults are folders with Markdown notes that require manual, repetitive management. This Skill automates vault discovery and common operations through the obsidian-cli, reducing manual maintenance and improving consistency.

Core Features & Use Cases

  • Discover active vaults and determine the current default using obsidian-cli configuration.
  • Create, search, move/rename, and delete notes within vaults with predictable results and internal link updates where supported.
  • Support for multiple vaults and environments, enabling consistent workflows across projects or personal knowledge bases.

Quick Start

Install obsidian-cli and set your default vault, then begin automating vault tasks with simple obsidian-cli commands.

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 and note creation?

Obsidian vault automation is achieved by executing obsidian-cli commands to discover, create, move, and delete markdown notes. This replaces manual repetitive management with predictable workflows across single and multiple vault environments.

Can I search and move notes across multiple Obsidian vaults?

Yes, searching and moving notes across multiple Obsidian vaults is supported. The automation discovers active vaults using your local configuration and executes file operations with predictable results, including internal link updates where supported.

Do I need obsidian-cli installed to automate my markdown notes?

Yes, obsidian-cli must be installed and available on your system to automate markdown notes. You also need Obsidian installed and the ability to read your local vault configuration to execute commands.

What is the best way to discover active Obsidian vaults via command line?

The best way to discover active Obsidian vaults is using obsidian-cli to read your local configuration. It identifies the current default vault and enables consistent automation workflows for your markdown knowledge base.

Does obsidian-cli update internal links when moving or renaming notes?

Yes, obsidian-cli updates internal markdown links where supported when moving or renaming notes. This maintains vault consistency and prevents broken references during automated file operations.