Install
openclaw skills install microservices-starterSet up and deploy production-ready microservices with API gateway, service templates, service mesh support, distributed tracing, and container orchestration.
openclaw skills install microservices-starterBuild production-ready microservices architecture.
# Create new service
./create-service.sh user-service --lang node
# Create API gateway
./create-gateway.sh
# Deploy to K8s
./deploy.sh production
# Add monitoring
./monitor.sh install
┌─────────────┐
│ Gateway │
└──────┬──────┘
│
┌──────┴──────┐
│ Services │
└──────┬──────┘
│
┌──────┴──────┐
│ Database │
└─────────────┘
Sunshine-del-ux