automation-workflow-builder
自动化工作流构建器,设计并执行跨平台自动化流程,支持触发器、条件判断、多步骤操作。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install automation-workflow-builder或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install automation-workflow-builder⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/automation-workflow-builder/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: automation-workflow-builder description: 自动化工作流构建器,设计并执行跨平台自动化流程,支持触发器、条件判断、多步骤操作。 metadata: openclaw: requires: bins: - exec - read - write - web_fetch ---
设计并执行自动化工作流,替代重复性人工操作。
// 示例 1:定时抓取 + 处理 + 保存
const workflow = {
trigger: { type: "cron", schedule: "0 */6 * * *" },
steps: [
{ action: "fetch", url: "https://api.example.com/data" },
{ action: "transform", script: "process(data)" },
{ action: "save", path: "./output/data.json" }
]
}
// 示例 2:文件监控 + 自动处理
const workflow = {
trigger: { type: "watch", path: "./inbox" },
steps: [
{ action: "read", file: "${trigger.file}" },
{ action: "process", type: "convert" },
{ action: "move", to: "./processed" }
]
}
// 示例 3:多步骤数据同步
const workflow = {
trigger: { type: "manual" },
steps: [
{ action: "fetch", url: "source-api", output: "data1" },
{ action: "fetch", url: "another-api", output: "data2" },
{ action: "merge", inputs: ["data1", "data2"] },
{ action: "upload", destination: "cloud-storage" }
]
}
触发:每天 9:00
步骤:
1. 抓取竞品网站价格
2. 与本地数据对比
3. 如有变化,发送通知
4. 保存历史记录
触发:新文件添加到./drafts
步骤:
1. 读取草稿内容
2. 格式化/优化
3. 发布到目标平台
4. 记录发布日志
触发:每周一 8:00
步骤:
1. 从多个 API 拉取数据
2. 合并、计算指标
3. 生成图表/表格
4. 导出 PDF/Excel
5. 发送邮件/消息
需要定制化自动化工作流、企业级集成方案?
📧 联系:careytian-ai@github
---
MIT-0
安装 automation-workflow-builder(自动化工作流构建器,设计并执行跨平台自动化流程,支持定时触发、文件监控、多步骤操作。适用于数据同步、内容发布、报告生成。) 后,可以对 AI 说这些话来触发它
Help me get started with automation-workflow-builder (automated workflow builder, designs and executes cross-platform automation processes, supports scheduled triggering, file monitoring, and multi-step operations. Suitable for data synchronization, content publishing, and report generation.)
Explains what automation-workflow-builder (automated workflow builder, designs and executes cross-platform automation processes, supports scheduled triggering, file monitoring, and multi-step operations. Suitable for data synchronization, content publishing, and report generation.) does, walks through the setup, and runs a quick demo based on your current project
Use automation-workflow-builder (automated workflow builder, designs and executes cross-platform automation processes, supports scheduled triggering, file monitoring, and multi-step operations. Suitable for data synchronization, content publishing, and report generation.) to automation workflow builder, designs and executes cross-platform au...
Invokes automation-workflow-builder (automated workflow builder, designs and executes cross-platform automation processes, supports scheduled triggering, file monitoring, and multi-step operations. Suitable for data synchronization, content publishing, and report generation.) with the right parameters and returns the result directly in the conversation
将技能文件夹放到 ~/.claude/skills/automation-workflow-builder/ 目录(个人级,所有项目可用),或 .claude/skills/automation-workflow-builder/(项目级)。重启 AI 客户端后,用 /automation-workflow-builder 主动调用,或让 AI 根据上下文自动发现并使用。
automation-workflow-builder(自动化工作流构建器,设计并执行跨平台自动化流程,支持定时触发、文件监控、多步骤操作。适用于数据同步、内容发布、报告生成。) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
automation-workflow-builder(自动化工作流构建器,设计并执行跨平台自动化流程,支持定时触发、文件监控、多步骤操作。适用于数据同步、内容发布、报告生成。) 可免费安装使用。请查阅仓库了解许可证信息。
自动化工作流构建器,设计并执行跨平台自动化流程,支持触发器、条件判断、多步骤操作。
What can I do with automation-workflow-builder (automated workflow builder, designs and executes cross-platform automation processes, supports scheduled triggering, file monitoring, and multi-step operations. Suitable for data synchronization, content publishing, and report generation.) in my ai agent & automation workflow?
Lists the top use cases for automation-workflow-builder (automated workflow builder, designs and executes cross-platform automation processes, supports scheduled triggering, file monitoring, and multi-step operations. Suitable for data synchronization, content publishing, and report generation.), with example commands for each scenario
Automate my ai agent & automation tasks using automation-workflow-builder (automated workflow builder, designs and executes cross-platform automation processes, supports scheduled triggering, file monitoring, and multi-step operations. Suitable for data synchronization, content publishing, and report generation.)
Identifies repetitive steps in your workflow and sets up automation-workflow-builder (automated workflow builder, designs and executes cross-platform automation processes, supports scheduled triggering, file monitoring, and multi-step operations. Suitable for data synchronization, content publishing, and report generation.) to handle them automatically
automation-workflow-builder(自动化工作流构建器,设计并执行跨平台自动化流程,支持定时触发、文件监控、多步骤操作。适用于数据同步、内容发布、报告生成。) 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。