/install workflow-builder-lite
Workflow Builder Lite v2.0
Install: clawhub install workflow-builder-lite
Plan, save, and execute multi-step workflows with conditional logic.
Language
Detect from user's message language. Default: English.
How It Works
Build — Natural Language
User: "Lag en workflow: hent vær → hvis regn → send meg melding"
Agent:
Workflow: weather-alert 1. ⛅ Hent vær (web_fetch wttr.in/Oslo?format=j1) 2. 🔀 Sjekk: Er det regn? → Ja: 3. 📨 Send melding "Ta paraply!" → Nei: StopGodkjent? (ja/nei/rediger)
Build — Step by Step
"Legg til steg: hent data fra API X" "Legg til betingelse: hvis status != 200, stopp" "Slett steg 2"
Save — Persist to File
When user approves a workflow, save to memory/workflows/{name}.md:
# Workflow: {name}
## Steps
1. [type] description
2. [type] description
→ condition: if X then step 3, else stop
## Created
YYYY-MM-DDTHH:mm+ZZ:ZZ
## Last Run
Never
Execute — With Confirmation
When user says "kjør workflow {name}":
- Load workflow from file
- Show steps to user
- Ask: "Kjør denne workflowen? Y/N"
- Execute step by step
- Report progress after each step
Step types and how to execute:
| Type | Execution Method | Requires Confirmation |
|---|---|---|
| API call | web_fetch or agent built-in HTTP | No (after workflow approval) |
| Agent action | Built-in tools (message, browser, etc.) | No (after workflow approval) |
| Shell command | exec tool | Yes — show command, ask each time |
| File write | write tool | Yes — show content, ask each time |
Shell/file steps require per-step confirmation. Show the exact command/content and wait for Y/N.
Progress
Running: weather-alert
[✅] Step 1: Hent vær — 15°C, delvis skyet
[⏭️] Step 2: Sjekk regn — nei
[⬜] Step 3: (skipped)
Done. No rain today.
Quick Commands
| User says | Action |
|---|---|
| "lag workflow" | Start building |
| "vis workflows" | List saved workflows |
| "kjør {name}" | Execute saved workflow |
| "rediger {name}" | Modify steps |
Guidelines for Agent
- Save workflows to files —
memory/workflows/for reuse - Confirm shell/file steps — always ask before executing
- Report after each step — keep user informed
- Support conditional branching — if/else based on step results
- Auto-create
memory/workflows/if it doesn't exist
What This Skill Does NOT Do
- Does NOT execute shell commands without user confirmation
- Does NOT write files without user confirmation
- Does NOT modify MEMORY.md, HEARTBEAT.md, or other skill files
- Does NOT require external dependencies
More by TommoT2
- smart-api-connector — Connect to any REST API without code
- context-brief — Persistent context survival across sessions
- cross-check — Auto-detect and verify assumptions
Install the full suite:
clawhub install workflow-builder-lite smart-api-connector context-brief cross-check
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install workflow-builder-lite - 安装完成后,直接呼叫该 Skill 的名称或使用
/workflow-builder-lite触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Workflow Builder Lite 是什么?
Build and execute multi-step workflows with conditional logic. Chain API calls, agent actions, and shell commands into sequences with if/else branching. Pers... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 253 次。
如何安装 Workflow Builder Lite?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install workflow-builder-lite」即可一键安装,无需额外配置。
Workflow Builder Lite 是免费的吗?
是的,Workflow Builder Lite 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Workflow Builder Lite 支持哪些平台?
Workflow Builder Lite 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Workflow Builder Lite?
由 TommoT2(@tommot2)开发并维护,当前版本 v2.0.0。