← 返回
未分类 中文

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...
构建并执行带条件逻辑的多步工作流,将 API 调用、代理动作和 shell 命令链接为序列,并支持 if/else 分支。
tommot2
未分类 clawhub v2.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 589
下载
💾 1
安装
1
版本
#automation#branching#builder#conditional#latest#no-code#pipeline#planning#productivity#safe#sequences#simulation#steps#workflow

概述

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: Stop

> ```

> Godkjent? (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}":

  1. Load workflow from file
  2. Show steps to user
  3. Ask: "Kjør denne workflowen? Y/N"
  4. Execute step by step
  5. Report progress after each step

Step types and how to execute:

TypeExecution MethodRequires Confirmation
-----------------------:--------------------:
API callweb_fetch or agent built-in HTTPNo (after workflow approval)
Agent actionBuilt-in tools (message, browser, etc.)No (after workflow approval)
Shell commandexec toolYes — show command, ask each time
File writewrite toolYes — 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 saysAction
-------------------
"lag workflow"Start building
"vis workflows"List saved workflows
"kjør {name}"Execute saved workflow
"rediger {name}"Modify steps

Guidelines for Agent

  1. Save workflows to filesmemory/workflows/ for reuse
  2. Confirm shell/file steps — always ask before executing
  3. Report after each step — keep user informed
  4. Support conditional branching — if/else based on step results
  5. 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

版本历史

共 1 个版本

  • v2.0.0 当前
    2026-05-03 04:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Context Brief

tommot2
Persistent context survival for OpenClaw. Writes file-based anchors to memory/anchors/ to preserve critical context acro
★ 0 📥 616

Smart API Connector

tommot2
使用代理内置的 web_fetch 连接到任意 REST API,自动处理认证头、JSON 请求体、错误解析和重试。适用场景:用户想要...
★ 0 📥 578

Locale Dates

tommot2
Format and convert dates, times, and durations. Compute timezones, relative time, and weekday/month names in local langu
★ 1 📥 562