Install: clawhub install workflow-builder-lite
Plan, save, and execute multi-step workflows with conditional logic.
Detect from user's message language. Default: English.
> 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: Stop
> ```
> Godkjent? (ja/nei/rediger)
> "Legg til steg: hent data fra API X"
> "Legg til betingelse: hvis status != 200, stopp"
> "Slett steg 2"
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
When user says "kjør workflow {name}":
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.
Running: weather-alert
[✅] Step 1: Hent vær — 15°C, delvis skyet
[⏭️] Step 2: Sjekk regn — nei
[⬜] Step 3: (skipped)
Done. No rain today.
| User says | Action |
|---|---|
| ----------- | -------- |
| "lag workflow" | Start building |
| "vis workflows" | List saved workflows |
| "kjør {name}" | Execute saved workflow |
| "rediger {name}" | Modify steps |
memory/workflows/ for reusememory/workflows/ if it doesn't existInstall the full suite:
clawhub install workflow-builder-lite smart-api-connector context-brief cross-check
共 1 个版本