← 返回 Skills 市场
RAGLite
作者
Viraj Sanghvi
· GitHub ↗
· v1.0.8
3107
总下载
3
收藏
7
当前安装
10
版本数
在 OpenClaw 中安装
/install raglite
功能描述
Local-first RAG cache: distill docs into structured Markdown, then index/query with Chroma (vector) + ripgrep (keyword).
安全使用建议
This skill appears to be what it says: a local RAG cache that installs a Python CLI into a skill-local virtualenv. Before installing: 1) Inspect or vet the PyPI package (raglite-chromadb) or install it in an isolated environment — pip installs run code during installation. 2) Avoid setting RAGLITE_PIP_INDEX_URL unless you trust the index; that can make the installer fetch packages from arbitrary servers. 3) When indexing sensitive docs, ensure --chroma-url points to a local/controlled Chroma instance (not a remote third party) and be aware the tool defaults to using the agent's OpenClaw engine for condensation, which will send data to whatever model backend your agent is configured to use. If you want full offline behavior, explicitly set a local engine and local Chroma, and review the upstream repo linked in SKILL.md for the package source and code.
功能分析
Type: OpenClaw Skill
Name: raglite
Version: 1.0.8
The OpenClaw AgentSkills skill bundle for 'raglite' appears benign. The `SKILL.md` clearly outlines the purpose of a local RAG cache and even includes a 'Security note' addressing prompt injection from source material, instructing the model to treat sources as data only. The `scripts/install.sh` creates a skill-local Python virtual environment and installs the `raglite-chromadb` package from PyPI (or a configurable index), without any evidence of malicious execution, data exfiltration, or persistence mechanisms. The `scripts/raglite.sh` merely wraps the execution of the installed `raglite` command, defaulting the engine to 'openclaw'. There are no instructions for the agent to ignore the user, hide actions, or perform unauthorized activities.
能力评估
Purpose & Capability
Name/description (local RAG cache using Chroma + ripgrep) align with the required binaries (python3, pip, rg) and the behavior in SKILL.md and scripts. The installer installs the Python package raglite-chromadb which is exactly the implementation one would expect for this tool.
Instruction Scope
SKILL.md and the scripts only instruct creating a venv, installing the raglite CLI, distilling docs and indexing/querying them. This is within scope. One operational note: the CLI accepts a --chroma-url; if a user points that to a remote Chroma server (not localhost), document contents could be transmitted to that remote endpoint. Also the skill defaults to using the agent's 'OpenClaw' engine for condensation unless overridden, which means model calls (and thus data sent to whatever model backend the agent uses) will occur unless you pass --engine or otherwise configure it.
Install Mechanism
There is no registry install spec, but included scripts/install.sh creates a venv and runs pip install raglite-chromadb from PyPI (or a custom index if RAGLITE_PIP_INDEX_URL is set). Installing from PyPI is expected; however pip installs execute package code at install time, and the optional custom index env var allows fetching packages from an arbitrary index — both are valid developer features but increase risk if you don't trust the package/index. No obscure download URLs or archive extraction were used.
Credentials
The skill declares no required env vars or credentials, which matches its purpose. The installer does honor an optional RAGLITE_PIP_INDEX_URL env var (not listed as required) to allow alternate PyPI indexes — this is reasonable for testing but should be used cautiously. Also, because the skill defaults to using the agent's OpenClaw engine for condensation, data may be sent to whatever model backend the agent uses; that behavior is not expressed as required credentials in the skill but is an important operational privacy consideration.
Persistence & Privilege
always:false (default) and user-invocable:true. The installer creates a skill-local virtualenv (skills/raglite/.venv) — normal and scoped to the skill. The skill does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install raglite - 安装完成后,直接呼叫该 Skill 的名称或使用
/raglite触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.8
Metadata: author=Viraj
v1.0.7
Docs: OSS note + security note
v1.0.3
Polish metadata + fix installer to use raglite-chromadb; clarify usage.
v0.1.0
- Streamlined documentation for clarity; installation and usage sections are now simpler.
- Prerequisite and troubleshooting sections removed—setup instructions are more concise.
- Metadata in manifest updated: "os" constraint dropped.
- No changes to functionality—these updates are editorial/documentation only.
v1.0.6
Add manifest + proper file list so registry can index
v1.0.5
Trigger registry indexing
v1.0.4
Re-publish after making listing discoverable
v1.0.2
Tag as latest
v1.0.1
Fix listing visibility + metadata
v1.0.0
Initial release: local-first RAG cache (distill → index → query).
元数据
常见问题
RAGLite 是什么?
Local-first RAG cache: distill docs into structured Markdown, then index/query with Chroma (vector) + ripgrep (keyword). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3107 次。
如何安装 RAGLite?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install raglite」即可一键安装,无需额外配置。
RAGLite 是免费的吗?
是的,RAGLite 完全免费(开源免费),可自由下载、安装和使用。
RAGLite 支持哪些平台?
RAGLite 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RAGLite?
由 Viraj Sanghvi(@virajsanghvi1)开发并维护,当前版本 v1.0.8。
推荐 Skills