Install
openclaw skills install auto-workflow-builderCreate and manage automated workflows visually with drag-and-drop triggers, actions, conditions, and 100+ integrations without coding.
openclaw skills install auto-workflow-builderBuild automated workflows without writing code.
# Create workflow
./workflow.sh create my-workflow
# Add trigger
./workflow.sh add-trigger my-workflow schedule "*/5 * * * *"
# Add action
./workflow.sh add-action my-workflow http "https://api.example.com"
# Run
./workflow.sh run my-workflow
Sunshine-del-ux