metabot-llm-wiki

Ingest raw documents, index content, build static wiki snapshots, and publish ZIP bundles.

10|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/metaid-developers/IDBots --skill metabot-llm-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metabot-llm-wiki
Source: https://github.com/metaid-developers/IDBots/tree/main/SKILLs/metabot-llm-wiki
Command: npx skills add https://github.com/metaid-developers/IDBots --skill metabot-llm-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yazl, and includes scripts (resource) components.

What problem does it solve?

构建并维护一个本地知识库并生成可发布的静态 Wiki 快照,便于私有环境的快速检索与协作。

Core Features & Use Cases

  • Ingest raw documents, index content with incremental updates, and run reference-enabled queries against the local knowledge base.
  • Generate a static wiki site and bundle it into ZIP for distribution, then publish on-chain or off-chain as required.
  • Automate end-to-end workflows from initialization to publishing snapshots, supporting incremental development and versioning.

Quick Start

Initialize the knowledge base with init, place documents in raw/, run ingest, index, wiki_build, bundle_zip, and publish_all to publish the static wiki.

Frequently Asked Questions about metabot-llm-wiki

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

FAQPage Schema
How do I build a local knowledge base with RAG-first indexing?

To build a local knowledge base with RAG-first indexing, initialize the project, place documents in the raw directory, run ingest, index, and then wiki_build to generate a static wiki snapshot.

How do I publish a static wiki snapshot as a ZIP bundle?

Publish a static wiki snapshot as a ZIP bundle by running the bundle_zip command after wiki_build, then use publish_zip or publish_all to distribute the generated archive on-chain or off-chain.

What is the best way to automate end-to-end wiki generation and publishing?

The best way to automate wiki generation and publishing is running publish_all, which handles end-to-end workflows from initialization and indexing to snapshot versioning and on-chain publishing.

Can I run reference-enabled search queries against my local documents?

Yes, you can run reference-enabled search queries against local documents after ingesting raw files and running the index command to incrementally update the RAG-first knowledge base.

Does this wiki builder support incremental updates and versioning controls?

Yes, the wiki builder supports incremental updates during document ingestion and indexing, alongside versioning controls for static wiki snapshots during the publish_snapshot and publish_all workflows.

Do I need to run dependency checks before generating a static wiki site?

Yes, you need to run dependency checks before generating a static wiki site to ensure the environment is properly configured for the end-to-end build, bundle, and publish workflows.