← 返回 Skills 市场
qbs784

Ragtop Agent

作者 Pt Hanabi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
468
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ragtop-agent
功能描述
高级 RAG 助手,具备 Agentic RAG 思考能力。能够自动化管理 RAGTOP 知识库,并在执行深度调研任务时,调用 RAGTOP 后端接口。使用场景包括:(1) 列出知识库和文档,(2) 执行语义检索和深度分析。
安全使用建议
This skill is largely coherent with its stated purpose, but take these precautions before installing or enabling it: - Verify the RAGTOP_API_URL you intend the skill to call; the SKILL.md defaults to an internal IP (http://10.71.10.71:9380). If that is not your RAGTOP service, set RAGTOP_API_URL explicitly — otherwise the agent will make network calls to that address. - Limit the RAGTOP_API_TOKEN privileges (least privilege) and use a token scoped only to the KBs/doc access needed. Prefer short‑lived tokens and rotation. - Ask the publisher for source/homepage or provenance; the registry metadata is missing RAGTOP_API_URL and there is no homepage, which reduces transparency. - Monitor network traffic and logs after enabling, and consider running the agent in a restricted environment until you confirm behavior. If you cannot confirm the default endpoint or token scope, treat this skill as risky and do not supply sensitive credentials.
功能分析
Type: OpenClaw Skill Name: ragtop-agent Version: 1.0.0 The skill instructs the AI agent to execute `curl` commands directly in a shell, interpolating environment variables like `RAGTOP_API_URL` and `RAGTOP_API_TOKEN` (found in `SKILL.md` and `references/workflow.md`). This pattern introduces a shell injection vulnerability if the OpenClaw platform does not adequately sanitize or escape these environment variables before execution. Additionally, the default `RAGTOP_API_URL` points to a private IP address (`http://10.71.10.71:9380`), indicating internal network access capabilities, which, while plausible for its stated purpose, represents a risky capability.
能力评估
Purpose & Capability
Name and description claim RAGTOP knowledge‑base management and semantic retrieval; the instructions only perform list_kb, list_doc, and retrieval calls to a RAGTOP API — that matches. Minor inconsistency: metadata/registry only declares RAGTOP_API_TOKEN as a required env, but SKILL.md additionally requires RAGTOP_API_URL (with a default).
Instruction Scope
SKILL.md is instruction-only and explicitly tells the agent to run curl against RAGTOP endpoints and to follow a defined multi-step workflow; it does not ask to read unrelated local files or other credentials. However, it defaults the API URL to http://10.71.10.71:9380 (an internal IP) if RAGTOP_API_URL is unset — this means an unstated network target will be contacted unless the user overrides it, which could be risky if the default is not the user's intended endpoint.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes disk persistence and arbitrary code installation risk.
Credentials
The skill requests a single credential (RAGTOP_API_TOKEN) which is appropriate for an API‑calling skill. But SKILL.md also uses RAGTOP_API_URL (not declared in registry metadata) and provides a default internal IP — the registry should list RAGTOP_API_URL as an env dependency. Verify the token's scope/privileges before granting it.
Persistence & Privilege
always is false and no config paths or system-wide changes are requested. The skill has no special persistence or elevated privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ragtop-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ragtop-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of agentic RAG assistant with KB management and deep retrieval capabilities
元数据
Slug ragtop-agent
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ragtop Agent 是什么?

高级 RAG 助手,具备 Agentic RAG 思考能力。能够自动化管理 RAGTOP 知识库,并在执行深度调研任务时,调用 RAGTOP 后端接口。使用场景包括:(1) 列出知识库和文档,(2) 执行语义检索和深度分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 468 次。

如何安装 Ragtop Agent?

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

Ragtop Agent 是免费的吗?

是的,Ragtop Agent 完全免费(开源免费),可自由下载、安装和使用。

Ragtop Agent 支持哪些平台?

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

谁开发了 Ragtop Agent?

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

💬 留言讨论