Obsidian Search

Search Obsidian vault notes using keywords, frontmatter tags, and wikilinks.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/morigemini6668-ux/workflow-adapter --skill obsidian-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Obsidian Search
Source: https://github.com/morigemini6668-ux/workflow-adapter/tree/main/skills/obsidian-search
Command: npx skills add https://github.com/morigemini6668-ux/workflow-adapter --skill obsidian-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables quick discovery of relevant notes and context from an Obsidian vault to support informed conversations. It combines keyword search, frontmatter tag filtering, and wikilink traversal to surface the most pertinent notes.

Core Features & Use Cases

  • Multi-facet search: keyword, tag-based, and wikilink-driven discovery across notes.
  • Context-aware retrieval: uses frontmatter and inline tags to rank results and provide precise excerpts.
  • Use Case: when preparing for a discussion, pull related notes and references from your vault to guide decisions.

Quick Start

Search your Obsidian vault for notes matching the query and present the top results.

Frequently Asked Questions about Obsidian Search

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

FAQPage Schema
How do I search my Obsidian vault to provide context for a conversation?

To search an Obsidian vault for context, use multi-language keyword matching, frontmatter tag filtering, and wikilink traversal to retrieve relevant notes and excerpts for your conversation.

Can I filter Obsidian notes by frontmatter tags during a vault search?

Yes, Obsidian vault search supports frontmatter tag filtering. It reads and parses frontmatter metadata alongside inline tags to rank notes and provide precise context-aware excerpts.

How does wikilink traversal work when retrieving notes from an Obsidian vault?

Wikilink traversal surfaces connected notes during an Obsidian vault search. It follows wikilinks between notes to discover related context, skipping excluded directories to refine results.

Do I need a specific file to configure the Obsidian vault path for searching?

Yes, the vault path is resolved from the .claude/workflow-adapter.local.md file. The search validates this configured path before reading frontmatter, tags, and wikilinks.

What is the best way to find notes with specific tags and keywords in an Obsidian vault?

The best way to find Obsidian notes is using a multi-facet search that combines keyword matching, frontmatter tag filtering, and inline tag parsing to surface the most pertinent notes.

Why does my Obsidian vault search skip certain directories when retrieving notes?

Obsidian vault search skips excluded directories to optimize information retrieval. It validates the resolved vault path and selectively reads frontmatter, tags, and wikilinks from included notes.