obsidian

Read, list, search, create, and append notes in an Obsidian vault.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The note-taking skill helps manage your notes in Obsidian by providing easy-to-use commands for reading, searching, creating, and appending to notes.

Core Features & Use Cases

  • Read Notes: Quick access to any note stored in the Obsidian vault.
  • List Notes: View all or specific notes, including those in subfolders.
  • Search: Locate notes by filename or content using powerful search capabilities.
  • Create & Append: Add new notes or append content to existing ones.
  • Use Case: Organize and retrieve information efficiently in your Obsidian workspace.

Quick Start

Search for a note named "Meeting Minutes" in your Obsidian vault using the search command.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search for notes by content in an Obsidian vault?

You can search for notes by filename or content using the search command, which locates specific information within your Obsidian vault. It scans existing files to return matching notes based on your query.

Can I append text to an existing Obsidian note without overwriting it?

Yes, you can append text to an existing Obsidian note without overwriting it. The append command adds new content to the end of your current files, preserving the original text while updating your document.

What do I need to set up before using commands to organize notes in Obsidian?

You need to provide the local file path to your Obsidian vault before organizing notes. The skill operates using basic text operations, grep, and shell scripting, requiring no additional plugins or external dependencies.

How do I list all notes in an Obsidian subfolder?

To list notes in an Obsidian subfolder, use the list command to view all files within that specific directory path. This displays all notes, including those nested deep within your vault's folder structure.

What is the best way to create a new note in Obsidian using shell commands?

The best way to create a new note in Obsidian using shell commands is the create command, which generates a new text file in your vault. It uses basic shell scripting to instantly add a new document to your workspace.