skillfed

wiki-query

Wiki Query pulls answers from wiki pages and raw sources, citing each fact as it goes. When synthesis is needed, it offers to file a new page rather than answering silently. If the wiki can't answer, it says so plainly and suggests a concrete next step.

Wiki Query answers questions by searching wiki pages and raw sources, then citing each claim directly in the response.

AI-generated summary based on this skill's SKILL.md

74,924 13,962 MIT updated by paperclipai

Install

paperclipai/paperclip/wiki-query · repository language: TypeScript

CLI (skillfed)coming soon
git clone https://github.com/paperclipai/paperclip
cp -r paperclip/packages/plugins/plugin-llm-wiki/skills/wiki-query ~/.claude/skills/wiki-query

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I answer questions from a wiki with citations?

Wiki Query answers wiki-based questions by pulling from wiki pages and raw sources, then citing each fact inline as it responds. Wiki Query structures answers with bullet points and linked references so readers can verify claims directly. When you ask Wiki Query a question, it searches relevant wiki pages, checks facts against raw sources for accuracy, and presents findings with proper attribution to each source.

What does Wiki Query do when the wiki can't answer?

Wiki Query identifies knowledge gaps honestly and suggests concrete next steps rather than guessing. When Wiki Query encounters a question the wiki doesn't cover, it tells you plainly that the answer isn't available, then offers to file a new synthesis page to document the gap. This approach keeps responses factual and helps grow the wiki over time.

Can Wiki Query search wiki pages and cite sources?

Yes. Wiki Query navigates wiki pages to locate relevant information, then cites each source inline as part of its answer. Wiki Query verifies claims against raw sources before responding, ensuring citations point to accurate material. This search-and-cite workflow lets you trust that every fact in a Wiki Query answer is traceable back to a documented source.

How does Wiki Query handle wiki query operations?

Wiki Query processes wiki query operations by first searching and navigating wiki pages to find relevant information. It then verifies wiki claims against raw sources before responding, structures answers with inline citations and bullet points, and identifies any knowledge gaps. If synthesis is needed, Wiki Query offers to file a durable page rather than leaving gaps unaddressed.

What is Wiki Query's approach to source verification?

Wiki Query verifies wiki claims against raw sources before responding to any question. This verification step ensures that every cited fact has been checked for accuracy at the source level. By combining wiki page navigation with raw source inspection, Wiki Query builds confidence that answers are both well-sourced and factually sound.

Does Wiki Query file new pages for knowledge gaps?

Wiki Query can file durable synthesis pages when gaps are identified during query operations. Rather than answering silently or leaving holes in coverage, Wiki Query offers to document gaps as new pages. This synthesis-filing capability helps keep the wiki comprehensive and ensures that unanswered questions become opportunities to expand the knowledge base.

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

  1. Open the target space's wiki/index.md first — it is the navigation aid. Identify candidate pages.
  2. Read the candidate pages end to end with wiki_read_page, always passing the operation issue's wikiId and spaceSlug. Follow [[wiki-links]] to neighbouring pages when the question spans entities or concepts.
  3. Inspect raw sources when a wiki page's claim feels thin. The wiki points to raw/ precisely so you can verify before answering. Use wiki_read_source.
  4. Answer the question in the operation issue thread. Structure:
  5. Direct answer first, in 1–4 sentences.
  6. Then the supporting facts as bullet points, each with an inline citation: `(see

(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

Related skills

Tags

citation-management source-verification knowledge-synthesis wiki-navigation gap-identification inline-referencing answer-structuring raw-source-inspection durable-knowledge fact-checking