Home Tutorials Categories Skills About
ZH EN JA KO
🐝

SwarmClaw

Orchestration AI Models & Routing

Install Command

npx clawhub@latest install swarmclaw

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install SwarmClaw to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm SwarmClaw appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Agent Orchestration Multi-Provider Visual Dashboard

Detailed Description

SwarmClaw is a powerful self-hosted AI agent orchestration platform, providing a visual dashboard to manage and monitor multiple AI agents.

Core Features

  • Visual Dashboard: Web interface for managing all AI agent configurations and runtime status
  • Multi-Provider Integration: Simultaneously connect to OpenAI, Anthropic, Google, Ollama, and other model providers
  • LangGraph Workflows: Build complex agent workflows based on LangGraph
  • Platform Connectors: One-click integration with Telegram, Discord, Slack, and other chat platforms
  • Monitoring Analytics: Real-time monitoring of token usage, response latency, and error rates

Configuration

{
  skills: {
    swarmclaw: {
      dashboardPort: 3333,
      authToken: "xxx"
    }
  }
}

Use Cases

  • Manage multiple OpenClaw instances and agents
  • Visually configure and debug agent workflows
  • Centrally monitor usage and costs across all AI services
  • Quickly switch between and compare different model providers