Claude Skill
snarktank/antfarm
Antfarm is a TypeScript Claude Skill that simplifies building and deploying agent teams in OpenClaw. Create intelligent workflows with a single command. Open-source with 1.6K+ stars.
Overview
Repository
Install this Skill
git clone https://github.com/snarktank/antfarm.gitRegistry
Summary
Antfarm is a TypeScript-based Claude Skill that enables users to build and deploy their agent team in OpenClaw with a single command, streamlining the creation of intelligent team workflows.
在OpenClaw中一键构建你的智能体团队。
Key features
- One-command agent team deployment in OpenClaw
- TypeScript-based development for reliability
- Simplifies intelligent workflow creation
- Open-source with active community support
Use cases
- Rapid prototyping of multi-agent systems
- Automating team-based workflows in OpenClaw
- Educational projects for agent collaboration
- Streamlining development of intelligent applications
README excerpt
# Antfarm <img src="https://raw.githubusercontent.com/snarktank/antfarm/main/landing/logo.jpeg" alt="Antfarm" width="80"> **Build your agent team in [OpenClaw](https://docs.openclaw.ai) with one command.** You don't need to hire a dev team. You need to define one. Antfarm gives you a team of specialized AI agents — planner, developer, verifier, tester, reviewer — that work together in reliable, repeatable workflows. One install. Zero infrastructure. ### Install ```bash curl -fsSL https://raw.githubusercontent.com/snarktank/antfarm/v0.5.1/scripts/install.sh | bash ``` Or just tell your OpenClaw agent: **"install github.com/snarktank/antfarm"** That's it. Run `antfarm workflow list` to see available workflows. > **Not on npm.** Antfarm is installed from GitHub, not the npm registry. There is an unrelated `antfarm` package on npm — that's not this. > **Requires Node.js >= 22.** If `antfarm` fails with a `node:sqlite` error, make sure you're running real Node.js 22+, not Bun's node wrapper (see [#54](https://github.com/snarktank/antfarm/issues/54)). --- ## What You Get: Agent Team Workflows ### feature-dev `7 agents` Drop in a feature request. Get back a tested PR. The planner decomposes your task into stories. Each story gets implemented, verified, and tested in isolation. Failures retry automatically. Nothing ships without a code review. ``` plan → setup → implement → verify → test → PR → review ``` ### security-audit `7 agents` Point it at a repo. Get back a security fix PR with regression tests. Scans for vulnerabilities, ranks by severity, patches each one, re-audits after all fixes are applied. ``` scan → prioritize → setup → fix → verify → test → PR ``` ### bug-fix `6 agents` Paste a bug report. Get back a fix with a regression test. Triager reprod
Topics
No topics yet.