Claw Team is a collaboration project built around the OpenClaw ecosystem. It includes three core parts:
scheduler-server: backend service for instances, conversations, messages, and scheduling APIsweb-client: web UI for configuring OpenClaw instances and viewing conversation messageschannel: theclaw-teamchannel plugin published for OpenClaw
This repository also includes container build files and local development assets, making it suitable for image releases, integration testing, and plugin publishing.
Execute the command below to start a Claw Team container with Docker:
docker run -d --name=claw-team --restart=always -p 18080:18080 -v ~/.claw-team:/opt/claw-team 1panel/claw-team:latestAfter the container starts, access the Claw Team web interface at:
http://your_server_ip:18080
Use the default admin account to sign in:
- username:
admin - password:
admin123456
After Claw Team is running, continue by installing the OpenClaw plugin and completing the integration setup:
- Backend: Python 3.10+, FastAPI, SQLAlchemy, Uvicorn
- Frontend: Vue 3, Vite, TypeScript, Element Plus, Pinia, Vue Router, Vue I18n
- Plugin: TypeScript, tsup, Vitest, Zod, Undici
- Runtime: Docker, Docker Compose
This project is licensed under the GPL-3.0 License. See LICENSE for details.