obsidian

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages the workflow of reading, creating, and editing notes within the Obsidian app, streamlining the note-taking process for users.

Core Features & Use Cases

  • Note Reading and Editing: Read and modify notes directly within the Obsidian vault.
  • Search: Efficiently search across all notes or specific subfolders.
  • File Management: Organize notes into structured folders and append or edit content.
  • Use Case: Organize research notes from multiple sources into a coherent, searchable vault.

Quick Start

Create a new note in the Obsidian vault using the write_file command with a full markdown content.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I manage markdown notes in an Obsidian vault using command line operations?

Obsidian vault management via command line uses native file system operations to read, list, search, and create markdown notes. This approach enables direct text processing on your local files without needing the GUI application open.

What is the best way to search across specific subfolders in an Obsidian vault?

Searching specific subfolders in an Obsidian vault is handled by executing targeted text processing commands on the filesystem. This allows you to efficiently locate keywords and content within structured markdown file directories.

Can I automatically create and edit markdown notes in my vault?

Yes, you can create and edit markdown notes by utilizing the write_file command with full markdown content. This filesystem-first approach appends or modifies text directly within your structured vault folders.

Do I need the Obsidian application running to organize markdown files and folders?

No, interacting with an Obsidian vault does not require the application to be running. The operations manipulate markdown files directly on the filesystem, allowing you to organize research notes and append content independently.

What are the limitations of using filesystem operations for note-taking and vault management?

The limitation of filesystem operations for note-taking is that actions are restricted to native text processing and file manipulation. You cannot interact with app-specific features like graph views or community plugins directly through these commands.