← 返回 Skills 市场
ivangdavila

RAG

作者 Iván · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2347
总下载
3
收藏
18
当前安装
1
版本数
在 OpenClaw 中安装
/install rag
功能描述
Build, optimize, and debug RAG pipelines with chunking strategies, retrieval tuning, evaluation metrics, and production monitoring.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rag
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rag 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug rag
版本 1.0.0
许可证
累计安装 18
当前安装数 18
历史版本数 1
常见问题

RAG 是什么?

Build, optimize, and debug RAG pipelines with chunking strategies, retrieval tuning, evaluation metrics, and production monitoring. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2347 次。

如何安装 RAG?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rag」即可一键安装,无需额外配置。

RAG 是免费的吗?

是的,RAG 完全免费(开源免费),可自由下载、安装和使用。

RAG 支持哪些平台?

RAG 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 RAG?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论