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 wants to install/uninstall/check status of antfarm workflows.
Multi-agent workflow pipelines on OpenClaw. Each workflow is a sequence of specialized agents (planner, developer, verifier, tester, reviewer) that execute autonomously via cron jobs polling a shared SQLite database.
All CLI commands use the full path to avoid PATH issues:
CODEBLOCK0
Shorthand used below: antfarm-cli means node ~/.openclaw/workspace/antfarm/dist/cli/cli.js.
| Workflow | Pipeline | Use for |
|---|---|---|
| INLINECODE2 | plan -> setup -> develop (stories) -> verify -> test -> PR -> review | New features, refactors |
| INLINECODE3 |
security-audit | scan -> prioritize -> setup -> fix -> verify -> test -> PR | Codebase security review |
CODEBLOCK1
The task string is the contract between you and the agents. A vague task produces bad results.
Always include in the task string:
Get the user to confirm the plan and acceptance criteria before running.
To skip the 15-min cron wait, use the cron tool with action: "run" and the agent's job ID. List crons to find them — they're named antfarm/<workflow-id>/<agent-id>.
CODEBLOCK2
See {baseDir}/../../docs/creating-workflows.md for the full guide on writing workflow YAML, agent workspaces, step templates, and verification loops.
CODEBLOCK3
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 antfarm-workflows-1776419941 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 antfarm-workflows-1776419941 技能
skillhub install antfarm-workflows-1776419941
文件大小: 2.19 KB | 发布时间: 2026-4-17 20:03