obsidian

Manage Obsidian vaults by searching, creating, moving, renaming, and deleting Markdown notes.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/StephaniePhenex/openclaw-workspace --skill obsidian-stephaniephenex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/StephaniePhenex/openclaw-workspace/tree/main/skills/obsidian
Command: npx skills add https://github.com/StephaniePhenex/openclaw-workspace --skill obsidian-stephaniephenex

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies interacting with and managing your Obsidian notes, which are stored as plain Markdown files, by leveraging the obsidian-cli tool.

Core Features & Use Cases

  • Vault Management: Easily find and set your active Obsidian vault.
  • Search: Quickly search note titles and content within your vault.
  • Creation & Modification: Create new notes, move or rename existing ones while preserving links, and delete notes safely.
  • Use Case: You need to find all notes related to a specific project and then rename a few of them, ensuring all internal links are updated automatically.

Quick Start

Use the obsidian skill to search for notes containing the phrase "project management".

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I manage my Obsidian vault using command line interfaces?

Managing Obsidian vaults using command line interfaces involves leveraging obsidian-cli to interact with plain Markdown note directories. It supports finding active vaults, searching notes by title and content, and creating or modifying files directly.

How do I safely move and rename Markdown notes without breaking links?

To safely move and rename Markdown notes without breaking links, you can use a management tool that performs automatic link updates. This ensures your internal connections remain intact when reorganizing files within your vault.

Do I need obsidian-cli installed to search note content in my vault?

Yes, you need obsidian-cli installed and configured with vault paths to search note content. The Skill relies entirely on this command line tool to locate active vaults and perform content searches.

What is the best way to find specific Markdown notes across an Obsidian vault?

The best way to find specific Markdown notes is by searching note titles and content through a command line tool. This allows you to quickly query your Obsidian vault directories for matching text and retrieve relevant files.

Can I create and delete notes in Obsidian without opening the app interface?

Yes, you can create new notes and delete existing ones without opening the application interface. By utilizing command line tools, you can directly add or remove Markdown files from your configured vault directories.