← 返回 Skills 市场
abhinas90

RAG Pipeline Starter

作者 abhinas90 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
71
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rag-pipeline-starter
功能描述
Set up and optimize RAG pipelines for large datasets (50K-500K rows) with document chunking, embedding benchmarking, vector indexing, and retrieval tuning.
安全使用建议
What to consider before installing/running: - The package is instruction+code only and runs entirely on local files — there are no network calls or credential requests in the code, which reduces exfiltration risk. - The scripts create and modify files under the directories you pass as --output, --index, or --chunks. Run them in a controlled workspace or sandbox if you are testing, and avoid pointing them at sensitive system directories. - The embedding benchmark is mostly a mock/demo implementation. There is a small bug (function name mismatch: compute_similarity__mock vs. compute_similarity_mock) that may cause runtime errors; expect to edit/fix code if you want production use. The recommend logic also uses the first analyzed document to pick a strategy rather than aggregating across all documents — review if you need different behavior. - If you plan to plug in real (paid) embedding providers, you will need to manage API keys yourself; this skill does not request or manage credentials. Keep keys out of plain text and use secure storage. - Best practice: inspect the files locally (you already have them), run on a small sample dataset first, and run under a restricted environment (container or VM) if you are unsure. Given the available materials, the skill appears internally consistent and implements the features it claims; no indicators of data exfiltration or unrelated privileges were found.
功能分析
Type: OpenClaw Skill Name: rag-pipeline-starter Version: 1.0.0 The skill bundle provides a legitimate boilerplate toolkit for building RAG (Retrieval-Augmented Generation) pipelines, including document chunking, embedding benchmarking, and retrieval tuning. Analysis of the Python scripts (chunking_analyzer.py, embedding_benchmark.py, retrieval_tuner.py, and vector_store_manager.py) reveals standard data processing logic and local file I/O without any evidence of network exfiltration, unauthorized command execution, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description match what the code provides: chunking analyzer, embedding benchmark, retrieval tuner, and a simple vector store manager. Required resources (none) and included scripts are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs running the included Python scripts on local data and creating local indexes. The runtime instructions only reference local files/directories and the included scripts; they do not instruct the agent to read unrelated system files, access credentials, or send data to external endpoints.
Install Mechanism
No install spec is provided; the skill is instruction+code only. This minimizes installation risk — nothing is downloaded or written by an installer. The only runtime requirement is Python 3.8+ and typical Python packages (numpy, sentence-transformers optionally).
Credentials
The skill requests no environment variables or credentials. The code reads and writes local files (chunks, indexes) which is expected for its purpose. There are no references to network endpoints, cloud credentials, or unrelated secrets.
Persistence & Privilege
Skill is not always: true and does not modify other skills or system-wide agent configuration. It persists only to its own index directories/files when run, which is expected behavior for a local vector store manager.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rag-pipeline-starter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rag-pipeline-starter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug rag-pipeline-starter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

RAG Pipeline Starter 是什么?

Set up and optimize RAG pipelines for large datasets (50K-500K rows) with document chunking, embedding benchmarking, vector indexing, and retrieval tuning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。

如何安装 RAG Pipeline Starter?

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

RAG Pipeline Starter 是免费的吗?

是的,RAG Pipeline Starter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

RAG Pipeline Starter 支持哪些平台?

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

谁开发了 RAG Pipeline Starter?

由 abhinas90(@abhinas90)开发并维护,当前版本 v1.0.0。

💬 留言讨论