CSGClaw: local multi-agent collaboration
CSGClaw is OpenCSG’s open-source multi-agent collaboration platform, positioned as Your Personal AI Team. A Manager ingests goals, breaks down work, and tracks progress; multiple Workers execute by role. Execution defaults to a Sandbox (often BoxLite). You collaborate and steer in the browser WebUI’s built-in IM workspace, and can optionally connect Feishu and other channels. Unlike “one chatbot that does everything,” CSGClaw focuses on organizing multi-agent collaboration when tasks get complex, while staying easy to run locally, install, and isolate.
It often pairs with CSGHub-lite for compute: a local OpenAI-compatible inference stack; csgclaw onboard can wire to it and import models. CSGClaw then runs multi-agent workflows on the same configuration.
The sections below cover installation, quick start, the built-in web UI, the CLI, and HTTP APIs plus local config.toml.
In this section
| Page | Description |
|---|---|
| Installation | Prebuilt install, build from source, version check |
| Quick start | CSGHub-lite, onboard / serve, daemon mode, config |
| Web UI | Built-in IM, sessions, @mentions, optional Feishu |
| CLI reference | csgclaw / csgclaw-cli commands and flags |
| API & config | HTTP API, config.toml, advanced sandbox |
Repository: https://github.com/OpenCSGs/csgclaw
Back to OpenClaw in AgenticHub.