Claude Skill
1Panel-dev/ClawSwarm
ClawSwarm 是一个开源的、专为 OpenClaw 设计的多智能体编排系统,通过统一群聊实现群体智能。基于 TypeScript 构建,协调 AI 智能体完成复杂自动化任务。
概览
仓库信息
安装这个 Skill
docker run -d --name=clawswarm --restart=always -p 18080:18080 -v ~/.claw-team:/opt/clawswarm 1panel/clawswarm:latestRegistry 信息
项目简介
ClawSwarm 是一个开源的、专为 OpenClaw 设计的多智能体编排系统,通过统一的群聊界面实现群体智能。它基于 TypeScript 构建,允许多个 AI 智能体协同工作、协调并共同执行任务,非常适合复杂的自动化和决策场景。
🔥 Open-source multi-agent orchestration system for OpenClaw, enabling swarm intelligence via unified group chat.
要点
- 专为 OpenClaw 设计的多智能体编排
- 统一的群聊界面实现群体智能
- 基于 TypeScript 构建,可靠且可扩展
- 开源且由社区驱动开发
- 支持复杂任务协调与自动化
使用场景
- 自动化多步骤业务流程
- AI 智能体协同解决问题
- 编排分布式任务执行
- 构建具有群体智能的聊天机器人
- 模拟群体决策过程
README 摘要
# 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