Claude Skill
fastclaw-ai/clawhost
ClawHost 是一个基于 Go 的开源 OpenClaw 托管服务,简化 OpenClaw 实例的部署与管理。在 GitHub 上探索。
概览
仓库信息
安装这个 Skill
git clone https://github.com/clawhost/clawhost.gitRegistry 信息
git clone https://github.com/clawhost/clawhost.gitdocker run -d --name clawhost-pg \docker run -p 18080:18080 -v ./config.toml:/app/config.toml clawhost:latest
项目简介
ClawHost 是一个基于 Go 语言构建的 OpenClaw 开源托管服务,帮助用户高效部署和管理 OpenClaw 实例。
openclaw hosting service
要点
- 为 OpenClaw 提供的开源托管平台
- 使用 Go 语言构建,性能高效
- 简化 OpenClaw 的部署与管理
- 支持基于云的 OpenClaw 托管
使用场景
- 为 AI 应用托管 OpenClaw 实例
- 在云环境中部署 OpenClaw
- 管理多个 OpenClaw 部署
README 摘要
# ClawHost Kubernetes-native platform for managing and orchestrating [OpenClaw](https://openclaw.ai/) bot instances. Provides a RESTful API to create, deploy, and manage AI agent bots in a multi-tenant environment. ## Features - **Bot Lifecycle** - Create, start, stop, restart, upgrade, and delete bot instances - **Kubernetes Native** - Each bot runs as an isolated Pod with its own Service - **Multi-tenant** - App-level isolation with per-user bot ownership - **Skills** - Dynamically manage skills for running bots - **IM Channels** - Connect bots to Telegram, Slack, Discord, Teams, LINE, Feishu, etc. - **Device Pairing** - Approve and manage device access with auto-approval - **Model Providers** - Configure multiple AI providers (Anthropic, OpenAI, MiniMax, etc.) - **Proxy** - HTTP and WebSocket proxy to bot instances, with subdomain routing - **Bot Cleanup** - K8s CronJob to automatically stop and clean up expired bots ## Architecture ``` ┌────────┐ ┌───────────────────────┐ ┌─────────────────────┐ │ Client │──────▶│ ClawHost │──────▶│ K8s Cluster │ └────────┘ │ │ │ │ │ │ ┌─────────┐ ┌──────┐ │ │ ┌───────────────┐ │ │ Subdomain │ │ Bot API │ │Admin │ │ K8s │ │ OpenClaw Pod │ │ │ Routing │ │ │ │ API │ │ API │ │ │ │ └───────────▶│ └─────────┘ └──────┘ │◀────▶│ │ Gateway │ │ │ ┌──────────────────┐ │ │ │ IM Channels │ │ │ │ Proxy (HTTP/WS) │─┼──────▶│ │ Devices │ │ │ └──────────────────┘ │ │ └───────────────┘ │ │ │ │ │ ┌───────────────┐ │ └───────────┼─────────