Skip to content

1Panel-dev/claw-team

Repository files navigation

Claw Team

中文(简体) | English

Project overview

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 APIs
  • web-client: web UI for configuring OpenClaw instances and viewing conversation messages
  • channel: the claw-team channel 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.

Quick start

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:latest

After 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:

Technical stack

  • 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

License

This project is licensed under the GPL-3.0 License. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors