What problem does it solve? Diagnosing Google Cloud networking problems requires navigating scattered telemetry sources like VPC Flow Logs, firewall logs, NAT logs, threat logs, and metrics. This Skill guides an AI agent to pick the right data source, run the correct query, and return a definitive answer without wasteful exploratory loops. ## Core Features & Use Cases - Log Analysis: Query VPC Flow Logs, firewall rule logs, Cloud NAT logs, and threat logs via Cloud Logging MCP, BigQuery MCP, or gcloud/bq CLI fallbacks. - Metrics & Latency Analysis: Retrieve RTT, packet loss, throughput, and NAT port exhaustion metrics from Cloud Monitoring with proper distribution alignment. - Connectivity Tests: Run Network Management Connectivity Tests for static path diagnostics between endpoints, with mandatory cleanup. - VPC Flow Logs Cost Estimation: Estimate monthly VPC Flow Logs cost for subnets, VPCs, or entire projects using tiered pricing and a 30-day metrics window. - Use Case: A user asks why a VM cannot reach a database. The Skill checks firewall DENY logs in BigQuery, identifies the blocking rule, and reports the finding immediately. ## Quick Start Ask the agent to investigate why traffic from a specific VM is being blocked, or to estimate VPC Flow Logs cost for your project.