wiki-query

Answer questions and retrieve information from an Obsidian wiki via graph index queries.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/Abulfadl-Ahmadi/Experimental-Physics-Spring-2026 --skill wiki-query-abulfadl-ahmadi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-query
Source: https://github.com/Abulfadl-Ahmadi/Experimental-Physics-Spring-2026/tree/main/.skills/wiki-query
Command: npx skills add https://github.com/Abulfadl-Ahmadi/Experimental-Physics-Spring-2026 --skill wiki-query-abulfadl-ahmadi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires obsidian, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill empowers you to quickly find information within your Obsidian wiki, saving time and enhancing productivity.

Core Features & Use Cases

  • Question Answering: Get direct answers to any question about your knowledge base.
  • Information Retrieval: Find related topics and explore connections between them.
  • Fast Lookup: Access page summaries and frontmatter without reading full pages.
  • Multi-hop Queries: Trace paths between concepts or dependencies.
  • Synthesized Answers: Summarize and present relevant information from multiple pages.

Quick Start

To query your wiki, simply type "wiki-query @project <your question>".

Frequently Asked Questions about wiki-query

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

FAQPage Schema
How do I retrieve specific information from a large Obsidian knowledge base?

To retrieve specific information from an Obsidian knowledge base, you query a compiled graph index using text search and graph traversal. This mechanism provides direct answers, page summaries, and frontmatter without reading full pages.

Can I trace connections between concepts in my Obsidian wiki?

Yes, you can trace connections between concepts in your Obsidian wiki by running multi-hop queries. This graph traversal mechanism follows relationship paths across linked notes to map dependencies and synthesize answers from multiple pages.

Do I need any special tools to set up question answering in Obsidian?

Yes, setting up question answering in Obsidian requires the obsidian-wiki tool to build and query a compiled graph index. You need this environment to handle factual, relationship, and synthesis queries across your notes.

What's the best way to find gaps in my Obsidian notes?

The best way to find gaps in your Obsidian notes is to run gap queries against a compiled graph index. This information retrieval technique identifies missing links between concepts and highlights areas where synthesis queries return incomplete data.

Does graph traversal work for multi-hop queries across linked Obsidian pages?

Yes, graph traversal works for multi-hop queries across linked Obsidian pages by navigating the compiled graph index. This process traces paths between concepts and dependencies, summarizing relevant information from multiple pages into a cohesive answer.

Why is my wiki query returning incomplete answers for complex topics?

Your wiki query returns incomplete answers when the compiled graph index lacks sufficient links for multi-hop traversal. Gap queries identify these missing relationships, showing where your knowledge base needs more connections to synthesize full answers.