obsidian-vault

Search, create, and organize Markdown notes in an Obsidian vault.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/agreyfox/myskill --skill obsidian-vault-agreyfox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-vault
Source: https://github.com/agreyfox/myskill/tree/main/obsidian
Command: npx skills add https://github.com/agreyfox/myskill --skill obsidian-vault-agreyfox

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of notes in the Obsidian vault, simplifying the process of finding, creating, and organizing notes with the help of wikilinks and index notes.

Core Features & Use Cases

  • Advanced Search: Leverage powerful search capabilities to quickly locate notes by filename or content.
  • Note Creation: Guide on creating new notes using Title Case and proper linkages.
  • Index Notes: Utilize index notes to aggregate related topics and maintain a structured knowledge base.
  • Use Case: Organize your extensive Obsidian knowledge base and ensure seamless navigation through interconnected notes.

Quick Start

Search for a specific note in your Obsidian vault using the command: find "/mnt/d/Obsidian Vault/AI Research/" -name "*.md" | grep -i "keyword".

Frequently Asked Questions about obsidian-vault

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

FAQPage Schema
How do I search for a specific note in an Obsidian vault?

Search an Obsidian vault by using command-line tools like `find` and `grep` to locate markdown files by filename or content. This quickly pinpoints specific notes within your knowledge base.

What is the best way to organize an extensive Obsidian knowledge base?

Organize an Obsidian knowledge base by utilizing index notes to aggregate related topics. This maintains a structured vault and ensures seamless navigation through interconnected notes.

How do I create new notes with proper linkages in Obsidian?

Create new notes in Obsidian using Title Case for filenames and establishing proper linkages with wikilinks. This ensures new notes are correctly formatted and integrated into the vault's link system.

Do I need to know Markdown syntax to manage notes in an Obsidian vault?

Yes, managing notes in an Obsidian vault requires understanding Markdown syntax and Obsidian's link system. This knowledge is necessary for effective note creation, organization, and navigation.

Can I use this approach for collaborative projects in Obsidian?

Yes, this note management approach is designed for users managing collaborative projects in Obsidian. It streamlines finding, creating, and organizing notes to support shared knowledge bases.