knowledge-query

Query niche wiki pages and file cited answers as markdown files.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/00PZ/oopz-inc --skill knowledge-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-query
Source: https://github.com/00PZ/oopz-inc/tree/main/companies/shoshin/skills/knowledge-query
Command: npx skills add https://github.com/00PZ/oopz-inc --skill knowledge-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to transform complex knowledge bases into actionable, auditable answers by querying a niche-specific wiki and filing the result as a new, cited query page.

Core Features & Use Cases

  • Niche-scoped querying: Reads only the wiki for a single niche and writes the result to the corresponding queries folder.
  • Cited, traceable outputs: Each answer includes citations to original wiki pages to preserve provenance.
  • Use Case: A Librarian asks a question about World Mobile and files a new query page to build a searchable question-answers repository over time.

Quick Start

Provide a niche slug and a natural-language question to create a new query page with a cited answer.

Frequently Asked Questions about knowledge-query

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

FAQPage Schema
How do I get cited answers from a niche wiki knowledge base?

To get cited answers from a niche wiki, query the knowledge base with a natural-language question and the tool synthesizes a response with citations to original wiki pages, filing the result as a markdown file.

How do I create a traceable knowledge query repository for a specific niche?

To create a traceable knowledge query repository, ask questions within your target niche and the tool writes each cited answer as a new markdown file under the .evidence/wiki/<niche>/queries/ directory.

Can I restrict wiki queries to a single niche scope?

Yes, you can restrict wiki queries to a single niche scope. The tool restricts all reads and writes to the specified target niche, ensuring answers only draw from the relevant knowledge base.

What format are cited wiki answers saved in?

Cited wiki answers are saved as new markdown files named YYYY-MM-DD-<kebab-slug>.md. Each file contains frontmatter, the synthesized answer body, and the original citations.

Do I need an existing wiki to generate cited answers?

Yes, you need an existing wiki structure. The tool discovers relevant wiki pages within the specified niche to synthesize a cited answer, relying on pre-existing indexed knowledge to provide traceable provenance.

What is the best way to document provenance for wiki queries?

The best way to document provenance for wiki queries is using a tool that automatically includes citations to original wiki pages in each synthesized answer, preserving the source trail for future reference.