← 返回 Skills 市场
lunarcache

RAGFlow Skill

作者 Lunar Cache · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
109
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install skill-for-ragflow
功能描述
Operate RAGFlow v0.25.x deployments through the bundled Node CLI and API client. Use when user needs to manage RAGFlow datasets, documents, uploads, parsing,...
安全使用建议
This skill appears to do what it claims: a local Node CLI and API client for a RAGFlow server. Before installing: (1) ensure RAGFLOW_URL points to a server you trust and that the RAGFLOW_API_KEY has only the permissions you intend (it can create/delete datasets, documents, sessions, tokens); (2) be cautious when asking the agent to run upload commands — the CLI will read and send any local file path you provide, which can leak secrets if misused; (3) destructive commands (delete-*) are irreversible on the server — follow the skill's confirmation guidance and consider using a throwaway dataset when testing; (4) if you enable autonomous agent invocation for this skill, understand that the agent could call the CLI to modify the remote server (create/delete/upload) — limit autonomy or scope of the API key if needed. Overall the bundle is internally consistent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: skill-for-ragflow Version: 1.2.0 The skill bundle is a legitimate and well-structured toolset for managing RAGFlow v0.25.x deployments. It provides a Node.js CLI (scripts/ragflow.js) and API client (lib/api.js) to perform CRUD operations on datasets, documents, and agents. While the skill possesses high-risk capabilities such as reading local files for upload and managing sensitive API/beta tokens, these behaviors are explicitly aligned with its stated purpose. Notably, SKILL.md contains defensive instructions directing the AI agent to redact sensitive authentication material from user-facing responses. The inclusion of a diagnostic script (scripts/repro-delete-chunks.js) to troubleshoot server-side race conditions further indicates a focus on operational reliability rather than malice.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (RAGFlow CLI + API client) matches the included Node scripts and API client. Required binary (node) and primary env var (RAGFLOW_API_KEY) are appropriate for controlling a RAGFlow deployment.
Instruction Scope
SKILL.md and the CLI explicitly instruct the agent to read local files (for upload) and to call the configured RAGFLOW_URL with the provided API key. Reading and uploading files is expected for ingestion workflows, but it also means the skill can transmit any file paths you provide to the remote server — so avoid supplying sensitive local paths unless the target server is trusted.
Install Mechanism
No network download/install step is declared. The package is instruction/asset-only with bundled Node scripts and docs — this is lower-risk than fetching external archives or running remote installers.
Credentials
Only RAGFLOW_URL and RAGFLOW_API_KEY are required (primary credential: RAGFLOW_API_KEY), which matches the skill's functionality. SKILL.md also references optional env vars (RAGFLOW_WEB_TOKEN, deletion/repro tuning vars) that are not required; these are reasonable optional controls but are not declared as required in metadata.
Persistence & Privilege
always is false and the skill does not declare or request elevation or modification of other skills. It does perform operations that can be destructive (deletes) on the remote service, which the SKILL.md acknowledges and gates with confirmation guidance.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-for-ragflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-for-ragflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Add practical agent guide, minimal agent DSL examples, iteration runtime fixes, and agent chat response normalization
v1.1.0
Add embedded site access, preserve upload filenames, and refresh docs
v1.0.0
Initial public release for RAGFlow v0.25.x
元数据
Slug skill-for-ragflow
版本 1.2.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

RAGFlow Skill 是什么?

Operate RAGFlow v0.25.x deployments through the bundled Node CLI and API client. Use when user needs to manage RAGFlow datasets, documents, uploads, parsing,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 RAGFlow Skill?

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

RAGFlow Skill 是免费的吗?

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

RAGFlow Skill 支持哪些平台?

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

谁开发了 RAGFlow Skill?

由 Lunar Cache(@lunarcache)开发并维护,当前版本 v1.2.0。

💬 留言讨论