gke-cluster-ops

Manage GKE clusters and GCP compute/storage resources via gcloud CLI commands.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dmzoneill/skills --skill gke-cluster-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gke-cluster-ops
Source: https://github.com/dmzoneill/skills/tree/main/gke-cluster-ops
Command: npx skills add https://github.com/dmzoneill/skills --skill gke-cluster-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of Google Kubernetes Engine (GKE) clusters and other Google Cloud Platform (GCP) compute and storage resources, streamlining DevOps operations.

Core Features & Use Cases

  • GKE Cluster Management: List and manage GKE clusters within your GCP projects.
  • Compute Instance Control: Start, stop, and describe individual GCP compute instances.
  • GCS Storage Operations: List Google Cloud Storage buckets and perform copy/remove operations.
  • Use Case: When you need to quickly check the status of your GKE clusters, start a development instance, or list objects in a GCS bucket, this Skill provides a unified interface.

Quick Start

Use the gke-cluster-ops skill to list all GKE clusters in the 'my-gcp-project' project.

Frequently Asked Questions about gke-cluster-ops

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

FAQPage Schema
How do I list GKE clusters in my GCP project?

You can list GKE clusters by executing gcloud CLI commands targeting your specific GCP project. This Skill interfaces with gcloud to retrieve and display all active Google Kubernetes Engine clusters within the configured project environment.

Can I start and stop GCP compute instances using gcloud?

Yes, you can start, stop, and describe individual GCP compute instances using gcloud commands. This Skill provides a unified interface to control the operational state of your virtual machines directly.

What is the best way to manage GCS storage objects from the command line?

Managing GCS storage objects is best done by executing gcloud CLI commands to list buckets and perform copy or remove operations. This Skill simplifies interacting with Google Cloud Storage resources directly.

Do I need to configure authentication before managing GKE clusters?

Yes, configuring authentication and setting up your GCP project are required before managing GKE clusters. This Skill relies on properly authenticated gcloud CLI credentials to execute commands.

Does this approach work for both Kubernetes and compute instance control?

Yes, this approach works for both Kubernetes and compute instance control by leveraging gcloud CLI commands. It supports listing GKE clusters alongside starting, stopping, and describing individual compute instances.