What problem does it solve?
Avoids wasted time and failed attempts caused by expired Google Cloud authentication in non-interactive shells where browser-based OAuth cannot run. The skill prescribes a strict, minimal sequence to refresh both the gcloud CLI and Application Default Credentials without attempting interactive commands inside the non-interactive environment.
Core Features & Use Cases
- Deterministic three-step procedure: test token validity, instruct the user to run a single refresh command locally, and verify project configuration.
- Safe non-interactive handling: prevents running browser-auth or non-interactive login hacks that will crash the session.
- Use case: reconnect Claude Code or remote development shells to the GCP deploy account and set project valid-hall-485823-k9 for subsequent operations.
Quick Start
Use the conectaesamamada skill to refresh GCP credentials by telling the user to run gcloud auth login --update-adc in their local PowerShell and then verify gcloud config set project valid-hall-485823-k9 succeeds.