One-click install
npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill gcloud-dicklesworthstone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcloud
Source: https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/gcloud
Command: npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill gcloud-dicklesworthstone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables efficient management and automation of Google Cloud resources via the gcloud CLI, reducing reliance on the web console and enabling repeatable workflows across projects.

Core Features & Use Cases

  • Resource management: Create, list, update, and delete Compute Engine instances, Cloud Run services, GKE clusters, Cloud Functions, Storage buckets, and BigQuery datasets from a single interface.
  • Configuration and deployment: Set default project and region, authenticate with user or service accounts, and deploy or manage services across environments.
  • Operational workflows: Script common admin tasks, perform quick audits, and automate routine cloud operations for CI/CD pipelines.

Quick Start

Install the Google Cloud SDK, authenticate, and try a few starter commands: gcloud auth login; gcloud config set project YOUR_PROJECT_ID; gcloud compute instances list.

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 resources from the CLI instead of the web console?

You can manage Google Cloud resources via the gcloud CLI to reduce reliance on the web console. This approach enables repeatable workflows across projects for managing Compute Engine, Cloud Run, GKE, Cloud Functions, Storage, and BigQuery.

What do I need to authenticate and configure gcloud for managing GCP projects?

Authenticating and configuring gcloud requires the Google Cloud SDK. You run gcloud auth login and gcloud config set project YOUR_PROJECT_ID to set default project and region, enabling service or user account authentication across environments.

Can I deploy Cloud Run services and GKE clusters using gcloud command-line automation?

Yes, gcloud command-line automation supports deploying and managing Cloud Run services and GKE clusters. It allows developers to configure environments and execute deployment workflows directly from the CLI across multiple projects.

What's the best way to automate routine Google Cloud operations for CI/CD pipelines?

The best way to automate routine Google Cloud operations for CI/CD pipelines is using gcloud CLI scripts. You can script common admin tasks, perform quick audits, and manage resources like Cloud Functions and BigQuery datasets automatically.

Does gcloud CLI support managing Compute Engine instances and Storage buckets across multiple environments?

Yes, gcloud CLI supports managing Compute Engine instances and Storage buckets across multiple environments. It provides commands to create, list, update, and delete resources, enabling consistent operations across different GCP projects.

Why use gcloud CLI over the Google Cloud console for infrastructure management workflows?

Using gcloud CLI over the Google Cloud console enables repeatable infrastructure management workflows. It allows developers and operators to script resource operations, automate deployments, and manage multiple GCP projects efficiently from a single interface.