google-cloud-recipe-auth

google cloud recipe auth

google 15k ↓ 8.8k Apache-2.0 updated 26d ago
Claude Code
View source ↗

What it does

  • [Google-Managed
  • [Federation using Cloud Identity or Google
  • [Workforce Identity
  • Google Cloud Console: The primary
  • gcloud CLI (gcloud
  • Local Development with [App Default Credentials
  • [Service Account

Requirements & configuration

  • For users to access Google Cloud, they need an identity that Google Cloud can
  • using IAM directly. Unlike standard federation, you do not need to
  • Credential (like an OAuth 2.0 refresh token) stored locally.
  • Used when a human (who is not a developer) needs to access a web application
  • environment then provides a Token (a short-lived digital object) via a local

Configuration: GOOGLE_APPLICATION_CREDENTIALS

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

google cloud recipe auth

Source

Repository: https://github.com/google/skills

google-cloud-recipe-auth FAQ

What does the google-cloud-recipe-auth skill do?

Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default Credentials (ADC), and best practices for secure access. [Google-Managed [Federation using Cloud Identity or Google

What does google-cloud-recipe-auth require?

For users to access Google Cloud, they need an identity that Google Cloud can using IAM directly. Unlike standard federation, you do not need to Credential (like an OAuth 2.0 refresh token) stored locally. Used when a human (who is not a developer) needs to access a web application environment then provides a Token (a short-lived digital object) via a local Configuration keys: GOOGLE_APPLICATION_CREDENTIALS.

How do I install google-cloud-recipe-auth?

Run: npx -y skills add https://github.com/google/skills --skill google-cloud-recipe-auth --agent claude-code — the source lives at github.com/google/skills.

Maintain google-cloud-recipe-auth?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

google-cloud-recipe-auth on getagentictools
[![google-cloud-recipe-auth on getagentictools](https://getagentictools.com/badge/skills/google-skills-google-cloud-recipe-auth.svg)](https://getagentictools.com/skills/google-skills-google-cloud-recipe-auth?ref=badge)
npx agentictools info skills/google-skills-google-cloud-recipe-auth

The second line is the CLI lookup for this page — handy in READMEs and docs.