obsidian

Manage Obsidian vaults and Markdown notes via obsidian-cli.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Team-Hireal/RealChat --skill obsidian-team-hireal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/Team-Hireal/RealChat/tree/main/openclaw/skills/obsidian
Command: npx skills add https://github.com/Team-Hireal/RealChat --skill obsidian-team-hireal

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management and interaction with Obsidian vaults, enabling users to find, create, move, and delete notes programmatically, all while ensuring link integrity.

Core Features & Use Cases

  • Vault Management: Easily locate and interact with your Obsidian vaults.
  • Note Operations: Search for notes, create new ones with content, move/rename existing notes (with automatic link updates), and delete notes.
  • Use Case: Quickly create a new note in your 'Projects' folder titled 'Meeting Notes - 2023-10-27' with specific content, and then move it to the 'Archived Meetings' folder, ensuring all internal links are correctly updated.

Quick Start

Use the obsidian skill to create a new note in the 'Ideas' folder titled 'AI Prompting Techniques' with the content 'Explore advanced prompt engineering strategies.'.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I automate Obsidian note management through a command-line interface?

Obsidian note management via a command-line interface allows you to programmatically search, create, move, and delete Markdown notes. Using the obsidian-cli tool, the Skill executes vault operations while maintaining internal link integrity across all files.

Can I move and rename Markdown notes without breaking internal links in my vault?

Moving and renaming Markdown notes without breaking internal links is possible through automated reference updates. When notes are relocated within the Obsidian vault, the system updates all internal links automatically to maintain structural integrity.

Do I need obsidian-cli installed to manage my Markdown knowledge base?

You need obsidian-cli installed to manage your Markdown knowledge base with this Skill. The obsidian-cli tool is a required dependency for all vault operations, enabling the system to locate folders and execute note interactions programmatically.

What's the best way to programmatically create a new note in a specific Obsidian vault folder?

The best way to programmatically create a new note in a specific Obsidian vault folder is by specifying the target directory, title, and content. The system handles the creation process directly, placing the Markdown file exactly where needed.

Does searching for notes in Obsidian via CLI support locating specific vaults?

Searching for notes in Obsidian via CLI supports locating specific vaults to facilitate targeted interactions. The system is designed to easily locate and interact with your Obsidian vaults before performing search operations on the Markdown notes within.