Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Google Cloud Monitoring — time series metrics, alert policies, active alerts, metric discovery. Use when checking GCP network performance, investigating firing alerts, querying VM CPU or memory metrics, reviewing Cloud VPN tunnel status, or assessing load balancer latency.
.claude/skills/automateyournetwork-gcp-cloud-monitoring/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-20 | ✗→✓ | ▲ Improved | 0% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 23% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 124% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 89% | 0% |
https://monitoring.googleapis.com/mcp (Streamable HTTP)GOOGLE_APPLICATION_CREDENTIALS) or gcloud auth application-default loginGCP_PROJECT_ID environment variable| Tool | What It Does | |------|-------------| | list_timeseries | Query time series data — CPU, memory, network, disk metrics for any GCP resource | | list_metric_descriptors | Discover available metric types in a project — find what you can monitor | | list_alert_policies | List all alerting policies — conditions, notification channels, thresholds | | get_alert_policy | Get details of a specific alerting policy | | list_alerts | List current and past alert violations — what's firing right now | | get_alert | Get details of a specific alert violation |
When a user asks "how is our GCP network performing?":
list_alerts to find any active alert violationslist_timeseries for compute.googleapis.com/instance/network/received_bytes_count and sent_bytes_countlist_timeseries for compute.googleapis.com/instance/network/received_packets_dropped_countlist_timeseries for compute.googleapis.com/firewall/dropped_packets_countlist_timeseries for loadbalancing.googleapis.com/https/request_count and total_latenciesWhen investigating GCP alerts:
list_alerts — find what's currently firingget_alert — condition, threshold, resource affectedget_alert_policy — what triggers this alert, notification channelslist_timeseries for the affected metric — see the spike/anomalygcp-cloud-logging for correlated log entriesWhen checking GCP infrastructure health:
list_metric_descriptors filtered by service (compute, networking, loadbalancing)list_timeseries for compute.googleapis.com/instance/cpu/utilization and memory metricslist_timeseries for compute.googleapis.com/instance/disk/read_bytes_count and write metricslist_timeseries for network sent/received byteslist_alert_policies + list_alerts — any policies in violation?| Metric | What It Tells You | |--------|-------------------| | compute.googleapis.com/instance/network/received_bytes_count | Inbound network throughput per VM | | compute.googleapis.com/instance/network/sent_bytes_count | Outbound network throughput per VM | | compute.googleapis.com/instance/network/received_packets_dropped_count | Dropped inbound packets (congestion) | | compute.googleapis.com/instance/network/sent_packets_dropped_count | Dropped outbound packets (congestion) | | compute.googleapis.com/firewall/dropped_packets_count | Packets dropped by VPC firewall rules | | loadbalancing.googleapis.com/https/request_count | HTTP(S) LB request rate | | loadbalancing.googleapis.com/https/total_latencies | HTTP(S) LB end-to-end latency | | loadbalancing.googleapis.com/https/backend_latencies | Backend response time behind LB | | vpn.googleapis.com/tunnel_established | Cloud VPN tunnel state (1=up, 0=down) | | vpn.googleapis.com/sent_bytes_count | Bytes sent through VPN tunnel | | router.googleapis.com/bgp/received_routes_count | BGP routes received by Cloud Router | | interconnect.googleapis.com/link/received_bytes_count | Cloud Interconnect link throughput |
GCP_PROJECT_ID — Google Cloud project IDGOOGLE_APPLICATION_CREDENTIALS — Path to service account key JSON fileOther measured skills in the registry, with their headline benchmark lift.