Deployment

Docker Deployment

The included docker-compose.yml starts GoClaw alongside a WhatsApp bridge and an example Python weather skill sidecar.

Quick start

bash

Services

ServicePort(s)Description
goclaw18789, 50051Main gateway + built-in gRPC skill server
wa-bridge3099WhatsApp Baileys bridge (optional)
skill-weather50052Example Python weather skill (optional)

docker-compose.yml

docker-compose.yml
yaml
â„šī¸
The final GoClaw Docker image is ~20MB using a distroless base. No shell, no package manager — just the compiled Go binary, making it safe and minimal.