gcp-cloud-logging

Search and analyze Google Cloud logs to diagnose access, security, and performance issues.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/dgethings/netclaw --skill gcp-cloud-logging-dgethings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-cloud-logging
Source: https://github.com/dgethings/netclaw/tree/main/workspace/skills/gcp-cloud-logging
Command: npx skills add https://github.com/dgethings/netclaw --skill gcp-cloud-logging-dgethings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locating and understanding Google Cloud logs across VPC flow logs, firewall logs, and Cloud Audit logs to diagnose security and operational issues.

Core Features & Use Cases

  • Unified log discovery, search, and filtering across multiple log sources (VPC flows, firewall, and audit logs).
  • Guided workflows for incident investigation, security audits, and compliance reviews with concrete steps and patterns.
  • Real-world example: identify who deleted a VM, which firewall rule was triggered by a denied connection, and compile findings into an incident report.

Quick Start

Query project logs for a given time frame to surface denied VPC flow entries and summarize the findings.

Frequently Asked Questions about gcp-cloud-logging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search GCP audit logs to find out who deleted a VM?

Search GCP audit logs to trace administrative actions and identify the user who deleted a VM. This skill queries project-scoped cloud audit logs to retrieve administrative event records, filtering by resource type and operation type to pinpoint the deletion.

What is the best way to analyze VPC flow logs for denied connections?

Analyzing VPC flow logs for denied connections requires filtering project logs by the denied action. This skill queries VPC flow logs across projects to surface denied entries within a given time frame and summarizes the findings for network troubleshooting.

Can I investigate firewall rules triggered by specific network traffic in Google Cloud?

You can investigate triggered firewall rules by querying Google Cloud firewall logs. This skill retrieves firewall log entries to identify which specific rule was applied to a denied connection, aiding security investigations and network diagnostics.

Do I need OAuth 2.0 authentication to query Cloud Logging across multiple projects?

Yes, querying Cloud Logging across multiple projects requires OAuth 2.0 authentication. This skill satisfies OAuth 2.0 requirements to enable project-scoped log access, utilizing MCP-based log queries for secure discovery and retrieval.

How do I compile findings from a security investigation into an incident report?

Compile security investigation findings into an incident report by retrieving and analyzing relevant VPC flow, firewall, and audit logs. This skill provides guided workflows to structure concrete steps, patterns, and findings for compliance reviews.