gcp-logs

Installation
SKILL.md

GCP Logs Query Skill

Prerequisites

  • gcloud CLI installed and authenticated
  • Appropriate IAM permissions (roles/logging.viewer or equivalent)
  • Target project set via --project flag or gcloud config set project

Base Query Structure

gcloud logging read 'FILTER' \
  --project=PROJECT_ID \
  --limit=50 \
  --format=json \
  --freshness=1d

Always include --limit and --freshness (or timestamp bounds) to avoid unbounded queries.

Installs
3
First Seen
Mar 14, 2026
gcp-logs — migueldialpad/skills