🧪 Skills
Auto Workflow Builder
Create and manage automated workflows visually with drag-and-drop triggers, actions, conditions, and 100+ integrations without coding.
v1.0.0
Description
Auto Workflow Builder
Build automated workflows without writing code.
Features
- Visual Workflow Builder - Drag and drop connections
- 100+ Integrations - APIs, webhooks, schedules
- Triggers - Webhooks, schedules, events
- Actions - Send email, HTTP requests, database operations
- Conditions - If/else logic, filters
- History - Execution logs and debugging
Quick Start
# 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
Triggers Supported
- Schedule (cron)
- Webhook
- HTTP
- Database changes
- File changes
Actions Supported
- HTTP Requests
- SMS
- Database
- Slack/Discord notifications
- AWS Lambda
Requirements
- Node.js 18+
- Redis (optional)
Author
Sunshine-del-ux
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!