Local-first RAG cache: distill docs into structured Markdown, then index/query with Chroma + hybrid search (vector + keyword).
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install raglite-library或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install raglite-library⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/raglite-library/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: raglite version: 1.0.0 description: "Local-first RAG cache: distill docs into structured Markdown, then index/query with Chroma + hybrid search (vector + keyword)." metadata: { "openclaw": { "emoji": "🔎", "os": ["darwin", "linux"], "requires": { "bins": ["python3", "pip"] } } } ---
RAGLite is a local-first RAG cache.
It does not replace model memory or chat context. It gives your agent a durable place to store and retrieve information the model wasn’t trained on — especially useful for local/private knowledge (school work, personal notes, medical records, internal runbooks).
If you later outgrow local, you can swap in a hosted DB — but you often don’t need to.
Turns docs into structured Markdown outputs (low fluff, more “what matters”).
Embeds the distilled outputs into a Chroma collection (one DB, many collections).
Hybrid retrieval:
rg)This skill defaults to OpenClaw 🦞 for condensation unless you pass --engine explicitly.
- Chroma server reachable (default http://127.0.0.1:8100)
- rg installed (brew install ripgrep)
- OpenClaw Gateway /v1/responses reachable - OPENCLAW_GATEWAY_TOKEN set if your gateway requires auth
This skill installs RAGLite into a skill-local venv:
./scripts/install.sh
It installs from GitHub:
git+https://github.com/VirajSanghvi1/raglite.git@main./scripts/raglite.sh run /path/to/docs \
--out ./raglite_out \
--collection my-docs \
--chroma-url http://127.0.0.1:8100 \
--skip-existing \
--skip-indexed \
--nodes
./scripts/raglite.sh query ./raglite_out \
--collection my-docs \
--top-k 5 \
--keyword-top-k 5 \
"rollback procedure"
In --out you’ll see:
*.tool-summary.md*.execution-notes.md*.outline.md/nodes/.md plus per-doc *.index.md and a root index.md.raglite/ (cache, run stats, errors)--chroma-url, and that Chroma is running.rg --version).RAGLite is a local RAG cache for repeated lookups.
When you (or your agent) keep re-searching for the same non-training data — local notes, school work, medical records, internal docs — RAGLite gives you a private, auditable library:
1) Distill to structured Markdown (compression-before-embeddings) 2) Index locally into Chroma 3) Query with hybrid retrieval (vector + keyword)
It doesn’t replace memory/context — it’s the place to store what you need again.
安装 RAGLite - Local Expandable Library AI Library 后,可以对 AI 说这些话来触发它
Help me get started with RAGLite - Local Expandable Library AI Library
Explains what RAGLite - Local Expandable Library AI Library does, walks through the setup, and runs a quick demo based on your current project
Use RAGLite - Local Expandable Library AI Library to local-first RAG cache: distill docs into structured Markdown, then ...
Invokes RAGLite - Local Expandable Library AI Library with the right parameters and returns the result directly in the conversation
What can I do with RAGLite - Local Expandable Library AI Library in my data & analytics workflow?
将技能文件夹放到 ~/.claude/skills/raglite-library/ 目录(个人级,所有项目可用),或 .claude/skills/raglite-library/(项目级)。重启 AI 客户端后,用 /raglite-library 主动调用,或让 AI 根据上下文自动发现并使用。
RAGLite - Local Expandable Library AI Library 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
RAGLite - Local Expandable Library AI Library 可免费安装使用。请查阅仓库了解许可证信息。
Local-first RAG cache: distill docs into structured Markdown, then index/query with Chroma + hybrid search (vector + keyword).
Lists the top use cases for RAGLite - Local Expandable Library AI Library, with example commands for each scenario
Automate my data & analytics tasks using RAGLite - Local Expandable Library AI Library
Identifies repetitive steps in your workflow and sets up RAGLite - Local Expandable Library AI Library to handle them automatically
RAGLite - Local Expandable Library AI Library 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。