obsidian

Manage Obsidian vaults and Markdown notes via obsidian-cli.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you manage your Obsidian vaults and notes, automating common tasks like searching, creating, moving, and deleting notes, while ensuring link integrity.

Core Features & Use Cases

  • Vault Management: Easily identify and interact with your Obsidian vaults.
  • Note Operations: Create, search, move, rename, and delete Markdown notes.
  • Link Integrity: Automatically updates wikilinks and Markdown links during note refactoring.
  • Use Case: Refactor a note from Projects/OldProject/TaskA to Projects/NewProject/TaskA and have all internal links to it automatically updated across your vault.

Quick Start

Use the obsidian skill to create a new note named 'Meeting Notes' in the 'Daily Notes' folder with the content 'Discussed project roadmap.'.

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 notes from the command line?

You can manage Obsidian vaults and notes from the command line by using this Skill to automate searching, creating, moving, and deleting Markdown notes through the obsidian-cli interface.

Does moving or renaming notes in Obsidian preserve internal links?

Yes, moving or renaming notes preserves internal links by automatically updating wikilinks and Markdown links across your vault during note refactoring operations.

Can I search for Markdown notes by content or name in an Obsidian vault?

Yes, you can search for Markdown notes by content or name in an Obsidian vault by executing search operations through the command-line interface.

Do I need obsidian-cli installed to automate vault management?

Yes, you need obsidian-cli installed and configured for vault management, as this Skill relies on it to execute all command-line operations on your notes.

What is the best way to create a new note with specified content in Obsidian?

The best way to create a new note with specified content in Obsidian is to automate the process via command line, which allows you to define the note name, target folder, and text content directly.

What happens to existing links when I delete a note from my Obsidian vault?

Deleting a note from your Obsidian vault removes the Markdown file, but you should carefully verify link integrity as broken links may occur depending on your vault configuration.