wiki-read

Query the wiki to obtain cited answers with automatic research.

51|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Oshayr/LLM-Wiki --skill wiki-read
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-read
Source: https://github.com/Oshayr/LLM-Wiki/tree/main/skills/read
Command: npx skills add https://github.com/Oshayr/LLM-Wiki --skill wiki-read

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search and query the wiki to obtain cited answers, with automatic research when knowledge is missing.

Core Features & Use Cases

  • Cited answers: Retrieve information from the wiki with explicit citations.
  • Automatic research on miss: When knowledge is absent, automatically perform research using available tools, ingest results, and answer with new citations.
  • Flexible depth: Supports standard, quick, and deep depths to balance speed and thoroughness.

Quick Start

Ask the wiki a question using /wiki-read <your question> to receive a cited answer and automatic research when needed.

Frequently Asked Questions about wiki-read

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

FAQPage Schema
How do I get cited answers from a wiki automatically?

Query the wiki using the /wiki-read command to retrieve answers with explicit citations. It automatically performs research using available tools and ingests results to answer with new citations when information is missing.

What happens when wiki research finds missing information?

When knowledge is absent, the skill automatically performs research using available tools, ingests the new results, and answers your question with new citations.

Can I control the depth of wiki searches to balance speed and thoroughness?

Yes, you can control the depth of wiki searches by choosing standard, quick, or deep depths, allowing you to balance speed and thoroughness based on your research requirements.

Does the wiki search tool require any external dependencies?

No, the wiki search tool operates independently with no external dependencies, using frontmatter-driven discovery and an ingest workflow to return cited sources.

What is the best way to automate wiki knowledge retrieval with citations?

The best way to automate wiki knowledge retrieval is using a frontmatter-driven discovery and ingest workflow that queries the wiki, automatically researches missing information, and returns cited sources.