← Back to Skills Marketplace
bytesagain1

Rag Evaluator

by bytesagain1 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
191
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install rag-evaluator
Description
Python SDK for Agent AI Observability, Monitoring and Evaluation Framework. Includes features like a ragaai catalyst, python, agentic-ai.
Usage Guidance
This skill appears coherent and local-only: it stores logs and exports under ~/.local/share/rag-evaluator and does not contact external endpoints or request credentials. Before installing or running it, review the included scripts (scripts/script.sh). Be aware that commands like `prompt`, `configure`, or `evaluate` log whatever you pass — avoid entering secrets or API keys into those entries. Exports and logs are stored on disk (they may grow over time), so consider disk space and file permissions. If you want extra safety, run the script in an isolated environment (container or dedicated user account) or modify DATA_DIR to point to a controlled location. Finally, note the JSON export is implemented naively and may produce invalid JSON for values containing quotes or newlines; treat exported files accordingly.
Capability Analysis
Type: OpenClaw Skill Name: rag-evaluator Version: 2.0.0 The skill is a local logging utility for RAG (Retrieval-Augmented Generation) evaluation metrics, implemented as a Bash script. It records user-provided strings into categorized log files within `~/.local/share/rag-evaluator/` and provides basic search and export functionality. While the documentation in SKILL.md incorrectly refers to it as a 'Python SDK', the actual script (scripts/script.sh) is transparent, lacks network access, and contains no indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description (Rag Evaluator) match the behavior: a small CLI that logs evaluation/benchmark/prompt data and provides exports, search, stats, and status. There are no unrelated env vars, binaries, or services requested.
Instruction Scope
Runtime instructions and the included script only read/write files in ~/.local/share/rag-evaluator and run standard Unix utilities. However, the tool logs arbitrary user-provided inputs (prompts, configs, costs, etc.) so users could accidentally store sensitive secrets or API keys. The JSON export implementation is brittle (naive string formatting, no escaping, and uses a literal "\n]" which may produce invalid JSON), so exported data may be malformed.
Install Mechanism
There is no install spec (instruction-only skill) which is low risk. A shell script is included; it is plain Bash and not obfuscated. Because there's no automatic installer, the script won't be placed on PATH by the platform unless the agent/user does so; inspect the script before running or install into an isolated environment if desired.
Credentials
The skill declares no required environment variables or credentials and the script only uses HOME and standard utilities. Requested accesses are proportional to a local logging CLI.
Persistence & Privilege
The script persists logs and exports under the user's home (~/.local/share/rag-evaluator) which is expected for this tool. It does not request elevated privileges, does not modify other skills, and always:false. Consider the privacy implications of storing inputs on disk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rag-evaluator
  3. After installation, invoke the skill by name or use /rag-evaluator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
publish v2.0.0
Metadata
Slug rag-evaluator
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Rag Evaluator?

Python SDK for Agent AI Observability, Monitoring and Evaluation Framework. Includes features like a ragaai catalyst, python, agentic-ai. It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.

How do I install Rag Evaluator?

Run "/install rag-evaluator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Rag Evaluator free?

Yes, Rag Evaluator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Rag Evaluator support?

Rag Evaluator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rag Evaluator?

It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.0.

💬 Comments