📦 Workflow Builder Lite — 工作流编排

v2.0.0

用可视化方式把 API 调用、Agent 动作、Shell 命令串成带 if/else 分支的多步骤工作流,一键执行、可持久化存储,零代码也能自动化复杂任务。

0· 226·1 当前·1 累计
tommot2 头像by @tommot2 (TommoT2)
下载技能包
最后更新
2026/4/3
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
medium confidence
NULL
评估建议
This skill appears to do what it claims, but take these precautions before installing or using it: - Review any saved workflow file in memory/workflows/ before running — approved workflows can trigger API calls and agent actions without additional confirmation. - Be cautious embedding secrets or credentials in workflow steps or API-call parameters; prefer using secure connectors or prompts. - For workflows that interact with external systems, test in a safe environment first. - If you want extra...
详细分析 ▾
用途与能力
The name/description match the SKILL.md: it builds, persists, and executes multi-step workflows including API calls, agent actions, and shell/file steps. The skill declares no environment variables, binaries, or installs — which is reasonable for an instruction-only orchestration tool.
指令范围
Instructions are explicit about saving workflows to memory/workflows/{name}.md, auto-creating that directory, and executing steps. Shell commands and file writes require per-step confirmation, but API calls and agent actions are allowed to run without per-step confirmation once the workflow itself is approved — this is coherent for automation but means approved workflows may trigger external requests or agent-side actions without additional prompts.
安装机制
There is no install spec and no code files; this is the lowest-risk model for static analysis (nothing is written to disk by an installer).
凭证需求
The skill declares no required environment variables, credentials, or config paths. That matches the described functionality (it relies on the agent's existing tools rather than external secrets).
持久化与权限
The skill persists workflows under memory/workflows/ and will auto-create that directory. always:false and no global config changes are requested. The SKILL.md asserts it won't modify other skill files, but as an instruction-only skill this is a behavioral guideline rather than an enforceable constraint.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv2.0.02026/3/29

NULL

Pending

安装命令

点击复制
官方npx clawhub@latest install workflow-builder-lite
镜像加速npx clawhub@latest install workflow-builder-lite --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库