← 返回 Skills 市场
yonghaozhao722

Antfarm Workflows

作者 Yonghao Zhao · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1580
总下载
0
收藏
30
当前安装
1
版本数
在 OpenClaw 中安装
/install antfarm-workflows
功能描述
Multi-agent workflow orchestration for OpenClaw. Use when user mentions antfarm, asks to run a multi-step workflow (feature dev, bug fix, security audit), or...
安全使用建议
Install only if you trust the Antfarm CLI already present under ~/.openclaw/workspace/antfarm. Before running install, inspect what cron jobs, dashboard port, database, and agent workspaces it creates. Avoid putting secrets in workflow task text or agent outputs, monitor logs during runs, and use the uninstall commands carefully because they may delete workflow state and background jobs.
功能分析
Type: OpenClaw Skill Name: antfarm-workflows Version: 1.0.0 The skill is classified as suspicious due to a significant potential for prompt injection and arbitrary command execution (RCE) via user-provided input. The `SKILL.md` instructs the agent to execute commands like `node ~/.openclaw/workspace/antfarm/dist/cli/cli.js workflow run <workflow-id> "<detailed task with acceptance criteria>"`. If the `<detailed task with acceptance criteria>` string, which is user-controlled, is not properly sanitized or escaped by the `cli.js` script or subsequent agent logic, it could lead to shell injection. Additionally, the skill manages persistent cron jobs and can start a local dashboard, granting broad system control capabilities that increase the attack surface.
能力评估
Purpose & Capability
The stated purpose is multi-agent workflow orchestration, and the documented workflows, run/status/log/dashboard commands, and agent pipelines fit that purpose. The capability is high-impact because it can drive feature work, bug fixes, security fixes, tests, and PR preparation autonomously.
Instruction Scope
The skill says to get user confirmation before starting a run, which is a useful control, but it also documents force-triggering agent cron jobs and does not clearly bound what the autonomous agents may change, how long they keep running, or what workspace scope they operate within.
Install Mechanism
The reviewed artifact is only SKILL.md, but it directs execution of node ~/.openclaw/workspace/antfarm/dist/cli/cli.js for install, run, uninstall, dashboard, and step operations. That CLI is not included in the reviewed skill files, so the code that creates agents, cron jobs, the database, and dashboard is outside this artifact review.
Credentials
A local CLI, SQLite state, dashboard, and cron jobs are proportionate to a workflow orchestrator, but the skill provides little environmental scoping around ports, workspaces, file access, or agent permissions.
Persistence & Privilege
The skill explicitly creates autonomous agents with cron jobs that poll every 15 minutes and can be force-triggered. Uninstall commands are documented, but persistence, containment, and reversibility are under-described for a background agent system.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install antfarm-workflows
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /antfarm-workflows 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of antfarm-workflows: multi-agent workflow orchestration for OpenClaw. - Launches autonomous, cron-driven workflow pipelines (feature dev, bug fix, security audit) using specialized agents. - Provides CLI for workflow management: install/uninstall, run workflows, check status, logs, and dashboard access. - Workflows and steps are fully automated via staggered cron jobs; agents operate independently and coordinate via a shared SQLite database. - Includes documentation for best practices, custom workflow creation, and advanced management commands.
元数据
Slug antfarm-workflows
版本 1.0.0
许可证
累计安装 30
当前安装数 30
历史版本数 1
常见问题

Antfarm Workflows 是什么?

Multi-agent workflow orchestration for OpenClaw. Use when user mentions antfarm, asks to run a multi-step workflow (feature dev, bug fix, security audit), or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1580 次。

如何安装 Antfarm Workflows?

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

Antfarm Workflows 是免费的吗?

是的,Antfarm Workflows 完全免费(开源免费),可自由下载、安装和使用。

Antfarm Workflows 支持哪些平台?

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

谁开发了 Antfarm Workflows?

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

💬 留言讨论