wiki-query

Classifies user questions and locates relevant wiki pages across compiled Opel-like sources.

Updated Feb 2, 2016
One-click install
npx skills add https://github.com/zjykzk/blog --skill wiki-query-zjykzk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-query
Source: https://github.com/zjykzk/blog/tree/main/.agents/skills/wiki-query
Command: npx skills add https://github.com/zjykzk/blog --skill wiki-query-zjykzk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users answer questions by searching and synthesizing information from a compiled Obsidian wiki, delivering concise responses with citations without modifying any wiki content.

Core Features & Use Cases

  • Cross-wiki query: search across knowledge nodes and return citations from matched pages.
  • Multi-hop reasoning: trace connections between topics using typed edges to surface relationships.
  • Read-safety and read-only: never modify wiki content; only writes are allowed to log.md.

Quick Start

Use a single natural language instruction: ask a question about the knowledge base and get a concise, cited answer from the wiki.

Frequently Asked Questions about wiki-query

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

FAQPage Schema
How do I query my Obsidian wiki without modifying the content?

You can query your Obsidian wiki by asking a natural language question. The skill searches existing pages, provides citations, and operates strictly read-only without modifying any wiki content.

How does multi-hop retrieval work across Obsidian knowledge nodes?

Multi-hop retrieval traces connections between topics using typed edges. This surfaces relationships across knowledge nodes in your wiki, allowing answers that require synthesizing information from multiple linked pages.

Can I get citations when searching for information in my knowledge base?

Yes, the skill delivers concise responses with citations. It locates relevant wiki pages and cites the specific sources used to synthesize the answer to your question.

What's the best way to search Obsidian frontmatter and section metadata efficiently?

The skill uses a tiered retrieval strategy, starting with cheap primitives like index metadata, frontmatter grep, and section reads, escalating to full-page reads only when necessary.

Does wiki-query support cross-wiki search for typed relationships?

Yes, it supports cross-wiki querying by searching across knowledge nodes and returning citations from matched pages. It also traces typed edges to surface relationships where applicable.

Are there visibility constraints when retrieving information from a compiled wiki?

Yes, the skill respects visibility constraints when surfacing relationships and citations from your wiki. It locates relevant pages while adhering to the defined access and visibility rules.