obsidian

Manage Obsidian vaults and automate note workflows with obsidian-cli.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Dolonia333/dolo.ai --skill obsidian-dolonia333
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/Dolonia333/dolo.ai/tree/main/skills/obsidian
Command: npx skills add https://github.com/Dolonia333/dolo.ai --skill obsidian-dolonia333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you manage Obsidian vaults (plain Markdown notes) and automate common vault tasks using the obsidian-cli, reducing manual vault maintenance.

Core Features & Use Cases

  • Vault discovery: Find the active Obsidian vault using the vault configuration and workspace settings.
  • Note management: Create, move/rename, and delete notes via obsidian-cli.
  • Automation workflows: Script routine vault maintenance tasks and integrate them with Obsidian workflows.

Quick Start

Set a default vault with obsidian-cli and start performing vault operations.

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 locate the active vault and script routine note maintenance tasks like creating, moving, or deleting markdown files.

How does obsidian-cli find the active vault for workflow automation?▼

Finding the active vault relies on reading the Obsidian configuration files, specifically obsidian.json and workspace settings, to automatically determine the correct vault path for subsequent operations.

Can I script routine note creation and deletion in my Obsidian vault?▼

Yes, you can script routine note creation and deletion by executing obsidian-cli commands to directly manage markdown notes, reducing manual vault maintenance and integrating with existing workflows.

Do I need to know Obsidian vault structures to automate vault maintenance?▼

Yes, automating vault maintenance requires prior knowledge of Obsidian vault structures and obsidian-cli usage to properly configure default vaults and execute valid file operations.

What is the best way to integrate command line automation with Obsidian workflows?▼

The best way to integrate command line automation with Obsidian workflows is using obsidian-cli to perform vault operations on plain Markdown notes, effectively scripting maintenance tasks without manual app interaction.