Install
openclaw skills install cloud-infra-automationAutomate provisioning and management of AWS, GCP, and Azure infrastructure using Terraform, Ansible, and CloudFormation templates.
openclaw skills install cloud-infra-automationAutomate cloud infrastructure with IaC.
# Initialize AWS
./cloud.sh init aws
# Create infrastructure
./cloud.sh apply prod
# Destroy
./cloud.sh destroy prod
Sunshine-del-ux