An expert analysis tool that identifies the optimal mix of Google Cloud commitments to maximize cost savings and minimize financial risk.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cud-advisor
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 cud-advisor 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 Committed Use Discount (CUD) Advisor is a specialized skill designed to help cloud architects and finance teams navigate the complexities of Google Cloud's discount structures. By analyzing exported usage data from Compute Engine, GKE, and Cloud Run, the skill provides high-fidelity recommendations on whether to leverage flexible spend-based commitments or higher-discount resource-based commitments.
This skill operates as an instruction-only advisor within the Openclaw Skills ecosystem, meaning it prioritizes security by analyzing data provided by the user rather than requiring direct access to GCP credentials. It bridges the gap between raw billing data and strategic financial planning, ensuring that organizations only commit to what they actually need.
To utilize this skill, you must provide data exported from your GCP environment. No credentials or API keys are required. Use the following commands to gather the necessary data:
# Get current commitment status
gcloud compute commitments list --format json
# Query 90-day usage history from BigQuery
bq query --use_legacy_sql=false \
'SELECT service.description, SUM(cost) as total FROM `project.dataset.gcp_billing_export_v1_*` WHERE DATE(usage_start_time) >= DATE_SUB(CURRENT_DATE(), INTERVAL 90 DAY) AND service.description LIKE "%Compute%" GROUP BY 1 ORDER BY 2 DESC'
Once you have the output, paste it into the chat for the Openclaw Skills advisor to process.
The skill organizes its analysis based on the following data taxonomy:
| Component | Description |
|---|---|
| Workload Type | Classification of services like GCE, GKE Autopilot, or Cloud Run. |
| Discount Type | Spend-based (flexible) vs. Resource-based (fixed) vs. SUDs. |
| Risk Tier | Scenarios ranging from 30% to 80% coverage to mitigate over-commitment. |
| Coverage Gap | The percentage of eligible spend currently billed at on-demand rates. |
| Break-even | Monthly timeline required for the discount to offset the commitment cost. |
Loading
An expert analysis skill that maps exported AWS environment data against major compliance frameworks like CIS, SOC 2, HIPAA, and PCI-DSS.

A specialized AI security analyst that detects threats, unauthorized changes, and MITRE ATT&CK patterns within AWS CloudTrail logs.

A specialized analytical tool designed to audit Google Cloud BigQuery usage and slash unexpected costs through pattern analysis and storage optimization.

A specialized AI tool for identifying and eliminating hidden Azure networking and data egress costs through intelligent data analysis.

An automated cloud auditing tool that identifies and eliminates hidden AWS data transfer and NAT Gateway expenses.

An AI-powered security analyst that transforms raw Microsoft Defender for Cloud data into a prioritized, CISO-ready remediation roadmap.








































