obsidian

Read, search, create, and edit markdown notes in an Obsidian vault.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of managing an Obsidian vault by helping you read, search, create, and edit notes directly from the filesystem.

Core Features & Use Cases

  • Vault Navigation: Locate notes, browse folders, and work with a known absolute vault path before using file tools.
  • Note Search and Retrieval: Find notes by filename or content across markdown files without relying on shell commands.
  • Note Creation and Editing: Create new notes, append updates, and make targeted edits while preserving existing content.
  • Wikilink Support: Add Obsidian-style links to connect notes and build a more connected knowledge base.
  • Use Case: Use it to maintain meeting notes, research summaries, or daily logs inside a vault with consistent file-based operations.

Quick Start

Ask the assistant to resolve your Obsidian vault path and create a new note with a wikilink to an existing note.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search and edit Obsidian markdown notes without using shell commands?

You can search and edit Obsidian markdown notes directly by using file-tool operations to locate and modify content across your vault, bypassing shell commands entirely. This preserves filesystem-first workflows.

What's the best way to create new notes and append updates in an Obsidian vault?

Creating notes and appending updates in an Obsidian vault is handled through direct file operations that preserve existing content. You resolve the absolute vault path, then use file tools to add new markdown files or append text.

How do I insert wikilinks between Obsidian notes to connect my knowledge base?

Inserting wikilinks between Obsidian notes involves using file-tool operations to edit markdown files and add Obsidian-style links. This connects related notes and builds a more connected knowledge base within the vault.

Does this vault navigation approach work across Linux, macOS, and Windows?

Yes, vault navigation and file operations work across Linux, macOS, and Windows. You must resolve the absolute vault path on your specific operating system before performing note browsing, search, or editing tasks.

Why do I need an absolute vault path to browse and manage my markdown notes?

An absolute vault path is required because file-tool operations need a resolved directory location to safely read, search, and edit markdown notes. This avoids shell-variable paths and handles spaces in directory names correctly.

Can I find notes by content across all markdown files in an Obsidian vault?

Yes, you can find notes by content or filename across all markdown files in the vault. The search and retrieval process scans markdown files directly without relying on shell commands, returning matching notes.