Automatically deploys and configures OpenClaw agents to cloud platforms without manual Docker setup or server management.
- Cloud-specific deployment pipelines for AWS, GCP, Azure, and DigitalOcean
- Automated container setup with Docker on each platform
- SSL certificate configuration via platform-native providers
- Dynamic health monitoring with configurable checks (HTTP, TCP, command)
- Fail-safe rollback protocol to tear down failed deployments
- Auto-scaling configuration support for each platform
- Deployment state tracking and reporting
Each platform has a JSON reference config in references/:
references/aws-config.json— AWS region, instance type, VPC, security groupsreferences/gcp-config.json— GCP project, zone, machine type, firewall rulesreferences/azure-config.json— Azure subscription, resource group, VM size, NSGreferences/digitalocean-config.json— DO region, droplet size, firewall rules
Override any config value via CLI flags (e.g., --region, --instance-type).
Source code: github.com/NeoSkillFactory/openclaw-cloud-deployer
MIT © NeoSkillFactory