obsidian

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AlexKoncept/omnia-hub --skill obsidian-alexkoncept
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/AlexKoncept/omnia-hub/tree/main/HERMES/skills/note-taking/obsidian
Command: npx skills add https://github.com/AlexKoncept/omnia-hub --skill obsidian-alexkoncept

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read, search, and create notes in the Obsidian vault from the command line, streamlining knowledge management and note-taking workflows.

Core Features & Use Cases

  • Read a note by path and display its content
  • List and discover notes across the vault
  • Search notes by filename or content and create new notes or append to existing ones
  • Use with the OBSIDIAN_VAULT_PATH environment variable to point to your vault

Quick Start

Set OBSIDIAN_VAULT_PATH to your vault location if needed and start by reading, listing, or creating notes with the provided commands.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search for text across all markdown notes in an Obsidian vault?

To search markdown notes in an Obsidian vault, this Skill uses standard shell utilities to perform text searches across folders. It locates specific content within your notes quickly by matching text queries against the files stored in your local vault directory.

Can I create and append content to existing notes in my Obsidian vault from the command line?

Yes, you can create new markdown notes and append content to existing notes in your Obsidian vault. This Skill uses shell utilities to write and update files directly, streamlining your note-taking workflow without needing to open the graphical application.

Do I need to set the OBSIDIAN_VAULT_PATH environment variable to read and list notes?

You do not strictly need to set the OBSIDIAN_VAULT_PATH environment variable to read and list notes. The Skill falls back to the default path at ~/Documents/Obsidian Vault, but setting the variable allows you to point to a custom vault location.

What is the best way to navigate and discover notes across multiple folders in an Obsidian vault?

The best way to discover notes across multiple folders in an Obsidian vault is by using the directory listing feature. This Skill performs directory listings to map out your vault structure, allowing you to locate and read notes by their file path.

Does this Obsidian vault search tool require any external dependencies or plugins?

No external dependencies or plugins are required for this Obsidian vault search tool. It relies entirely on standard shell utilities built into your system to perform file reads, directory listings, text searches, and file creation.

Are there limitations when using shell commands to manage wikilinks and markdown notes in an Obsidian vault?

A limitation of using shell commands to manage markdown notes is that it processes raw text without interactive rendering. While it can read and create files containing wikilinks, it does not resolve or validate link targets dynamically like the Obsidian application does.