Wiki Query
Wiki Query answers questions grounded in your wiki's actual content, citing pages and raw sources as it goes. It reads your wiki's index and candidate pages, verifies claims against raw sources when needed, and structures answers with inline citations. When synthesis is required, it offers to file the work durably so knowledge compounds instead of disappearing into chat.
Wiki Query answers your wiki-based questions with proper citations and source verification.
AI-generated summary based on this skill's SKILL.md
Install
getpaperclipai/paperclip/wiki-query · repository language: TypeScript
git clone https://github.com/getpaperclipai/paperclip
cp -r paperclip/packages/plugins/plugin-llm-wiki/skills/wiki-query ~/.claude/skills/wiki-queryFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I answer questions from the wiki?
Wiki Query answers questions grounded in your wiki's actual content by reading your wiki's index and candidate pages, then citing them as it goes. It verifies claims against raw sources when needed and structures answers with inline citations so you know exactly where each piece of information came from.
Can Wiki Query search wiki and cite sources?
Yes. Wiki Query searches your wiki pages and provides proper citations for every claim. It inspects raw sources and external references to verify information before answering, ensuring you get accurate, traceable answers backed by documented evidence from your knowledge base.
How do I synthesize wiki knowledge into answers?
Wiki Query synthesizes wiki knowledge into durable documentation for future reuse. When synthesis is required, it offers to file the work durably so knowledge compounds instead of disappearing into chat, making your wiki grow stronger over time.
What does Wiki Query do with gaps in wiki coverage?
Wiki Query identifies gaps in wiki coverage and suggests next steps for knowledge ingestion. This helps you spot missing documentation and plan what to add to your wiki next, ensuring your knowledge base stays comprehensive and up-to-date.
Does Wiki Query navigate wiki structure and cross-references?
Yes. Wiki Query navigates your wiki structure and follows cross-references to find relevant content. It reads through your wiki's organization to locate the pages and information needed to answer your questions thoroughly and accurately.
Is Wiki Query open source?
Wiki Query is released under the MIT license, making it free to use, modify, and distribute according to the terms of that license.
SKILL.md
rendered from the published skill — quoted content, verbatim
Wiki Query
Answer a question from what the wiki actually contains, with citations.
Inputs
- An operation issue with
operationType: "query"and the question in the body. - The operation issue's target
wikiId,spaceSlug, and space root.
Workflow
- Open the target space's
wiki/index.mdfirst — it is the navigation aid. Identify candidate pages. - Read the candidate pages end to end with
wiki_read_page, always passing the operation issue'swikiIdandspaceSlug. Follow[[wiki-links]]to neighbouring pages when the question spans entities or concepts. - Inspect raw sources when a wiki page's claim feels thin. The wiki points to
raw/precisely so you can verify before answering. Usewiki_read_source. - Answer the question in the operation issue thread. Structure:
- Direct answer
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
packages/plugins/plugin-llm-wiki/skills/wiki-query/SKILL.md