wiki-query

Search an Obsidian wiki and return concise, sourced answers.

Updated Apr 27, 2014
One-click install
npx skills add https://github.com/Nirajkashyap/nirajkashyap.github.io --skill wiki-query-nirajkashyap
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki-query
Source: https://github.com/Nirajkashyap/nirajkashyap.github.io/tree/main/.agents/skills/wiki-query
Command: npx skills add https://github.com/Nirajkashyap/nirajkashyap.github.io --skill wiki-query-nirajkashyap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Answer questions by searching the compiled Obsidian wiki and returning concise, sourced results that reflect the wiki's cross-referenced knowledge.

Core Features & Use Cases

  • Index-wide search across frontmatter metadata to surface relevant pages; supports visibility filtering and citations
  • Supports multiple retrieval modes (index-only, section reads, and full-page reads) to balance speed and depth
  • Enables synthesis with topic relationships and cross-page context for deeper understanding

Quick Start

Ask a question about your wiki content and specify the level of detail you want, such as a quick answer or full citations.

Frequently Asked Questions about wiki-query

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

FAQPage Schema
How do I search an Obsidian wiki and get answers with citations?▼

To search an Obsidian wiki with citations, you query the compiled knowledge base. The system returns concise, sourced results by matching your question against cross-referenced pages and frontmatter metadata.

What's the best way to retrieve specific sections from a large knowledge base?▼

Retrieving specific sections from a knowledge base is done using section reads. This mode balances speed and depth by fetching targeted parts of a page rather than loading the entire file.

Can I filter wiki search results using frontmatter metadata?▼

You can filter wiki search results using frontmatter metadata. The system performs an index-wide search that applies visibility filtering based on your page frontmatter and configuration settings.

How does cross-page context synthesis work for connected notes?▼

Cross-page context synthesis works by analyzing topic relationships across multiple wiki pages. It combines information from connected notes to generate a deeper, unified understanding of your query.

When should I use index-only retrieval instead of full-page reads?▼

Use index-only retrieval instead of full-page reads when you need fast answers. Index-only searches surface relevant pages quickly using metadata, while full-page reads provide maximum depth for complex queries.

Does wiki knowledge retrieval support configurable QMD integration?▼

Wiki knowledge retrieval supports configurable QMD integration. This feature allows citation-aware synthesis, enabling the system to compile and format sourced answers according to your specific configuration.