gcloud

Manage Google Cloud Platform resources and services via gcloud CLI.

50|13|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/chaterm/terminal-skills --skill gcloud-chaterm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcloud
Source: https://github.com/chaterm/terminal-skills/tree/main/cloud-cli/gcloud
Command: npx skills add https://github.com/chaterm/terminal-skills --skill gcloud-chaterm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies and streamlines the management of Google Cloud Platform resources, enabling efficient command-line interaction for various services.

Core Features & Use Cases

  • Resource Management: Create, configure, and manage Compute Engine instances, Cloud Storage buckets, and GKE clusters.
  • Service Deployment: Deploy and manage applications on Cloud Functions and Cloud Run.
  • Authentication & IAM: Handle authentication, service accounts, and IAM policy bindings.
  • Use Case: Quickly deploy a new web application to Cloud Run, configure its environment variables, and set up public access.

Quick Start

Initialize your Google Cloud CLI configuration by running gcloud init.

Frequently Asked Questions about gcloud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Google Cloud Platform resources using the command line?

This Skill provides comprehensive command-line operations for Google Cloud Platform, enabling you to manage Compute Engine, Cloud Storage, GKE, Cloud Functions, and Cloud Run resources directly from your terminal.

How do I deploy a web application to Cloud Run from the CLI?

To deploy a web application to Cloud Run, use the command-line interface to push your container, configure its environment variables, and set up public access. It facilitates efficient application deployment and management without manual console interaction.

Do I need authenticated gcloud CLI access to manage GKE clusters?

Yes, authenticated gcloud CLI access and project configuration are required to manage GKE clusters. You must initialize your configuration using `gcloud init` before executing provisioning or deployment commands.

Can I handle IAM policy bindings and service accounts via command line?

Yes, you can handle authentication, service accounts, and IAM policy bindings via command line. The Skill facilitates secure IAM management and identity configuration directly through terminal commands.

What is the best way to provision Compute Engine instances from the terminal?

The best way to provision Compute Engine instances is using command-line operations that automate resource creation and configuration. This streamlines infrastructure setup and ensures consistent deployment across your Google Cloud project.