An expert analytical framework to identify and eliminate unnecessary GCP networking and egress expenses through data-driven insights.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install networking-optimizer
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 networking-optimizer 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 Networking & Egress Cost Optimizer is a specialized skill designed for cloud engineers and financial operations teams looking to trim their Google Cloud Platform expenditures. By analyzing exported billing data and network configurations, this tool provides a deep dive into complex egress charges, inter-region traffic patterns, and NAT gateway costs. This Openclaw Skills resource acts as a virtual consultant, offering actionable advice without requiring direct access to your infrastructure.
It focuses on identifying high-impact changes like enabling Private Google Access or transitioning to Cloud CDN, ensuring your cloud architecture remains cost-effective as it scales. By leveraging this skill within the Openclaw Skills ecosystem, developers can transform raw billing logs into a clear roadmap for architectural optimization and significant monthly savings.
First, ensure you have the necessary read-only IAM roles: roles/compute.networkViewer, roles/billing.viewer, and roles/bigquery.jobUser. Run the following command to export billing data for Openclaw Skills analysis:
bq query --use_legacy_sql=false \
'SELECT service.description, sku.description, SUM(cost) as total FROM `project.dataset.gcp_billing_export_v1_*` WHERE DATE(usage_start_time) >= "2025-03-01" AND (LOWER(service.description) LIKE "%network%" OR LOWER(sku.description) LIKE "%egress%") GROUP BY 1, 2 ORDER BY 3 DESC'
Next, gather VPC and NAT configurations:
gcloud compute networks list --format json
gcloud compute networks subnets list --format json
gcloud compute routers list --format json
Finally, paste the output into the assistant interface for processing.
The skill processes specific GCP metadata and billing structures to generate insights. Use the following table as a guide for what data to provide Openclaw Skills:
| Data Type | Description | Key Fields |
|---|---|---|
| Billing Export | BigQuery results | SKU Description, Cost, Service Description |
| VPC Config | JSON from gcloud | Network Name, Subnet Region, Private Google Access status |
| NAT Config | JSON from gcloud | Router Name, NAT Gateway status, Egress IP |
| Output Report | Markdown/Table | ROI, Effort Level, Estimated Savings |
Loading
A security-focused analysis tool that audits Azure Key Vault configurations, access policies, and secret hygiene to mitigate credential exposure risks.

A professional-grade cloud hygiene tool that scans AWS environments to identify and report on idle or orphaned resources generating unnecessary costs.

Automate the detection of over-privileged AWS IAM policies and generate secure, least-privilege replacements to prevent cloud breaches.

Converts raw AWS GuardDuty security findings into human-readable incident summaries and prioritized response playbooks.

A specialized security analysis tool for auditing Azure Network Security Groups and Firewall policies to eliminate dangerous internet exposure.

An AI-driven advisor that analyzes Azure usage data to recommend optimal Reservation and Hybrid Benefit stacking for maximum cost savings.








































