gcloud

Manage Google Cloud Platform resources via the gcloud CLI.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/devclaw-skills --skill gcloud-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcloud
Source: https://github.com/jholhewres/devclaw-skills/tree/main/skills/gcloud
Command: npx skills add https://github.com/jholhewres/devclaw-skills --skill gcloud-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of Google Cloud Platform resources, allowing users to interact with services like Compute Engine, Cloud Run, Cloud Storage, and BigQuery directly from their command line.

Core Features & Use Cases

  • Resource Management: List, describe, start, stop, and SSH into Compute Engine instances.
  • Application Deployment: Deploy and manage containerized applications on Cloud Run.
  • Data Storage Operations: Upload, download, sync, and remove files in Cloud Storage buckets using gsutil.
  • Database Interaction: Query and manage data in BigQuery datasets and tables.
  • Configuration: Easily set and manage your active Google Cloud project, account, and region/zone.

Quick Start

Use the gcloud skill to list all running 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 Compute Engine instances using the gcloud CLI?

You can manage Compute Engine instances through gcloud commands to list, describe, start, stop, and SSH into virtual machines directly from your terminal. The Skill requires authenticated access to a Google Cloud project and the gcloud CLI tool to execute these administrative tasks.

Can I deploy containerized applications to Cloud Run from the command line?

Yes, you can deploy and manage containerized applications on Cloud Run using gcloud command line operations. The Skill simplifies application deployment by interfacing directly with Google Cloud Platform services without needing a graphical console.

What's the best way to upload and sync files to Cloud Storage buckets?

Uploading and syncing files to Cloud Storage buckets is handled via gsutil commands integrated into the Skill. You can upload, download, synchronize, and remove files in your buckets, requiring authenticated Google Cloud project access to perform data storage operations.

How do I query BigQuery datasets directly from my terminal?

You can query and manage data in BigQuery datasets and tables directly from the command line using the gcloud CLI. The Skill provides terminal-based database interaction capabilities, allowing you to execute queries without leaving your development environment.

Do I need to authenticate my Google Cloud project before managing resources?

Yes, authenticated access to a Google Cloud project is required before managing resources like Compute Engine, Cloud Run, Cloud Storage, or BigQuery. The Skill relies on the gcloud CLI tool to handle configuration and execute commands against your active account and project.

How does this approach compare to using the Google Cloud Platform web console?

Using the gcloud CLI provides a terminal-based alternative to the web console for managing Google Cloud services. It allows you to set your active project, account, and region, enabling faster scripting and automation of administrative tasks like instance management and data synchronization.