← 返回 Skills 市场
emdzej

RagClaw Knowledge Base

作者 emdzej · GitHub ↗ · v0.5.0 · MIT-0
cross-platform ⚠ suspicious
208
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ragclaw
功能描述
Local-first knowledge base to index, search, and manage documents and web pages offline using SQLite and local embedding models.
安全使用建议
Before installing/using this skill: 1) Understand that the skill is a thin wrapper that runs a third-party CLI (@emdzej/ragclaw-cli). Review that project's source and npm package to ensure you trust its behavior (it will run on your machine and can access disk and network). 2) Expect network activity: web crawling and 'embedder download' will fetch remote content and model weights despite the 'offline' claim — if you need strictly offline behavior, disable crawling and do not download embedders. 3) Confirm where data will be written (SKILL.md uses ~/.local/share/kbclaw and ~/.config/kbclaw, but skill.json references ~/.local/share/ragclaw) and adjust or sandbox if needed. 4) Be careful with the RAGCLAW_BIN env var — if set to an untrusted program it will be executed; prefer installing the CLI from a trusted source and keep RAGCLAW_BIN unset. 5) If you require higher assurance, run the ragclaw CLI in a restricted environment (container or VM) and verify network/file activity during a test run.
功能分析
Type: OpenClaw Skill Name: ragclaw Version: 0.5.0 The RagClaw skill is a local-first knowledge base tool designed for indexing and searching documents, code, and web pages using SQLite and local embeddings. The provided files (kb.sh, skill.json, SKILL.md) act as a standard wrapper for the '@emdzej/ragclaw-cli' utility, with no evidence of data exfiltration, unauthorized execution, or malicious prompt injection. All behaviors, including web crawling and local file indexing, are consistent with the stated purpose of a Retrieval-Augmented Generation (RAG) tool.
能力评估
Purpose & Capability
Name/description match the provided commands and shell wrapper. The skill is instruction-only and delegates work to an external CLI (@emdzej/ragclaw-cli). Minor inconsistency: SKILL.md uses names/paths with 'kbclaw' while skill.json/storage uses 'ragclaw', which could lead to confusion about where data/config are stored.
Instruction Scope
Instructions are generally scoped to indexing, searching, and local storage. However, features like web crawling and 'embedder download' imply network activity (fetching pages and model weights). SKILL.md also claims 'Zero external APIs' and 'offline embeddings' which is misleading because the skill explicitly supports downloading embedders and crawling remote pages. The agent will run an external binary (ragclaw CLI), which may perform arbitrary I/O/network operations on your behalf.
Install Mechanism
No install spec is included (instruction-only). The provided kb.sh only checks for a CLI and instructs the user to install '@emdzej/ragclaw-cli' via npm. No third-party archives or obscure URLs are fetched by the skill itself.
Credentials
The skill declares no required environment variables or secrets. It optionally respects RAGCLAW_BIN to point to the CLI executable; that's reasonable but means a manipulated env var could alter which binary is executed.
Persistence & Privilege
always is false and the skill is user-invocable only. It will read/write files under user home (XDG dirs, ~/.config, ~/.local/share) which is expected for a local KB. Again, mismatch in names/paths between SKILL.md (~/.local/share/kbclaw, ~/.config/kbclaw) and skill.json (~/.local/share/ragclaw) should be clarified.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ragclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ragclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.0
Renamed /rag to /kb, updated triggers for knowledge base
元数据
Slug ragclaw
版本 0.5.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

RagClaw Knowledge Base 是什么?

Local-first knowledge base to index, search, and manage documents and web pages offline using SQLite and local embedding models. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。

如何安装 RagClaw Knowledge Base?

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

RagClaw Knowledge Base 是免费的吗?

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

RagClaw Knowledge Base 支持哪些平台?

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

谁开发了 RagClaw Knowledge Base?

由 emdzej(@emdzej)开发并维护,当前版本 v0.5.0。

💬 留言讨论