obsidian

Read, write, and search markdown notes in an Obsidian vault.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the friction of manually navigating and editing your Obsidian vault, allowing you to interact with your notes directly through the agent.

Core Features & Use Cases

  • File Operations: Read, create, and append content to markdown notes within your vault.
  • Intelligent Search: Perform targeted filename and content searches to retrieve information quickly.
  • Wikilink Support: Maintain your knowledge graph by creating notes with native Obsidian wikilink syntax.

Quick Start

Use the obsidian skill to search for all notes containing the term project-alpha and append a summary of the latest meeting to the main project file.

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 files through an AI agent?

You can manage your Obsidian vault files through an AI agent by using structured read, write, and search capabilities. This allows you to directly create notes, retrieve content, and append information without manual navigation.

Can I search for specific content inside markdown notes in my knowledge base?

Yes, you can perform targeted filename and content searches to retrieve information quickly. This pattern-based search capability helps you find specific text across your entire markdown knowledge base.

How do I create notes with wikilinks to maintain my knowledge graph?

You can create notes using native Obsidian wikilink syntax to maintain your knowledge graph. This ensures new notes are properly cross-referenced and connected to existing entries in your vault.

Do I need filesystem access to use an agent for local knowledge management?

Yes, filesystem access to a configured vault path is required to perform atomic file operations. This direct access enables the agent to read, write, and search your local markdown files.

What is the best way to append meeting summaries to existing project notes?

The best way to append content is by using file operation capabilities to add text to existing markdown notes. You can search for the target file and append the summary directly to maintain continuous documentation.

Are there limitations when using an agent to manage local markdown notes?

Operations are limited to atomic file actions and pattern-based searches within a configured vault path. The skill relies entirely on local filesystem access and does not process notes stored in remote or cloud-only databases.