🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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.

Versionv1.0.0
Downloads1,293
Installs7
TERMINAL
clawhub install auto-workflow-builder

πŸ“– About This Skill

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

    πŸ’‘ Examples

    # 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