SkillHub

auto-workflow-builder

v1.0.0

可视化拖拽创建和管理自动化工作流,支持触发器、操作、条件及100+集成,无需编码。

Sourced from ClawHub, Authored by Sunshine-del-ux

Installation

Please help me install the skill `auto-workflow-builder` from SkillHub official store. npx skills add Sunshine-del-ux/auto-workflow-builder

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
  • Email
  • SMS
  • Database
  • Slack/Discord notifications
  • AWS Lambda

Requirements

  • Node.js 18+
  • Redis (optional)

Author

Sunshine-del-ux