obsidian

Manage Obsidian vault notes by reading, searching, creating, and editing Markdown files.

Updated May 9, 2026
One-click install
npx skills add https://github.com/pmcdowall/hermes-skills --skill obsidian-pmcdowall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/pmcdowall/hermes-skills/tree/main/note-taking/obsidian
Command: npx skills add https://github.com/pmcdowall/hermes-skills --skill obsidian-pmcdowall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users manage Obsidian vault content without manually navigating files, making it easier to read, search, create, edit, and connect notes.

Core Features & Use Cases

  • Note Management: Read, create, append, and edit Markdown notes in an Obsidian vault using filesystem-based workflows.
  • Vault Search: Find notes by filename or content while handling resolved vault paths safely.
  • Wikilink Support: Add Obsidian-style links between related notes to improve knowledge organization.

Quick Start

Use the obsidian skill to find and update my notes about a project in my Obsidian vault.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search Obsidian vault notes by content without opening the app?

You can search Obsidian vault notes by filename or content directly through filesystem operations. The skill reads Markdown files using resolved vault paths to retrieve and find specific notes without manual navigation.

Can I create and append content to Markdown notes in an Obsidian vault programmatically?

Yes, you can create and append content to Markdown notes in an Obsidian vault. The skill manages notes by writing and editing files directly using native filesystem operations.

How do I add wikilinks between related notes in an Obsidian vault?

To add wikilinks between related notes, the skill applies Obsidian-style link creation to Markdown files. This connects notes during content updates to improve knowledge organization.

Do I need any specific plugins to manage Obsidian notes through filesystem access?

No specific plugins are required. The skill relies on native filesystem access with resolved vault paths to read, search, and edit Markdown documents directly.

What is the best way to retrieve and organize personal knowledge management notes?

The best way to retrieve and organize personal knowledge management notes is by searching Markdown files via filesystem operations and creating wikilinks to connect related documents.

Why are my Obsidian vault paths not resolving when trying to read notes?

Obsidian vault paths must be correctly resolved before reading notes. The skill requires accurate filesystem paths to reliably handle and retrieve Markdown documents.