obsidian

Organize and retrieve information across Markdown notes in an Obsidian vault.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill obsidian-monjyu1101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/Monjyu1101/AiDiy2026/tree/main/backend_hermes/skills/note-taking/obsidian
Command: npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill obsidian-monjyu1101

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian vaults contain many notes that can become hard to find and poorly connected, leading to time wasted when researching or organizing knowledge.

Core Features & Use Cases

  • Read notes and visualize relationships within the vault.
  • Search across all Markdown files to quickly locate content.
  • Create new notes and automatically establish links to related notes using Obsidian's wikilink syntax.

Quick Start

Organize, search, and create notes within the Obsidian vault from a unified workflow.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search across all Markdown files in an Obsidian vault?

To search Markdown files in an Obsidian vault, this Skill locates content across all notes by operating on the directory specified via the OBSIDIAN_VAULT_PATH environment variable or the default ~/Documents/Obsidian Vault path.

How do I create new Markdown notes and link them to related Obsidian notes?

Creating new Obsidian notes is handled by generating Markdown files and automatically establishing connections to related entries using Obsidian's native wikilink syntax to ensure a cross-note knowledge base.

What is the best way to organize and retrieve information across Obsidian notes?

Organizing and retrieving Obsidian notes involves reading existing Markdown files and visualizing their relationships within the vault to prevent poorly connected knowledge and reduce research time.

Can I use this to read notes and visualize vault relationships without Obsidian running?

Reading notes and visualizing vault relationships works by directly accessing local Markdown files through the configured vault path, operating independently within your note-taking workflow.

Do I need to specify an OBSIDIAN_VAULT_PATH to search and link my notes?

Specifying the OBSIDIAN_VAULT_PATH is not strictly required, as the Skill defaults to the ~/Documents/Obsidian Vault directory to operate on local Markdown files if the environment variable is absent.