obsidian

Read, search, and create Markdown notes in an Obsidian vault.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian vaults store a large collection of notes; users need fast read, search, and creation across many Markdown files without opening the editor.

Core Features & Use Cases

  • Read any note by name or path from the vault.
  • List and search notes using filename or content.
  • Create new notes to capture ideas quickly, linking with wikilinks as per Obsidian.

Use case: When researching a topic, quickly pull up notes, scan for keywords, and add new notes with contextual links.

Quick Start

Read a note named 'Note Name.md' from the 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 and read Markdown notes in an Obsidian vault without opening the editor?

You can search and read Markdown notes directly by setting the OBSIDIAN_VAULT_PATH environment variable to locate your Obsidian vault. This allows fast reading, listing, and searching across many files without launching the editor.

Can I create new notes in my Obsidian vault using an automated workflow?

Yes, you can create new notes to capture ideas quickly within your Obsidian vault. The system writes Markdown files directly to the vault, allowing you to add notes with contextual wikilinks as part of your automated workflow.

Does the Obsidian vault search skill work on Linux and Windows?

Yes, the Obsidian vault search skill works on local vaults across macOS, Windows, and Linux. It relies on filesystem access to read and write Markdown files, ensuring cross-platform compatibility for your notes.

What do I need to set up before reading and creating notes in an Obsidian vault?

You need to define the OBSIDIAN_VAULT_PATH environment variable to point to your local vault directory. The system also requires filesystem access permissions to read existing Markdown files and write new notes.

How do I find specific keywords across multiple Markdown files in my vault?

You can find specific keywords by using the search function to scan filenames and content across your Obsidian vault. It lists matching notes so you can quickly pull up the relevant files and read the text without manual searching.

Are there limitations when automating Obsidian note creation with wikilinks?

The system creates notes as standard Markdown files with wikilinks but operates strictly through filesystem access rather than the Obsidian API. Complex formatting or plugin-specific syntax may not be validated during the automated creation process.