📦 RAGFlow Dataset — RAGFlow数据集管理
v1.0.0一站式管理 RAGFlow 数据集:创建、列出、查看、更新、删除数据集;对数据集内的文档执行上传、更新、删除与检索;启动或停止文档解析任务,实时跟踪解析进度,轻松完成 RAG 全流程数据准备。
0· 120·0 当前·0 累计
下载技能包
最后更新
2026/3/24
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: it runs local Python scripts that call a RAGFlow server you supply and requires a RAGFlow API key. Before installing/using it: (1) confirm the base_url is a server you trust (it will receive uploaded file contents and API key Bearer tokens); (2) prefer passing the API key via a protected file (--api-key-file) rather than saving it to the default memory file; (3) avoid --save-to-memory if you don't want your API key stored unencrypted in ~/.codex/memories/; ...详细分析 ▾
✓ 用途与能力
Name/description (RAGFlow dataset and retrieval tasks) match the delivered artifacts: a suite of Python scripts that call a RAGFlow HTTP API (endpoints under /api/v1, model list path), plus SKILL.md describing when to run them. All required abilities (list/create/delete datasets, upload docs, start/stop parse, search) are implemented in the scripts.
✓ 指令范围
SKILL.md instructs the agent to run the bundled scripts and to supply a base URL and API key (via file, prompt, or saved memory). The scripts will read local file paths the user provides for uploads and will send file contents to the configured base_url. This behavior is coherent with the stated purpose but means the skill will read and transmit any local files you ask it to upload.
✓ 安装机制
No install spec is present (instruction-only with bundled scripts). There are no remote download/install steps, third-party package fetches, or unusual installers—scripts rely on Python standard library and are included in the skill bundle.
ℹ 凭证需求
The skill metadata lists no required environment variables, which is accurate for the bundle; however at runtime the scripts require a RAGFlow API key (provided via --api-key-file, interactive prompt, or saved memory file). The memory file (default: ~/.codex/memories/ragflow_credentials.json) may be written if --save-to-memory is used; storing API keys unencrypted on disk is convenient but has security implications.
✓ 持久化与权限
The skill is not marked always:true and does not alter other skills. It can optionally persist base_url and api_key into a per-user memory file when the user requests --save-to-memory; this is normal but should be considered by the user before enabling.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/23
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install 1234
镜像加速npx clawhub@latest install 1234 --registry https://cn.longxiaskill.com