Source profileQuality 71/100

paperclipai/paperclip/packages/plugins/plugin-llm-wiki/skills/wiki-query/SKILL.md

wiki-query

Use when an LLM Wiki operation issue asks a question. Answer from wiki pages and raw sources with citations, name gaps plainly, and offer to file durable synthesis when the answer should compound.

Source repository stars
74,938
Declared platforms
0
Static risk flags
0
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Answer a question from what the wiki actually contains, with citations.

Best for

  • Use when an LLM Wiki operation issue asks a question.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/paperclipai/paperclip --skill "packages/plugins/plugin-llm-wiki/skills/wiki-query"
Safe inspection promptEditorial

Inspect the Agent Skill "wiki-query" from https://github.com/paperclipai/paperclip/blob/77979950381a99271e4690c581a7440b73807b11/packages/plugins/plugin-llm-wiki/skills/wiki-query/SKILL.md at commit 77979950381a99271e4690c581a7440b73807b11. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    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 wikireadpage, always passing the operation issue's wikiId and spaceSlug. Follow [[wiki-links]] to neighbouring pages when the question…

    Open the target space's wiki/index.md first — it is the navigation aid. Identify candidate pages.Read the candidate pages end to end with wikireadpage, always passing the operation issue's wikiId and spaceSlug. 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. Use wikireadsource.
  2. 02

    Verification

    Before closing the operation issue:

    [ ] Every claim in the answer cites a wiki page or raw source.[ ] If the wiki was insufficient, that is stated directly with a concrete next step (ingest source X, distill project Y, web search Z).[ ] If you wrote a synthesis page, wiki/index.md lists it and wiki/log.md has a query | filed synthesis entry.
  3. 03

    Inputs

    An operation issue with operationType: "query" and the question in the body.

    An operation issue with operationType: "query" and the question in the body.The operation issue's target wikiId, spaceSlug, and space root.- An operation issue with operationType: "query" and the question in the body. - The operation issue's target wikiId, spaceSlug, and space root.
  4. 04

    Voice

    Lead with the answer.

    Lead with the answer.Cite as you go, not in a footnote block at the end.Use the wiki's terse, factual voice. The query response is itself a candidate for filing into wiki/synthesis/.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score71/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars74,938SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
paperclipai/paperclip
Skill path
packages/plugins/plugin-llm-wiki/skills/wiki-query/SKILL.md
Commit
77979950381a99271e4690c581a7440b73807b11
License
MIT
Collected
2026-07-28
Default branch
master
View the original SKILL.md

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:
    • Direct answer first, in 1–4 sentences.
    • Then the supporting facts as bullet points, each with an inline citation: (see [[wiki/concepts/managed-resources]]) or (see raw/<filename>).
    • If you needed to read a raw source the wiki did not summarise, name that as a gap.
  5. Decide whether the answer is durable. If the question forced you to do real synthesis (a comparison, a tradeoff, a definition of something that isn't already a page), offer to file it under wiki/synthesis/<slug>.md. Do not write the synthesis page silently — it is opt-in. If the user accepts, write the page, link it from wiki/index.md, and append a query | filed synthesis log entry.
  6. When the wiki cannot answer, say so plainly. Suggest a source the user should ingest, a Paperclip project that would help if distilled, or a web lookup. Never bluff.

Voice

  • Lead with the answer.
  • Cite as you go, not in a footnote block at the end.
  • Use the wiki's terse, factual voice. The query response is itself a candidate for filing into wiki/synthesis/.

Verification

Before closing the operation issue:

  • Every claim in the answer cites a wiki page or raw source.
  • If the wiki was insufficient, that is stated directly with a concrete next step (ingest source X, distill project Y, web search Z).
  • If you wrote a synthesis page, wiki/index.md lists it and wiki/log.md has a query | filed synthesis entry.
  • No file under raw/ was modified.

Tools

wiki_search, wiki_read_page, wiki_list_sources, wiki_read_source, wiki_write_page (only when filing synthesis). Always include the operation issue's wikiId and spaceSlug.

Alternatives

Compare before choosing