← 返回 Skills 市场
RAGLite
作者
Viraj Sanghvi
· GitHub ↗
· v1.0.0
1579
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install raglite-local-rag-cache
功能描述
Local-first RAG cache: distill docs into structured Markdown, then index/query with Chroma + hybrid search (vector + keyword).
安全使用建议
Before installing: 1) Be aware the skill will, by default, use the OpenClaw engine unless you explicitly pass --engine; that may send data to an external gateway. If you want purely local operation, always pass an explicit local engine and/or verify raglite's defaults. 2) The installer pulls from a personal GitHub 'main' branch (un-pinned); review the upstream repo or pin a specific tag/commit to avoid unexpected updates. 3) If you must keep data local, ensure OPENCLAW_GATEWAY_TOKEN is not set and run with a local Chroma instance; install and run in an isolated environment (container or VM) first. 4) Consider inspecting the installed raglite package source after installation (or vendor it) to confirm there are no unexpected network endpoints. If you are not comfortable reviewing the upstream repo or exposing data to an external gateway, treat this skill as potentially risky.
功能分析
Type: OpenClaw Skill
Name: raglite-local-rag-cache
Version: 1.0.0
The skill installs its primary dependency, 'raglite', directly from a GitHub repository (`git+https://github.com/VirajSanghvi1/raglite.git@main`) within `scripts/install.sh`. While this is a common practice for open-source projects, it introduces a supply chain risk, as the integrity of the remote repository is not guaranteed and could be compromised to deliver malicious code. This constitutes a risky capability without clear malicious intent from the skill bundle itself, classifying it as suspicious rather than malicious under the given threshold.
能力评估
Purpose & Capability
The skill's stated purpose (local-first RAG cache using Chroma + ripgrep) matches the files and scripts. However the runtime intentionally defaults to the external OpenClaw engine unless the user overrides it, which conflicts with a purely 'local-first' expectation; the SKILL.md does mention the default but the install/script behavior enforces it silently.
Instruction Scope
Runtime instructions and scripts create a venv and invoke 'raglite' from the installed package. The launcher script silently injects '--engine openclaw' when the user doesn't supply --engine, which can cause documents or queries to be sent to an OpenClaw gateway by default. SKILL.md references Chroma and ripgrep and instructs interacting with network endpoints (Chroma server, OpenClaw gateway) — these are within the tool's domain, but the automatic defaulting to an external engine is behavior users may not expect and could lead to unintended data transmission.
Install Mechanism
The install script uses pip to install directly from a personal GitHub repo via 'git+https://github.com/VirajSanghvi1/raglite.git@main'. This is a common pattern but higher risk than installing from a pinned release or well-known package index: it pulls code from an upstream main branch (not a fixed tag), so upstream changes could alter behavior after install. No other unusual downloads or obfuscated installers were found.
Credentials
The skill declares no required env vars, yet SKILL.md references OPENCLAW_GATEWAY_TOKEN (used if the gateway requires auth) and a Chroma URL. Because the launcher defaults to the OpenClaw engine, an external gateway and its token become relevant to normal runs even though they are not declared as required. That mismatch makes credential use/need non-obvious to users and increases the risk of accidental exposure of sensitive documents.
Persistence & Privilege
The skill is not always-enabled, does not request system-wide config paths or credentials, and does not modify other skills. It installs into a skill-local virtualenv, which is a contained install pattern.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install raglite-local-rag-cache - 安装完成后,直接呼叫该 Skill 的名称或使用
/raglite-local-rag-cache触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
RAGLite 是什么?
Local-first RAG cache: distill docs into structured Markdown, then index/query with Chroma + hybrid search (vector + keyword). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1579 次。
如何安装 RAGLite?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install raglite-local-rag-cache」即可一键安装,无需额外配置。
RAGLite 是免费的吗?
是的,RAGLite 完全免费(开源免费),可自由下载、安装和使用。
RAGLite 支持哪些平台?
RAGLite 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 RAGLite?
由 Viraj Sanghvi(@virajsanghvi1)开发并维护,当前版本 v1.0.0。
推荐 Skills