← Back to Skills Marketplace
yonghaozhao722

Antfarm Workflows

by Yonghao Zhao · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1580
Downloads
0
Stars
30
Active Installs
1
Versions
Install in OpenClaw
/install antfarm-workflows
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install antfarm-workflows
  3. After installation, invoke the skill by name or use /antfarm-workflows
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug antfarm-workflows
Version 1.0.0
License
All-time Installs 30
Active Installs 30
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1580 downloads so far.

How do I install Antfarm Workflows?

Run "/install antfarm-workflows" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Antfarm Workflows free?

Yes, Antfarm Workflows is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Antfarm Workflows support?

Antfarm Workflows is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Antfarm Workflows?

It is built and maintained by Yonghao Zhao (@yonghaozhao722); the current version is v1.0.0.

💬 Comments