obsidian

Manage Obsidian vaults and notes with obsidian-cli via Markdown files.

375|38|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/CraftOS-dev/CraftBot --skill obsidian-craftos-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/CraftOS-dev/CraftBot/tree/main/skills/obsidian
Command: npx skills add https://github.com/CraftOS-dev/CraftBot --skill obsidian-craftos-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires obsidian-cli, and includes references (resource) components.

What problem does it solve?

This Skill streamlines the management and interaction with Obsidian vaults, which are essentially plain Markdown note folders, by leveraging the obsidian-cli tool.

Core Features & Use Cases

  • Vault Management: Easily find active vaults and set a default vault.
  • Search: Quickly search note titles and content within your vaults.
  • Creation & Modification: Create new notes, move/rename existing ones while updating links, and delete notes.
  • Use Case: Automatically create a new meeting note in your 'Work' vault, populate it with attendees and agenda items, and open it for immediate editing.

Quick Start

Use the obsidian skill to create a new note titled "Project Alpha" in the "Projects" folder with some initial content.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I manage Obsidian vaults and Markdown notes from the command line?

Yes, you can search both note titles and content within your Obsidian vaults. The skill uses the obsidian-cli tool to query your plain Markdown folders and return matching notes.

Can I safely move or rename Markdown notes without breaking internal links?

Yes, you can safely move or rename Markdown notes without breaking internal links. The skill performs refactoring operations that automatically update internal links to maintain your vault's integrity.

Do I need obsidian-cli installed to create and manage new notes?

Yes, you can automate note creation in specific vaults. For example, you can instruct the skill to generate a new note in a target folder and populate it with initial content.

What is the best way to find active Obsidian vaults for CLI vault management?

The best way to find active Obsidian vaults is using this skill's vault management feature. It leverages obsidian-cli to automatically discover your active vaults and set a default one for operations.