← 返回 Skills 市场
4029
总下载
3
收藏
40
当前安装
1
版本数
在 OpenClaw 中安装
/install workflow
功能描述
Build automated pipelines with reusable components, data flow between nodes, and state management.
安全使用建议
Install only if you are comfortable treating this as workflow-authoring guidance that must be reviewed before execution. Do not expose the webhook example as written; add strict workflow-name allowlisting, resolved-path checks, signature and timestamp verification, and explicit user approval before running any selected workflow. Use least-privilege tokens, review generated run.sh files with dry-run first, and replace broad cron/removal/deletion examples with scoped, reversible procedures.
功能分析
Type: OpenClaw Skill
Name: workflow
Version: 1.0.0
The skill bundle is primarily documentation for building automated workflows using standard Unix tools. It is classified as 'suspicious' due to a critical shell injection vulnerability identified in the `components.md` file, specifically within the 'Webhook Router (webhook-server.sh)' example. The example code directly uses an unsanitized `PATH` variable, derived from an incoming webhook request, to construct a `WORKFLOW` variable which is then used in a `cd` command and to execute `./run.sh`. This allows an attacker to inject arbitrary shell commands via the webhook path, leading to potential Remote Code Execution (RCE) if this example is implemented without proper input sanitization. There is no evidence of intentional malicious behavior, but this is a severe vulnerability.
能力评估
Purpose & Capability
The skill's purpose is coherent: it teaches local workflow automation using shell scripts, jq/yq/curl, state files, logs, schedules, webhooks, and external notifications. Those capabilities are expected for this kind of skill.
Instruction Scope
The webhook router example derives the workflow name directly from an incoming request path, writes a trigger payload under that derived path, and starts ./run.sh with signature validation left as an unfinished comment. That is high-impact automatic execution from external input without enough scoping.
Install Mechanism
The bundle contains Markdown files only and no executable installer, binary, package script, or hidden startup mechanism. Required tools are disclosed as command-line dependencies.
Credentials
Local state, logs, intermediate JSON files, keychain-based secrets, curl calls, and cleanup commands are purpose-aligned, but the examples rely on users reviewing and constraining generated workflows before running them.
Persistence & Privilege
Cron scheduling and file-watcher/webhook triggers are disclosed and relevant to automation, but host crontab edits, broad crontab removal by grep, and rm -rf state/* recovery guidance lack strong guardrails or confirmation steps.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install workflow - 安装完成后,直接呼叫该 Skill 的名称或使用
/workflow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Workflow 是什么?
Build automated pipelines with reusable components, data flow between nodes, and state management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4029 次。
如何安装 Workflow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install workflow」即可一键安装,无需额外配置。
Workflow 是免费的吗?
是的,Workflow 完全免费(开源免费),可自由下载、安装和使用。
Workflow 支持哪些平台?
Workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin)。
谁开发了 Workflow?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills