obsidian

Manage Obsidian vaults and notes using obsidian-cli.

202|36|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adoresever/AGI_Ananas --skill obsidian-adoresever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/adoresever/AGI_Ananas/tree/main/26.2.21openclaw-viking/skills/obsidian
Command: npx skills add https://github.com/adoresever/AGI_Ananas --skill obsidian-adoresever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian vaults are simply folders of Markdown notes. This Skill provides automated tooling to discover, access, and manipulate Obsidian vaults from the command line using obsidian-cli, reducing manual vault management tasks.

Core Features & Use Cases

  • Discover active vaults and resolve their filesystem paths.
  • Create, search, move, and delete notes within a vault using obsidian-cli.
  • Maintain and update Wikilinks and Markdown content across vaults with consistent tooling.

Quick Start

Open a vault and run obsidian-cli to create, search, or organize 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 from the command line?

You can automate Obsidian vault management by using obsidian-cli to discover vault paths, create notes, search content, and organize files programmatically. This Skill provides automated tooling to manipulate local Markdown vaults, reducing manual organization tasks.

Can I search and create Markdown notes in an Obsidian vault without opening the app?

Yes, you can search and create Markdown notes without opening the app by executing obsidian-cli commands against the target vault path. The Skill directly accesses the local filesystem to resolve vault paths and manipulate note content.

What is needed to automate note organization in local Markdown vaults?

To automate note organization in local Markdown vaults, you need a locally installed obsidian-cli and access to the target vault's filesystem path. The Skill uses this command-line interface to discover active vaults and execute note manipulation tasks.

Does this approach work for maintaining Wikilinks across multiple Obsidian vaults?

Yes, this approach works for maintaining Wikilinks across multiple Obsidian vaults by using consistent command-line tooling. The Skill automates the updating and management of Wikilinks and Markdown content, ensuring link integrity during note organization.

What's the best way to move and delete notes in an Obsidian vault programmatically?

The best way to move and delete notes programmatically is using obsidian-cli to execute file operations directly on the vault's Markdown files. This Skill automates these organizational tasks by resolving the vault path and applying command-line actions.

Why should I use a command-line tool instead of manually organizing Markdown notes?

Using a command-line tool instead of manually organizing Markdown notes eliminates repetitive file management and ensures consistent vault manipulation. This Skill automates discovery, search, and note organization, streamlining workflows that would be tedious to perform by hand.