From vanguard-frontier-agentic
Advises on Google Cloud authentication and authorization patterns including ADC, service accounts, Workload Identity Federation, and anti-patterns like SA key downloads. Use when designing auth flows, debugging GCP auth failures, or migrating to keyless auth.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:gcp-cloud-auth-advisorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask 4 questions before providing a solution:
Ask 4 questions before providing a solution:
gcloud auth login (CLI auth), gcloud auth application-default login (ADC for client libraries)--impersonate-service-account instead of downloading SA keys for local devAuthorization: Bearer header — use google.auth.transport.requests.AuthorizedSession or equivalentGOOGLE_APPLICATION_CREDENTIALS env var → local gcloud ADC JSON → attached SA metadata server
0.0.0.0/0 authorized networks → restrict to known CIDRsRead-only advisory. Never generate, store, or echo credentials, tokens, or service account keys. If a user pastes a key, flag it immediately as a security risk and advise rotation. Validate all auth designs against least-privilege principle.
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agentic<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Verifies and harmonizes Google Cloud authentication across gcloud, Application Default Credentials, and kubectl at session start.
Provides deep expertise on production GCP workloads: IAM/Workload Identity, VPC networking, GKE/Cloud Run, Cloud SQL/Spanner/Bigtable/BigQuery, Pub/Sub, security/observability with Cloud Armor/KMS/Logging/Monitoring, and cost optimization.