← Back to Skills Marketplace
qbs784

Ragtop Agent

by Pt Hanabi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
468
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ragtop-agent
Description
高级 RAG 助手,具备 Agentic RAG 思考能力。能够自动化管理 RAGTOP 知识库,并在执行深度调研任务时,调用 RAGTOP 后端接口。使用场景包括:(1) 列出知识库和文档,(2) 执行语义检索和深度分析。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ragtop-agent
  3. After installation, invoke the skill by name or use /ragtop-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of agentic RAG assistant with KB management and deep retrieval capabilities
Metadata
Slug ragtop-agent
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ragtop Agent?

高级 RAG 助手,具备 Agentic RAG 思考能力。能够自动化管理 RAGTOP 知识库,并在执行深度调研任务时,调用 RAGTOP 后端接口。使用场景包括:(1) 列出知识库和文档,(2) 执行语义检索和深度分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 468 downloads so far.

How do I install Ragtop Agent?

Run "/install ragtop-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ragtop Agent free?

Yes, Ragtop Agent is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Ragtop Agent support?

Ragtop Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ragtop Agent?

It is built and maintained by Pt Hanabi (@qbs784); the current version is v1.0.0.

💬 Comments