gcloud

Manage Google Cloud resources and automate deployments via the gcloud CLI.

2.2k|422|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/mrgoonie/claudekit-skills --skill gcloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcloud
Source: https://github.com/mrgoonie/claudekit-skills/tree/main/.claude/skills/gcloud
Command: npx skills add https://github.com/mrgoonie/claudekit-skills --skill gcloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing Google Cloud resources can be complex and time-consuming, especially across multiple projects and environments. This skill streamlines cloud operations, authentication, and resource management, enabling efficient automation and CI/CD integration.

Core Features & Use Cases

  • Unified CLI: Control 100+ GCP services with consistent commands.
  • Multi-Environment Management: Easily switch between dev, staging, and prod configurations.
  • CI/CD Automation: Script gcloud commands for automated deployments and infrastructure management.
  • Use Case: Deploy a new Cloud Run service to your staging environment, then switch to production configuration and deploy the same service with different parameters, all from the command line.

Quick Start

Initialize gcloud (interactive setup)

gcloud init

Authenticate with browser

gcloud auth login

Set active project

gcloud config set project YOUR_PROJECT_ID