gcloud

Manage Google Cloud Platform resources via command-line operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of Google Cloud Platform resources, including Compute Engine, Cloud Storage, GKE, Cloud Functions, Cloud Run, and IAM, directly from the command line.

Core Features & Use Cases

  • Resource Management: Create, configure, and delete various GCP resources like virtual machines, storage buckets, and Kubernetes clusters.
  • Deployment Automation: Deploy and manage serverless applications such as Cloud Functions and Cloud Run services.
  • Identity & Access Management: Configure service accounts, manage IAM policies, and secure access to your cloud resources.
  • Use Case: Quickly deploy a new containerized application to Cloud Run, configure its scaling, and set up authentication for it.

Quick Start

Use the gcloud skill to list all compute engine instances in your default project.

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 from the command line?

You can manage Google Cloud Platform resources by executing command-line operations to create, configure, and delete Compute Engine instances, storage buckets, and Kubernetes clusters. It provides comprehensive CLI coverage for efficient cloud infrastructure management.

How do I deploy serverless applications to Cloud Run and Cloud Functions?

Deploy serverless applications by executing specific deployment commands for Cloud Functions and Cloud Run services. This facilitates application deployment automation, allowing you to quickly deploy containerized applications and configure their scaling directly.

Can I configure IAM policies and service accounts using gcloud commands?

Yes, you can configure Identity and Access Management by creating service accounts and managing IAM policies. This secures access to your Google Cloud Platform resources directly through command-line operations.

What is the best way to manage GKE clusters and Compute Engine firewalls via CLI?

The best way to manage GKE clusters and Compute Engine firewalls is using dedicated gcloud commands. You can create and configure Kubernetes clusters, manage virtual machine disks, and set up firewall rules for secure cloud infrastructure.

Does this approach work for managing Cloud Storage buckets and objects?

Yes, this approach works for managing Cloud Storage buckets and objects. It provides command-line operations to handle your Cloud Storage resources, facilitating efficient cloud infrastructure management alongside Compute Engine and GKE resources.