Claude Skill

snarktank/antfarm

Antfarm 是一个基于 TypeScript 的 Claude Skill,可简化在 OpenClaw 中构建和部署智能体团队的过程。通过单一命令创建智能工作流。开源项目,已获 1600+ 星标。

概览

Stars2,487
Forks453
语言TypeScript
最后更新2026-02-26
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者snarktank
仓库antfarm
完整名称snarktank/antfarm
Repo ID1,151,528,523

安装这个 Skill

git clone https://github.com/snarktank/antfarm.git

Registry 信息

类型openclaw_skill
质量分85/100
验证状态readme_parsed
最近验证2026-05-31
平台
OpenClaw
能力
code-reviewmemorysearchimageterminalworkflow
识别文件
README.mddocspackage.jsontests
配置键
PACKAGE_JSON

项目简介

Antfarm 是一个基于 TypeScript 的 Claude Skill,允许用户在 OpenClaw 中通过单一命令构建和部署智能体团队,简化智能团队工作流的创建过程。

英文描述

Build your agent team in OpenClaw with one command.

要点

  • 在 OpenClaw 中一键部署智能体团队
  • 基于 TypeScript 开发,确保可靠性
  • 简化智能工作流创建
  • 开源项目,拥有活跃社区支持

使用场景

  • 快速原型设计多智能体系统
  • 在 OpenClaw 中自动化团队工作流
  • 智能体协作的教育项目
  • 简化智能应用程序的开发流程

README 摘要

# 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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03