← Back to Skills Marketplace
sunshine-del-ux

Auto Workflow Builder

by Sunshine-del-ux · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
932
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install auto-workflow-builder
Description
Create and manage automated workflows visually with drag-and-drop triggers, actions, conditions, and 100+ integrations without coding.
README (SKILL.md)

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

Usage Guidance
Do not install or run this skill as-is. Ask the author for: (1) the source repository or homepage and verifiable release artifacts, (2) an install script or packaged binary for ./workflow.sh, (3) an explicit list of required environment variables/credentials and where they are stored, and (4) the exact network endpoints the workflows will contact. If you must evaluate it, inspect the code before running, run it in an isolated/test environment (air-gapped or container) and avoid supplying real production credentials until you confirm the implementation. If the author provides a public repo and clear install instructions that explain where workflow.sh comes from and what credentials are needed, re-evaluation could move this toward benign.
Capability Analysis
Type: OpenClaw Skill Name: auto-workflow-builder Version: 1.0.0 The skill bundle consists of metadata and documentation for a standard workflow automation tool. The SKILL.md file describes typical features such as cron triggers and HTTP actions without any evidence of malicious instructions, prompt injection, or suspicious data handling. No executable code (like the mentioned workflow.sh) was included in the provided files, and the documentation aligns with the stated purpose of the tool.
Capability Assessment
Purpose & Capability
The description promises a visual, no-code workflow builder with 100+ integrations (AWS Lambda, email/SMS, DB operations, Slack/Discord). However, the package contains no code, no installer, and no integration credentials. The SKILL.md shows only CLI examples calling ./workflow.sh, which is missing. Requesting broad capabilities without shipped code or declared credentials is disproportionate and incoherent.
Instruction Scope
Runtime instructions tell an agent or user to run ./workflow.sh create/add-trigger/run, and describe triggers (file changes, DB changes) and actions that imply filesystem, network, and credential access. The SKILL.md is vague about where the script comes from, how credentials are provided, and what data might be transmitted — giving the agent broad, unspecified discretion. That ambiguity increases risk.
Install Mechanism
There is no install spec and no code files — normally low risk — but the instructions assume a local executable and Node.js 18+. The absence of any install instructions or sources for workflow.sh is a red flag: the skill expects runtime artifacts that are not present, creating ambiguity about what would be installed or executed.
Credentials
The skill claims integrations (AWS Lambda, databases, email/SMS, Slack) that typically require API keys, tokens, or connection strings, yet requires no environment variables or credentials in metadata. This mismatch suggests either missing declarations or an expectation that credentials will be supplied in unspecified ways (prompts, config files, or environment), which is disproportionate and risky.
Persistence & Privilege
The skill does not request persistent privileges (always: false) and does not declare modifications to other skills or system-wide settings. Autonomous model invocation is enabled by default which is normal — it is not by itself a new concern here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install auto-workflow-builder
  3. After installation, invoke the skill by name or use /auto-workflow-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Auto Workflow Builder. - Visual workflow builder with drag-and-drop interface. - Supports 100+ integrations including APIs, webhooks, and scheduled events. - Includes triggers (schedule, webhook, HTTP, database, file changes) and diverse actions (HTTP requests, email, SMS, database, notifications, AWS Lambda). - Features workflow history, execution logs, and debugging tools.
Metadata
Slug auto-workflow-builder
Version 1.0.0
License
All-time Installs 6
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is Auto Workflow Builder?

Create and manage automated workflows visually with drag-and-drop triggers, actions, conditions, and 100+ integrations without coding. It is an AI Agent Skill for Claude Code / OpenClaw, with 932 downloads so far.

How do I install Auto Workflow Builder?

Run "/install auto-workflow-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Auto Workflow Builder free?

Yes, Auto Workflow Builder is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Auto Workflow Builder support?

Auto Workflow Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Auto Workflow Builder?

It is built and maintained by Sunshine-del-ux (@sunshine-del-ux); the current version is v1.0.0.

💬 Comments