Claude Skill
marian2js/opengoat
OpenGoat 是一个开源框架,用于构建由 OpenClaw 代理组成的组织,协调 Codex、Claude Code、Cursor、OpenCode 等多个工具之间的工作。
概览
仓库信息
安装这个 Skill
docker run --rm -p 19123:19123 -v opengoat-data:/data/opengoat opengoat:latestRegistry 信息
项目简介
OpenGoat 是一个开源编排框架,用于构建由 OpenClaw 代理组成的组织,协调 Codex、Claude Code、Cursor、OpenCode 等多个 AI 编码工具之间的工作。
Build organizations of OpenClaw agents that coordinate work across Codex, Claude Code, Cursor, OpenCode, and more 🐐 🐐 🐐
要点
- 跨 Codex、Claude Code、Cursor、OpenCode 的多代理编排
- OpenClaw 代理组织与协调
- 代理工作流自动化
- 支持 OpenClaw 插件与扩展
- 基于 TypeScript 实现
使用场景
- 在单个项目中协调多个 AI 编码代理
- 构建跨越不同工具的代理工作流
- 使用代理团队自动化复杂开发流水线
- 为软件开发创建可扩展的代理组织
README 摘要
<h1 align="center">OpenGoat</h1> <p align="center"><strong>Build AI Autonomous Organizations of OpenClaw Agents.</strong></p> <p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" alt="MIT License" /></a> <a href="https://www.npmjs.com/package/opengoat"><img src="https://img.shields.io/npm/v/opengoat?style=flat-square" alt="npm version" /></a> <a href="https://github.com/marian2js/opengoat/actions"><img src="https://img.shields.io/github/actions/workflow/status/marian2js/opengoat/ci.yml?branch=main&style=flat-square" alt="CI" /></a> <img src="https://img.shields.io/badge/node-%3E%3D20.11-brightgreen?style=flat-square" alt="Node >= 20.11" /> <a href="https://discord.gg/JWGqXJMwYE"><img src="https://img.shields.io/badge/discord-7289DA?style=flat-square&logo=discord&logoColor=white" alt="Discord" /></a> </p> **OpenGoat** allows you to build herarchical organizations of AI agents that coordinate work across multiple tools, including Claude Code, Codex, Cursor, GitHub Copilot CLI, Lovable, and more. [](https://opengoat.ai) --- ## Installation ```bash # Install OpenClaw and OpenGoat npm i -g openclaw opengoat # Setup OpenClaw openclaw onboard # Start OpenGoat opengoat start ``` That's it. Open `http://127.0.0.1:19123` and start messaging Goat, your AI co-founder. ### Alternative: Docker ```bash docker build -t opengoat:latest . docker run --rm -p 19123:19123 -v opengoat-data:/data/opengoat opengoat:latest ``` Then open `http://127.0.0.1:19123`. ### From Source (without global npm install) ```bash pnpm install pnpm build ./bin/opengoat --help ``` ### Documentation (Mintlify) ```bash cd docs mintlify dev ``` Use `mintlify broken-links` before publishing do