Claude Skill
marian2js/opengoat
OpenGoat is an open-source framework for building organizations of OpenClaw agents that coordinate work across Codex, Claude Code, Cursor, OpenCode, and more.
Overview
Repository
Install this Skill
docker run --rm -p 19123:19123 -v opengoat-data:/data/opengoat opengoat:latestRegistry
Summary
OpenGoat is an open-source orchestration framework for building organizations of OpenClaw agents that coordinate work across multiple AI coding tools including Codex, Claude Code, Cursor, and OpenCode.
构建由OpenClaw代理组成的组织,协调Codex、Claude Code、Cursor、OpenCode等工具之间的工作 🐐 🐐 🐐
Key features
- Multi-agent orchestration across Codex, Claude Code, Cursor, OpenCode
- OpenClaw agent organization and coordination
- Agentic workflow automation
- Plugin and extension support for OpenClaw
- TypeScript-based implementation
Use cases
- Coordinating multiple AI coding agents in a single project
- Building agentic workflows that span different tools
- Automating complex development pipelines with agent teams
- Creating extensible agent organizations for software development
README excerpt
<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