π¦ ClawHub
Auto Workflow Builder
by @sunshine-del-ux
Create and manage automated workflows visually with drag-and-drop triggers, actions, conditions, and 100+ integrations without coding.
TERMINAL
clawhub install auto-workflow-builderπ About This Skill
Auto Workflow Builder
Build automated workflows without writing code.
Features
Quick Start
# Create workflow
./workflow.sh create my-workflowAdd 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
Triggers Supported
Actions Supported
Requirements
Author
Sunshine-del-ux
π‘ Examples
# Create workflow
./workflow.sh create my-workflowAdd 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