gcloud

Manage Google Cloud Platform resources via gcloud CLI, gsutil, and Firebase tools.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/zangxin75/openclaw-skills --skill gcloud-zangxin75
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcloud
Source: https://github.com/zangxin75/openclaw-skills/tree/main/gcloud
Command: npx skills add https://github.com/zangxin75/openclaw-skills --skill gcloud-zangxin75

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of Google Cloud Platform resources, enabling efficient deployment, monitoring, and administration of cloud services.

Core Features & Use Cases

  • Resource Management: Deploy and manage Compute Engine VMs, Cloud Run services, and Cloud Storage buckets.
  • Deployment & Monitoring: Facilitate application deployments, monitor service health, and access logs.
  • Use Case: Deploy a new web application to Cloud Run, configure environment variables, and set up traffic splitting for a phased rollout.

Quick Start

Use the gcloud skill to list all Compute Engine instances in the 'us-central1' zone for the project 'my-gcp-project'.

Frequently Asked Questions about gcloud

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

FAQPage Schema
How do I deploy a web application to Cloud Run and configure environment variables?

Deploying to Cloud Run is done through the gcloud CLI, which manages application deployments, configures environment variables, and sets up traffic splitting for phased rollouts. You can also monitor service health and access logs.

Can I manage Compute Engine VMs and access them via SSH using gcloud?

Yes, you can manage Compute Engine VMs and establish secure SSH connectivity using gcloud. The CLI allows you to list instances in specific zones, deploy new virtual machines, and administer existing resources directly.

What is the best way to manage Google Cloud Storage buckets and Firebase Hosting?

Managing Google Cloud Storage and Firebase Hosting is best handled through the integrated gcloud, gsutil, and Firebase tools. They provide a unified command-line interface for resource administration and deployment.

Does this approach work for project administration and monitoring service health across GCP?

Yes, this approach works for project administration across Google Cloud Platform. It enables you to monitor service health, access logs, and manage resources like Cloud Run services and Compute Engine instances efficiently.

How do I list Compute Engine instances in a specific zone for my project?

To list Compute Engine instances in a specific zone, use the gcloud CLI to query your project resources. You can retrieve all virtual machines in the us-central1 zone for a specified project.