← 返回 Skills 市场
engsathiago

Task Automation Workflows

作者 engsathiago · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
490
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install task-automation-workflows
功能描述
Automate repetitive tasks with scripts, workflows, and schedules. Create efficient automation for file operations, data processing, API calls, and scheduled...
安全使用建议
This skill is essentially an examples cookbook for automations; it is not malicious but has some gaps you should be aware of before using it. Things to consider before installing or running these examples: 1) Dependencies: the examples use Pillow (PIL), pandas, requests, and schedule — ensure you install and verify these packages in a controlled environment. 2) Review code: the snippets perform destructive file operations (rename/move) and write files — review and test on a safe directory or with dry‑run logic first. 3) Network calls: batch API examples will send data to endpoints; never run them against production endpoints or with real credentials until you understand what will be transmitted. 4) Scheduling: cron examples create persistent jobs; add them only after validating scripts and paths. 5) Least privilege and sandboxing: run experiments in an isolated account/container and avoid giving this skill broad filesystem or credential access. 6) If you want the skill to be safer/coherent, ask the author to: declare required packages, list any environment variables/credentials needed, add warnings about destructive operations, and provide non‑destructive example modes (dry-run).
功能分析
Type: OpenClaw Skill Name: task-automation-workflows Version: 1.0.0 The skill bundle provides a comprehensive set of templates for task automation, including file operations, data processing, and API interactions. The code snippets in SKILL.md use standard Python libraries (os, shutil, pandas, requests) and follow best practices for error handling, logging, and idempotency. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
The name/description match the content: the SKILL.md is a general-purpose automation cookbook (file ops, data processing, API calls, scheduling). However the instructions include code that imports third‑party Python packages (Pillow/PIL, pandas, requests, schedule) while the skill metadata declares no required binaries or packages. That omission is disproportionate: either the skill should declare these runtime dependencies or explicitly state it only provides examples.
Instruction Scope
The SKILL.md contains concrete code that performs filesystem modifications (os.rename, shutil.move, writing output files), long‑running schedulers (schedule loop, cron examples), and network calls (requests.post). Those are legitimate for automation, but they give the agent/runner the ability to modify local files and send data to external endpoints. The instructions do not constrain which directories or endpoints to use, nor do they warn about destructive operations or sensitive-data exfiltration risk.
Install Mechanism
No install spec is provided (instruction‑only), which is low risk in terms of supply chain. However because the examples rely on external Python packages, the lack of any declared dependency/install instructions means an operator might attempt to run snippets without providing required libraries — a usability and coherence gap.
Credentials
The skill declares no environment variables or credentials, which matches its examples that do not explicitly reference secret env vars. That said, many API examples implicitly require endpoints/keys (requests.post) and the skill does not document what secrets would be needed or how they should be provided, leaving room for accidental misconfiguration or insecure handling of credentials.
Persistence & Privilege
The skill does not request always:true, does not include install hooks, and does not claim to modify other skills or system agent configuration. Cron examples show how a user might persist a job, but persistence would be created manually by the user — the skill itself does not request elevated persistence or privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install task-automation-workflows
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /task-automation-workflows 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Automate repetitive tasks with scripts, workflows, and schedules. File operations, data processing, API calls, and scheduled jobs.
元数据
Slug task-automation-workflows
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Task Automation Workflows 是什么?

Automate repetitive tasks with scripts, workflows, and schedules. Create efficient automation for file operations, data processing, API calls, and scheduled... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 490 次。

如何安装 Task Automation Workflows?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-automation-workflows」即可一键安装,无需额外配置。

Task Automation Workflows 是免费的吗?

是的,Task Automation Workflows 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Task Automation Workflows 支持哪些平台?

Task Automation Workflows 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Task Automation Workflows?

由 engsathiago(@engsathiago)开发并维护,当前版本 v1.0.0。

💬 留言讨论