Claude Skill
fastclaw-ai/clawhost
ClawHost is an open-source Go-based hosting service for OpenClaw, simplifying deployment and management of OpenClaw instances. Explore on GitHub.
Overview
Repository
Install this 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
Summary
ClawHost is an open-source hosting service for OpenClaw, built with Go, enabling users to deploy and manage OpenClaw instances efficiently.
openclaw 托管服务
Key features
- Open-source hosting platform for OpenClaw
- Built with Go for high performance
- Simplifies OpenClaw deployment and management
- Supports cloud-based OpenClaw hosting
Use cases
- Hosting OpenClaw instances for AI applications
- Deploying OpenClaw in cloud environments
- Managing multiple OpenClaw deployments
README excerpt
# 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 │ │ │ └──────────────────┘ │ │ └───────────────┘ │ │ │ │ │ ┌───────────────┐ │ └───────────┼─────────