kb-rag

Retrieve and answer questions from indexed knowledge base collections using hybrid BM25 and vector search.

11|3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/MuduiClaw/ClawKing --skill kb-rag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb-rag
Source: https://github.com/MuduiClaw/ClawKing/tree/main/workspace/skills/kb-rag
Command: npx skills add https://github.com/MuduiClaw/ClawKing --skill kb-rag

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to efficiently retrieve information and answer questions from a vast and growing knowledge base, ensuring you can access and utilize accumulated information effectively.

Core Features & Use Cases

  • Knowledge Retrieval: Search across multiple indexed collections including blog translations, skill documentation, project documents, and conversation captures.
  • Question Answering: Get precise answers to your queries by leveraging both keyword and semantic search, with LLM-powered synthesis.
  • Content Ingestion: Easily add new content to the knowledge base for future retrieval.
  • Use Case: Ask "What were the key updates for OpenClaw in early 2026?" to get a synthesized answer with sources, or search for specific topics within blog translations.

Quick Start

Use the kb-rag skill to find information about 'OpenClaw 2026.2.13 updates'.

Frequently Asked Questions about kb-rag

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

FAQPage Schema
How does hybrid search combine BM25 and vector similarity for knowledge base retrieval?

Hybrid search for knowledge base retrieval combines BM25 keyword matching with vector similarity to find relevant context, which an LLM then synthesizes into a precise answer with sources.

How do I ingest new content into a knowledge base for question answering?

You can ingest new content into a knowledge base by adding documents to indexed collections, making them immediately available for future retrieval and question answering.

Can I search across multiple document collections like project docs and blog translations?

Yes, you can search across multiple indexed collections including blog translations, project documentation, skill documentation, and conversation captures to retrieve targeted information.

Does knowledge base retrieval require qmd for manual search operations?

Yes, manual search operations and content ingestion for knowledge base retrieval require qmd to interface with the indexed collections and execute queries.

What is the best way to query conversation captures and project documentation for specific updates?

The best way to query conversation captures and project documentation is to ask natural language questions, leveraging hybrid search to get synthesized answers with cited sources.