A professional RAG systems architect skill that bridges the gap between raw data and LLM understanding through optimized retrieval pipelines.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rag-engineer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install rag-engineer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The RAG Engineer skill is a specialized module for developers looking to build robust Retrieval-Augmented Generation systems. By focusing on the critical layers of vector embeddings, document chunking, and retrieval pipelines, this skill ensures that AI agents provide accurate, context-aware responses while minimizing hallucinations. As part of the Openclaw Skills ecosystem, it provides the architectural patterns needed to turn raw data into actionable knowledge for large language models.
This skill addresses the 'garbage in, garbage out' problem by emphasizing retrieval quality over simple generation. It provides structured guidance on semantic search implementation and context window optimization, making it an essential tool for anyone developing high-performance AI search applications within the Openclaw Skills framework.
To integrate this skill into your workflow, ensure you have a baseline understanding of NLP concepts and LLM fundamentals. Since this is a logic-based skill for Openclaw Skills agents, you can initialize the RAG patterns by defining your retrieval pipeline requirements.
# Example of setting up a RAG environment
pip install langchain chromadb openai
Configure your environment variables for embedding models and vector store providers to begin implementing the semantic chunking patterns described in the skill documentation.
The RAG Engineer skill organizes data through a multi-layered taxonomy to ensure maximum retrieval precision for Openclaw Skills users.
| Component | Description | Data Type |
|---|---|---|
| Chunks | Meaning-based segments of source text | String |
| Embeddings | High-dimensional vector representations | Float Array |
| Metadata | Structural info (headers, page numbers) | JSON Object |
| Score | Similarity or relevance metric | Float |
It prioritizes parent-child relationships where paragraph-level chunks are linked to larger document sections for better context retention.
Loading
An expert AI agent skill designed for crafting high-performance, production-ready prompts using advanced reasoning and safety methodologies.

A comprehensive price comparison tool for Korean e-commerce platforms that factors in shipping costs for true lowest-price discovery.

A sophisticated methodology for establishing AI agent continuity and self-identity through structured file-based memory systems.

A high-reliability search orchestration skill that implements a 3-tier fallback strategy using Brave, DuckDuckGo, and browser-based Claude.ai.

Automate review collection, sentiment analysis, and AI-generated responses across multiple platforms.

A powerful engine for decomposing existing SaaS services into AI agent workflows to establish a clear internalization and cost-saving roadmap.








































