obsidian

Search, create, and rename notes in local Obsidian Markdown vaults.

38|14|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/ericwang915/PythonClaw --skill obsidian-ericwang915
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/ericwang915/PythonClaw/tree/main/pythonclaw/templates/skills/productivity/obsidian
Command: npx skills add https://github.com/ericwang915/PythonClaw --skill obsidian-ericwang915

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian vaults are folders of plain Markdown notes; this skill helps you locate, search, create, and reorganize notes without leaving your workflow.

Core Features & Use Cases

  • Find a vault path on disk and verify it exists.
  • Search note titles across the vault to locate relevant entries.
  • Search note content to find context and details.
  • Create new notes in a specified folder with optional content.
  • List notes within a folder or show recent notes for quick access.

Quick Start

Ask Obsidian to locate your vault and search for a note titled 'Project Plan'.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search for notes inside a local Obsidian vault without opening the app?

You can search local Obsidian vaults by running file-system operations that locate the vault path and scan Markdown files for matching note titles or content. This works directly on local storage without launching the Obsidian app.

What is the best way to create new Markdown notes in a specific Obsidian vault folder?

The best way to create new Markdown notes is to specify the target vault folder and provide optional content, which writes the Markdown file directly to your local file system. This creates a new note instantly within the existing folder structure.

Does this Obsidian vault search tool work on both macOS and Windows?

Yes, this Obsidian vault search tool works on macOS, Linux, and Windows. It uses Python file-system operations to locate and manage local Markdown vaults across these operating systems without requiring external dependencies.

Do I need network access or external plugins to manage Obsidian vaults with this skill?

No, you do not need network access or external plugins to manage Obsidian vaults. The skill relies entirely on local Python file-system operations to read and write Markdown files with zero external dependencies.

Can I list recent notes or list files within a specific Obsidian vault folder?

Yes, you can list notes within a specific Obsidian vault folder or show recent notes for quick access. This is achieved by reading the local Markdown vault directory structure to retrieve and display the file listings.

How do I rename existing Markdown notes in my Obsidian vault?

You can rename existing Markdown notes in your Obsidian vault by applying file-system operations that update the local file names. This reorganizes your notes directly within the local vault directory structure.