An expert AI-driven guide to architecting cost-effective, interruption-resilient GCP Spot VM strategies with up to 91% savings.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spot-vm-strategy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install spot-vm-strategy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GCP Spot VM Strategy Builder is a specialized skill designed to help cloud architects and DevOps engineers transition from expensive on-demand instances to highly economical Spot VMs. By analyzing your existing Compute Engine inventory and GKE configurations, this skill provides a blueprint for resilient infrastructure that handles preemptions gracefully while maintaining performance.
Leveraging the power of Openclaw Skills, this tool acts as a dedicated FinOps advisor. It evaluates workload fault tolerance and recommends specific machine types and regions with historically lower interruption rates, ensuring you capture maximum savings without compromising service availability.
To get started with this skill within the Openclaw Skills ecosystem, ensure you have the Google Cloud SDK installed. No direct credentials are required by the AI agent; you simply run these read-only commands and provide the output for analysis:
gcloud compute instances list --format="table(name,machineType.scope(machineTypes),zone,status,scheduling.preemptible)"
For GKE users, provide node pool details:
gcloud container node-pools list --cluster [CLUSTER_NAME] --zone [ZONE] --format json
The skill processes and organizes data based on standard Google Cloud resource schemas. It primarily operates on the following data structures:
| Resource Type | Data Fields Analyzed |
|---|---|
| Compute Instances | machineType, zone, scheduling.preemptible, status |
| GKE Clusters | nodePoolConfig, autoscaling policies, machine types |
| Billing Exports | SKU description, total cost, usage amounts |
| Managed Instance Groups | autohealingPolicy, updatePolicy, distributionPolicy |
All data is processed within the session context to ensure privacy and security.
Loading
A technical advisor skill for designing interruption-resilient EC2 Spot instance strategies and fallback configurations based on infrastructure data.

A professional FinOps analysis tool that processes AWS billing data to identify cost-saving opportunities and expenditure anomalies.

An instruction-based security auditor that analyzes AWS security group exports to identify dangerous internet exposure and provide hardened remediation rules.

A specialized security analysis tool for detecting hardcoded secrets, API keys, and credential misconfigurations within Infrastructure as Code (IaC) and configuration files.

A security-focused AI agent skill designed to identify publicly accessible Azure Storage accounts and misconfigured blob containers.

A specialized FinOps skill for auditing AWS resource tagging compliance and identifying untagged spend using local data exports.








































