Short answer: RAG Pipeline is a verified OpenClaw skill for ai & llms. Trust Score 98/100 based on source transparency, permission scope, install safety, update recency, community signal, and documentation quality.
npx clawhub@latest install rag-pipelineRAG Pipeline provides an end-to-end framework for building Retrieval-Augmented Generation systems. Ingest documents (PDF, DOCX, HTML, Markdown), chunk them intelligently, generate embeddings, store in vector databases, and retrieve relevant context for LLM queries. Includes hybrid search (semantic + keyword), reranking, and citation tracking.
npm install -g clawhub@latestnpx clawhub@latest install rag-pipelineopenclaw skills listThis skill is currently classified as Verified with a low risk profile. Our reviewers inspected the SKILL.md manifest, dependency tree, declared permissions, network calls, and shell commands before publishing this score. See our editorial policy and Trust Score methodology for the full rubric.
PDF, DOCX, XLSX, HTML, Markdown, plain text, and Notion exports. It handles tables, images with OCR, and code blocks.
It combines vector similarity search with BM25 keyword matching, then reranks results using a cross-encoder for maximum relevance.
Run `npx clawhub@latest install rag-pipeline` from any directory with Claude Code or OpenClaw installed. The skill is added to your local SKILL.md registry and is available to your agent immediately — no restart required.