obsidian

Manage Markdown notes in an Obsidian vault via Unix utilities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to interact with your Obsidian vault directly from the command line, enabling you to read, search, create, and append notes without leaving your terminal.

Core Features & Use Cases

  • Note Management: Create, read, list, and append content to Markdown notes within your Obsidian vault.
  • Search Functionality: Efficiently search for notes by filename or by content using keywords.
  • Use Case: Quickly jot down a new idea, find an existing note on a specific topic, or add a new piece of information to a project note, all without disrupting your workflow.

Quick Start

Use the obsidian skill to create a new note titled "Meeting Minutes" with some initial content.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I manage Obsidian notes from the command line?

This skill manages Obsidian notes by operating on Markdown files within a user-defined vault path. It enables reading, listing, searching, and creating notes directly from the command line without leaving your terminal.

How do I search Markdown notes by content or filename in terminal?

This skill searches Markdown notes by utilizing standard Unix utilities like find and grep. It efficiently locates specific notes by matching keywords against filenames and file contents within your Obsidian vault.

Can I create and append content to my personal wiki without opening the app?

You can create and append content to your personal wiki without opening the app using this skill. It supports creating new Markdown notes and appending new information to existing files within your configured Obsidian vault.

Do I need to configure a specific vault path for my notes?

You need to configure a specific vault path for your notes, but the skill provides a default location. It automatically defaults to the Documents/Obsidian Vault directory if a custom path is not explicitly defined.

What are the limitations of using command line tools for knowledge management?

Limitations of using command line tools for knowledge management include relying on basic Unix utilities like find and grep. This implementation provides straightforward text operations but lacks native visual graphing or complex plugin integrations.