Bytesagain Workflow Builder
/install bytesagain-workflow-builder
bytesagain-workflow-builder
Build, run, and track multi-step workflows from the terminal. Define pipeline steps with shell commands, execute them in sequence, and monitor status with detailed progress tracking.
Usage
bytesagain-workflow-builder create "\x3Cname>"
bytesagain-workflow-builder add-step \x3Cid> "\x3Cstep_name>" "\x3Ccommand>"
bytesagain-workflow-builder run \x3Cid>
bytesagain-workflow-builder status \x3Cid>
bytesagain-workflow-builder list
bytesagain-workflow-builder export \x3Cid>
bytesagain-workflow-builder template \x3Ctype>
Commands
create— Create a new named workflow and get its IDadd-step— Add a shell command step to a workflowrun— Execute all steps in sequence, stopping on failurestatus— Show per-step execution status and outputlist— List all workflows with step counts and last run timeexport— Export workflow definition as JSONtemplate— Show starter templates (ci, deploy)
Examples
bytesagain-workflow-builder create "Release Pipeline"
bytesagain-workflow-builder add-step wf001 "Run Tests" "npm test"
bytesagain-workflow-builder add-step wf001 "Build" "npm run build"
bytesagain-workflow-builder add-step wf001 "Deploy" "rsync -av dist/ server:/var/www/"
bytesagain-workflow-builder run wf001
bytesagain-workflow-builder status wf001
Requirements
- bash
- python3
When to Use
Use when automating multi-step processes, building CI-like pipelines locally, tracking deployment steps, or managing repeatable task sequences with clear pass/fail status.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bytesagain-workflow-builder - After installation, invoke the skill by name or use
/bytesagain-workflow-builder - Provide required inputs per the skill's parameter spec and get structured output
What is Bytesagain Workflow Builder?
Create and run multi-step shell workflows with status tracking. Use when automating deployment sequences, chaining build steps, running CI pipelines locally,... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install Bytesagain Workflow Builder?
Run "/install bytesagain-workflow-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bytesagain Workflow Builder free?
Yes, Bytesagain Workflow Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Bytesagain Workflow Builder support?
Bytesagain Workflow Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bytesagain Workflow Builder?
It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.3.