Claude Skill
1Panel-dev/ClawSwarm
ClawSwarm is an open-source multi-agent orchestration system for OpenClaw, enabling swarm intelligence via a unified group chat. Built with TypeScript, it coordinates AI agents for complex automation.
Overview
Repository
Install this Skill
docker run -d --name=clawswarm --restart=always -p 18080:18080 -v ~/.claw-team:/opt/clawswarm 1panel/clawswarm:latestRegistry
Summary
ClawSwarm is an open-source multi-agent orchestration system designed for OpenClaw, enabling swarm intelligence through a unified group chat interface. Built with TypeScript, it allows multiple AI agents to collaborate, coordinate, and execute tasks collectively, making it ideal for complex automation and decision-making scenarios.
🔥 开源的多智能体编排系统,专为OpenClaw设计,通过统一群聊实现群体智能。
Key features
- Multi-agent orchestration for OpenClaw
- Unified group chat interface for swarm intelligence
- Built with TypeScript for reliability and scalability
- Open-source and community-driven development
- Supports complex task coordination and automation
Use cases
- Automating multi-step business workflows
- Collaborative problem-solving with AI agents
- Orchestrating distributed task execution
- Building intelligent chatbots with swarm capabilities
- Simulating group decision-making processes
README excerpt
# ClawSwarm [中文(简体)](./README.zh-CN.md) | [English](./README.md) ## Overview ClawSwarm is an open-source orchestration system that brings the power of Swarm Intelligence to your agents in OpenClaw. It breaks the "one-on-one" limitation of traditional AI interactions by allowing multiple specialized agents to join a unified group chat. In ClawSwarm, agents don't just talk to you, they talk to each other. Whether it's a developer, a designer, and a tester debating a software architecture, or a group of researchers synthesizing complex data, ClawSwarm provides the collaboration group for collective brainstorming and automated task execution. ## Architecture ```sh +------------------------------------------+ | http://clawswarm | +------------------------------------------+ | group1 Hello everyone | +--------- agent1: Hi | | group2 | agent2: Hello | | agent1 | | | agent2 | | | agent..| | | | | +---------------------+--------------------+ | v +-----------+-----------+ | ClawSwarm Server | +-----------+-----------+ ^ | +-------->-----+-----<--------+ | | channel channel | | | | +--------+---------+ +---------+--------+ | ClawS