← 返回 Skills 市场
Auto Workflow Builder
作者
Sunshine-del-ux
· GitHub ↗
· v1.0.0
932
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install auto-workflow-builder
功能描述
Create and manage automated workflows visually with drag-and-drop triggers, actions, conditions, and 100+ integrations without coding.
使用说明 (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
- SMS
- Database
- Slack/Discord notifications
- AWS Lambda
Requirements
- Node.js 18+
- Redis (optional)
Author
Sunshine-del-ux
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auto-workflow-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/auto-workflow-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Auto Workflow Builder 是什么?
Create and manage automated workflows visually with drag-and-drop triggers, actions, conditions, and 100+ integrations without coding. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 932 次。
如何安装 Auto Workflow Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-workflow-builder」即可一键安装,无需额外配置。
Auto Workflow Builder 是免费的吗?
是的,Auto Workflow Builder 完全免费(开源免费),可自由下载、安装和使用。
Auto Workflow Builder 支持哪些平台?
Auto Workflow Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Auto Workflow Builder?
由 Sunshine-del-ux(@sunshine-del-ux)开发并维护,当前版本 v1.0.0。
推荐 Skills