← Back to Skills Marketplace
ivangdavila

RAG

by Iván · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2347
Downloads
3
Stars
18
Active Installs
1
Versions
Install in OpenClaw
/install rag
Description
Build, optimize, and debug RAG pipelines with chunking strategies, retrieval tuning, evaluation metrics, and production monitoring.
Usage Guidance
This skill is an offline documentation pack for building RAG systems and is internally coherent. Before installing/using: (1) enforce prompt isolation and input sanitization at runtime to mitigate prompt-injection risks documented here; (2) follow the security.md guidance when you connect to external embedding/vector APIs — avoid sending sensitive PII/PHI to third-party APIs unless you have the proper agreements and controls; (3) test any ingestion code in a staging environment to confirm metadata-based access control (filters/namespaces) works as expected; (4) because the skill is instruction-only, it cannot itself exfiltrate data, but any implementation you build following these instructions can — review network/credential handling in your runtime. If you want lower risk, use the docs as a read-only reference rather than enabling autonomous agent invocation of the skill.
Capability Analysis
Type: OpenClaw Skill Name: rag Version: 1.0.0 This skill bundle provides a comprehensive guide for building, optimizing, and securing Retrieval-Augmented Generation (RAG) pipelines. All files contain documentation and illustrative code snippets that are aligned with the stated purpose. Notably, the `security.md` file explicitly addresses critical security concerns such as PII detection, access control, compliance (GDPR, HIPAA, SOC2), and prompt injection prevention within RAG systems, demonstrating a strong security-first approach. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection attempts against the OpenClaw agent itself. The content is purely educational and best-practice oriented.
Capability Assessment
Purpose & Capability
The name/description (RAG pipelines, chunking, retrieval, evaluation, monitoring) match the included documents (architecture.md, implementation.md, evaluation.md, security.md). No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md and the companion files confine themselves to building and operating RAG systems (ingest, chunk, embed, store, retrieve, monitor). They do not instruct reading arbitrary host files, accessing unrelated env vars, or sending data to unknown endpoints. A detected prompt-injection pattern appears in the docs as an example of attack content and mitigation, not as an instruction to ignore supervisor prompts; implementers should still apply prompt-isolation and sanitization at runtime.
Install Mechanism
No install spec or code is present; the skill is instruction-only so nothing will be downloaded or written by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. All recommended integrations (embedding APIs, vector DBs) are optional and appropriately described in the docs.
Persistence & Privilege
always:false and no special privileges are requested. The skill does not request permanent presence, system-wide config changes, or access to other skills' credentials. Autonomous invocation is enabled by default on the platform but this skill does not widen its blast radius by requesting extra privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rag
  3. After installation, invoke the skill by name or use /rag
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug rag
Version 1.0.0
License
All-time Installs 18
Active Installs 18
Total Versions 1
Frequently Asked Questions

What is RAG?

Build, optimize, and debug RAG pipelines with chunking strategies, retrieval tuning, evaluation metrics, and production monitoring. It is an AI Agent Skill for Claude Code / OpenClaw, with 2347 downloads so far.

How do I install RAG?

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

Is RAG free?

Yes, RAG is completely free (open-source). You can download, install and use it at no cost.

Which platforms does RAG support?

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

Who created RAG?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments