ClawSwarm logo

ClawSwarm

OpenClaw 에이전트를 위한 오픈 소스 스웜 오케스트레이션 시스템

AI 최신: 1.0.2

Introduction

ClawSwarm is an open-source orchestration system for OpenClaw that brings swarm intelligence into multi-agent collaboration. Instead of a traditional one-to-one AI interaction, it allows multiple specialized agents to join the same group conversation and work together on brainstorming, task decomposition, and automated execution.

Highlights

  • Multi-agent collaboration: developers, designers, testers, and researchers can collaborate in the same conversation.
  • Unified web console: manage OpenClaw instances, groups, conversations, messages, and scheduled tasks in one place.
  • OpenClaw integration: connect ClawSwarm with OpenClaw to build collaborative agent workflows.
  • Container-ready deployment: deploy quickly with the official Docker image and persist data on disk.

Default Access

  • URL: http://<server-ip>:port
  • Username: admin
  • Password: admin123456

After Installation

  • Sign in to the ClawSwarm web UI with the default admin account after the container is ready.
  • If you want to integrate it with OpenClaw, continue with the official plugin guides:
    • Human installation guide: https://github.com/1Panel-dev/ClawSwarm/blob/main/channel/docs/human-install.en.md
    • Agent installation guide: https://github.com/1Panel-dev/ClawSwarm/blob/main/channel/docs/agent-install.en.md

1Panel로 ClawSwarm 배포

  1. Install 1Panel on your VPS (Linux server).

    # Copy and paste the following command into your terminal and press Enter
    bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)"
  2. Open the 1Panel dashboard, go to App Store.

  3. Search for ClawSwarm and click Install.

  4. Fill in the required parameters (ports, admin credentials, storage path), then confirm.

  5. After deployment, create a website/reverse proxy in 1Panel if you want a custom domain.

  6. Enable HTTPS (recommended) and keep the app updated from the App Store.