A diagnostic tool for evaluating the accuracy and retrieval quality of RAG pipelines using Ragas metrics.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rag-eval
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-eval using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
RAG Eval is a sophisticated diagnostic utility designed to measure the performance and reliability of Retrieval-Augmented Generation (RAG) systems. As a key component in the Openclaw Skills ecosystem, it allows developers to quantify how well their AI agents retrieve information and generate contextually accurate responses. By utilizing the Ragas framework, the skill provides objective scoring for faithfulness, answer relevancy, and context precision.
This skill is essential for developers who need to ensure their AI applications remain production-ready and free from hallucinations. It acts as an automated judge, bridging the gap between raw LLM outputs and verifiable data quality. By integrating RAG Eval into your workflow, you can maintain high standards for your Openclaw Skills by continuously monitoring the effectiveness of your vector databases and retrieval logic.
To get started with RAG Eval, you can install it directly through the CLI or via your agent.
# Install the skill via the hub
clawhub install rag-eval
# Run the setup script to install Ragas and Python dependencies
bash scripts/setup.sh
You must also configure at least one LLM API key to act as the evaluation judge:
export OPENAI_API_KEY="your_openai_key"
# Or for local evaluation
export RAGAS_LLM="ollama/llama3"
The skill organizes its evaluation data and metadata to provide clear insights into pipeline performance.
| Metric | Description | Target Score |
|---|---|---|
| faithfulness | Accuracy of the answer based on provided context | > 0.85 |
| answer_relevancy | How well the answer addresses the user's question | > 0.85 |
| context_precision | The quality and ranking of retrieved document chunks | > 0.80 |
All evaluation logs are stored in memory/eval-results/ using date-stamped JSONL files, allowing for easy integration with other Openclaw Skills for data visualization.
--explain flag to see exactly which parts of an answer are considered unsupported by the context.Loading
A self-regulating, learned memory graph that enables AI agents to evolve through autonomous feedback and policy-gradient routing.

A professional-grade SEO integration that connects Ahrefs data to your AI agent via the Model Context Protocol.

A comprehensive SEO toolkit for AI agents to access real-time Ahrefs data for keywords, backlinks, and site audits.

A smart monitoring tool that tracks TestFlight beta availability and alerts you only when new slots become available.

A local-first multimedia research library designed to capture, organize, and search hardware project knowledge with intelligent weighting.

A local-first skill that records the structural evolution of ideas, branches, and pivots in your conversations as a browsable JSON tree.








































