obsidian

Manage Obsidian vault notes via command-line read, search, create, and edit operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

If you are a user of Obsidian who prefers a command-line interface to manage your notes, this Skill solves the problem by providing command-line operations for reading, searching, creating, and editing notes in your Obsidian vault.

Core Features & Use Cases

  • Command-Line Interface: Allows you to interact with your notes without needing to switch to a GUI.
  • Vault Management: Offers functions to list, read, create, append to, and edit notes.
  • Search Capabilities: Allows you to search through your note files or content directly from the command line.
  • Use Case: When you want to quickly search for a note or create a new one, without leaving your terminal.

Quick Start

Search for all notes related to 'project' in your Obsidian vault with the command: search_files target: "content" pattern: "project" file_glob: "*.md".

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?

You can manage Obsidian notes from the command line by executing file operations to read, search, create, and edit markdown vault files directly without needing the GUI. This requires standard filesystem access to your vault directory.

Can I search note content within an Obsidian vault using a terminal?

Yes, you can search note content within an Obsidian vault using terminal commands that scan files matching a specific glob pattern. This allows you to quickly find markdown files containing targeted text strings.

Does filesystem-first vault management require GUI dependencies?

Filesystem-first vault management does not require GUI dependencies, relying entirely on standard file I/O operations to interact with your notes. This approach is intended for users who prefer terminal interactions over graphical interfaces.

What is the best way to create and append text to markdown files in a vault?

The best way to create and append text to markdown files in a vault is using command-line operations designed for note management. These functions allow you to instantly create new notes or append content to existing files.

Why use a CLI for note management instead of the standard Obsidian application?

Using a CLI for note management allows you to interact with your vault without switching away from your terminal workflow. It provides a fast, scriptable method to search and edit notes using standard file operations.