obsidian

Read, search, create, and edit markdown notes in Obsidian vaults.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/davpatel605-beep/hermusagent --skill obsidian-davpatel605-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/davpatel605-beep/hermusagent/tree/main/backend/vendor/hermes/skills/note-taking/obsidian
Command: npx skills add https://github.com/davpatel605-beep/hermusagent --skill obsidian-davpatel605-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies filesystem-based Obsidian vault management by helping users find, read, create, and update notes without manually navigating large collections of markdown files.

Core Features & Use Cases

  • Note Management: Read, search, create, append, and edit markdown notes within an Obsidian vault.
  • Vault Navigation: Locate notes, search content, and work with resolved vault paths using reliable file operations.
  • Use Case: Manage a personal knowledge base by finding related notes, adding new research entries, and connecting ideas with Obsidian wikilinks.

Quick Start

Use the obsidian skill to find and update notes in my Obsidian vault about the requested topic.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I manage Obsidian vault notes automatically?

To manage Obsidian vault notes, you can automate reading, searching, creating, and editing markdown files directly. This requires filesystem access and resolved vault paths to reliably perform personal vault organization and note retrieval operations.

How do I search markdown files and retrieve specific notes in my knowledge base?

Searching markdown files within a knowledge base involves locating notes and scanning content across the vault directory. This approach uses resolved filesystem paths to find related notes and retrieve specific research entries without manual navigation.

Can I create and edit Obsidian wikilinks programmatically?

Yes, you can create and edit Obsidian wikilinks programmatically by appending or modifying markdown files. This connects related ideas within your personal knowledge base by generating filesystem-based wikilinks during note creation or content updates.

Does this approach to knowledge management require direct filesystem access?

Yes, reliable Obsidian note operations require direct filesystem access and resolved vault paths. This allows the process to read, search, and update markdown files directly on disk rather than relying on application-specific APIs.

What is the best way to update existing markdown notes in a large vault?

Updating existing markdown notes in a large vault is best handled by searching content and applying targeted edits to specific files. This avoids manually navigating extensive collections and streamlines knowledge management workflows.

Why are my Obsidian note operations failing to find the vault?

Obsidian note operations fail when filesystem access is blocked or vault paths are unresolved. You must ensure the system has correct filesystem permissions and accurate directory paths to reliably locate and manage markdown files.