gcloud-log

Installation
SKILL.md

gcloud-log

Trace GCP logs using local gcloud CLI. User provides only service name — resolve everything else from cache.

Step 0: Load context cache

Always read .claude/skills/gcloud-log/context.json first. It contains known accounts, projects, and services with their linked credentials.

# The cache lives next to this skill file
cat .claude/skills/gcloud-log/context.json

Use this to resolve: service name → projectId + account (email). No need to ask user.

Step 1: Resolve service → project + account

Installs
3
First Seen
May 7, 2026
gcloud-log — sainytk/gcloud-skills