LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

rag - Retrieve, rerank, ground, cite, and refuse RAG pipeline

Build grounded Q&A pipelines over a corpus by chunking, contextualizing, hybrid retrieval, reranking, grounding, citing chunk IDs, and refusing weak context.

Tags

Updated: 2026-09-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Chunk text into structured splits
  • Prepend contextual blurbs to chunks
  • Retrieve candidates using hybrid search
  • Rerank candidates using cross encoders
  • Ground answer prompts with context
  • Cite chunk IDs in answers
  • Refuse queries on weak context
  • Evaluate retrieval and answer metrics

Inputs

  • Text corpus or extracted documents
  • User questions
  • Golden Q/A evaluation set

Outputs

  • Grounded answers with citations
  • Refusal messages for missing context
  • Structured chunks with chunk IDs
  • Reranked top candidate passages

Requirements

  • LLM for contextualization and generation
  • Cross-encoder reranking model or API
  • Vector database supporting hybrid search
  • Clean text input

Source

  • Spec: SKILL.md
rag
retrieval-augmented-generation
chunking
hybrid-search
reranking
grounding
citations
faithfulness
contextual-retrieval
Chunk text into structured splits
Prepend contextual blurbs to chunks
Retrieve candidates using hybrid search
Rerank candidates using cross encoders
Text corpus or extracted documents
User questions
Golden Q/A evaluation set
Grounded answers with citations
Refusal messages for missing context
Structured chunks with chunk IDs