← 返回 Skills 市场
Auto Workflow 1.0.0 (1)
作者
zhangyingzhuangk
· GitHub ↗
· v1.0.0
· MIT-0
93
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install auto-workflow-1-0-0-1
功能描述
Builds automation workflows from repetitive tasks. Use when user mentions "automate", "save time", "reduce manual work", or has repeated tasks.
使用说明 (SKILL.md)
Auto Workflow
把重复任务自动化的能力。
能力轮廓
- 输入:重复性任务/手动操作
- 输出:自动化工作流 + 执行脚本
- 核心逻辑:识别 → 抽象 → 自动化 → 测试
工作流
1. 观察 - 用户在重复做什么?
2. 抽象 - 这个任务的模式是什么?
3. 设计 - 怎么自动完成?
4. 实现 - 写脚本/配置
5. 测试 - 小范围验证
6. 优化 - 迭代改进
示例
用户每周手动发周报:
- 收集数据(系统状态)
- 整理成模板
- 发送邮件
自动化后:
- 每周五自动执行
- 收集本周数据
- 生成报告
- 自动发送
思维模式
不是"回答问题",而是"看到重复→立刻构建自动化"
遇到重复操作时:
- 问自己:能否写成脚本?
- 问自己:下次能否自动跑?
- 直接做,不等用户要求
安全使用建议
This skill is coherent in purpose but vague and potentially risky at runtime. Before installing, confirm with the author how the agent will behave: Will it merely propose automations or will it create, write, or execute scripts? Ask for explicit limits and consent steps (e.g., 'always ask before creating or running a script'), and prefer a version that documents required permissions and exactly what system data it will access. If you enable it, test in a restricted/sandboxed environment first and ensure the agent cannot execute scripts or access sensitive files without your explicit approval.
功能分析
Type: OpenClaw Skill
Name: auto-workflow-1-0-0-1
Version: 1.0.0
The skill bundle contains instructions in SKILL.md that direct the AI agent to autonomously create and execute automation scripts without waiting for explicit user consent ("直接做,不等用户要求"). While framed as a productivity tool for repetitive tasks, this instruction to bypass user confirmation for system-level actions (like script implementation and testing) poses a risk of unintended or unauthorized execution, although no explicitly malicious payloads or exfiltration logic are present.
能力评估
Purpose & Capability
Name and description align with the SKILL.md: the skill is about building automations. However, the instructions explicitly mention collecting data (e.g., '系统状态') and producing '执行脚本' (execution scripts) — activities that normally require filesystem/command access or credentials. The skill declares no required binaries, env vars, or config paths, so the implied need for system access is not documented.
Instruction Scope
SKILL.md instructs the agent to treat repetition as a trigger to '直接做,不等用户要求' (do it immediately rather than waiting for user request). It also prescribes generating automation and execution scripts and collecting system data in examples. These are broad runtime actions (read system state, write/execute scripts) but the instructions lack limits, explicit consent steps, or safe-handling guidance — scope creep and potential for unauthorized actions.
Install Mechanism
Instruction-only skill with no install spec, no code files to run, and nothing written to disk by the installer. This minimizes supply-chain/install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. That is consistent with the package metadata, but inconsistent with the SKILL.md's operational examples (collecting system state, creating scripts). The skill may therefore implicitly require access it does not declare.
Persistence & Privilege
The skill is allowed to be invoked autonomously (platform default). Combined with the instruction to proactively 'just do it' when repeating tasks are observed, this raises risk that the agent could autonomously create/execute automations without explicit user confirmation. The skill itself does not set 'always:true', but its guidance effectively encourages autonomous actions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auto-workflow-1-0-0-1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/auto-workflow-1-0-0-1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of auto-workflow skill.
- Automates repetitive tasks by transforming them into executable workflows and scripts.
- Designed to identify, abstract, and implement automation for manual and recurring actions.
- Supports workflow steps from observation to optimization.
- Proactively suggests automation when repetitive work is detected.
元数据
常见问题
Auto Workflow 1.0.0 (1) 是什么?
Builds automation workflows from repetitive tasks. Use when user mentions "automate", "save time", "reduce manual work", or has repeated tasks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Auto Workflow 1.0.0 (1)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-workflow-1-0-0-1」即可一键安装,无需额外配置。
Auto Workflow 1.0.0 (1) 是免费的吗?
是的,Auto Workflow 1.0.0 (1) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Auto Workflow 1.0.0 (1) 支持哪些平台?
Auto Workflow 1.0.0 (1) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Auto Workflow 1.0.0 (1)?
由 zhangyingzhuangk(@zhangyingzhuangk)开发并维护,当前版本 v1.0.0。
推荐 Skills