gcloud
Agent skill from google/skills.
What it does
- User Account (Interactive): Run gcloud auth login. Follow the browser
- User Account (Headless Flow): If operating on a terminal without a web
- Application Default Credentials (ADC): To authenticate code calls from
- Service Account (Best for Detached/Headless Automation): Authenticate
- Service Account Impersonation (Preferred for Local Pair-Programming
- Action: Always call gcloud help <command> for the exact command you
- Verify: Ensure the command, flags, flag values, and positional argument
Requirements & configuration
- under the agent's focused identity. (Impersonation requires
- explicit location flags if the command requires them.
- autonomously. These require explicit human-in-the-loop authorization:
- 3. Schema Discovery: If you need to filter or project fields from a list
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Source
Repository: https://github.com/google/skills
gcloud FAQ
What does the gcloud skill do?
>- Interacts with Google Cloud services using the gcloud CLI safely and efficiently. Covers command validation, data reduction, safety guardrails with a denylist, and workflows for discovery and investigation. You MUST read this skill before invoking any gcloud command. Use when managing cloud resources, querying configurations, or troubleshooting issues via gcloud. Don't use when writing or debugging Google Cloud client library code or raw REST/gRPC API interactions. User Account (Interactive): Run gcloud auth login. Follow the browser User Account (Headless Flow): If operating on a terminal without a web
What does gcloud require?
under the agent's focused identity. (Impersonation requires explicit location flags if the command requires them. autonomously. These require explicit human-in-the-loop authorization: 3. Schema Discovery: If you need to filter or project fields from a list
How do I install gcloud?
Run: npx -y skills add https://github.com/google/skills --skill gcloud --agent claude-code — the source lives at github.com/google/skills.
Maintain gcloud?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[gcloud on getagentictools](https://getagentictools.com/skills/google-skills-gcloud?ref=badge) npx agentictools info skills/google-skills-gcloud The second line is the CLI lookup for this page — handy in READMEs and docs.