Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alphaonedev avatar

Gcp Gke

  • 38 installs
  • 6 repo stars
  • Updated March 13, 2026
  • alphaonedev/openclaw-graph

gcp-gke is a Claude Code skill that provides architecture guidance and cost modeling for deploying containerized applications on Google Kubernetes Engine.

About

gcp-gke is a skill that gives an agent architecture guidance, cost modeling, and pre-flight IAM requirements for running containerized applications on Google Kubernetes Engine. It delegates all actual provisioning to the official Google Cloud Python client libraries. A developer consults it when selecting GCP services, estimating GKE cost, or setting up Workload Identity Federation.

  • Architecture and cost-modeling guidance for running containers on Google Kubernetes Engine
  • Delegates provisioning to the official Google Cloud Python SDK
  • Covers IAM / Workload Identity Federation pre-flight requirements

Gcp Gke by the numbers

  • 38 all-time installs (skills.sh)
  • +5 installs in the week ending Jun 23, 2026 (Skillselion tracking)
  • Ranked #765 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Data as of Jul 7, 2026 (Skillselion catalog sync)
At a glance

gcp-gke capabilities & compatibility

Requires a Google Cloud account and GCP billing; incurs standard GKE/GCP usage cost

Capabilities
gcp storage · gcp terraform · gcp vertexai
Works with
gcp · kubernetes · terraform
Use cases
devops · ci cd
Runs
Runs locally
Pricing
Bring your own API key
From the docs

What gcp-gke says it does

Manage and deploy containerized applications on Google Kubernetes Engine for scalable cloud-native orchestration.
SKILL.md
This skill delegates all GCP provisioning and operations to the official Google Cloud Python client libraries.
SKILL.md
Pre-flight IAM / Workload Identity Federation requirements
SKILL.md
npx skills add https://github.com/alphaonedev/openclaw-graph --skill gcp-gke

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs38
repo stars6
Last updatedMarch 13, 2026
Repositoryalphaonedev/openclaw-graph

What it does

Consult it when architecting or provisioning containerized workloads on Google Kubernetes Engine.

Who is it for?

GCP service selection, GKE cost estimation, and IAM/Workload Identity pre-flight planning

When should I use this skill?

planning or provisioning containerized workloads on Google Kubernetes Engine

By the numbers

  • Lists 5 GCP service client libraries to install (bigquery, storage, pubsub, run, aiplatform)

Files

SKILL.mdMarkdownGitHub ↗

gcp-gke

Google Cloud Integration

This skill delegates all GCP provisioning and operations to the official Google Cloud Python client libraries.

# Core GCP client library
pip install google-cloud-python

# Vertex AI + Agent Engine (AI/ML workloads)
pip install google-cloud-aiplatform

# Specific service clients (install only what you need)
pip install google-cloud-bigquery      # BigQuery
pip install google-cloud-storage       # Cloud Storage
pip install google-cloud-pubsub        # Pub/Sub
pip install google-cloud-run           # Cloud Run

SDK Docs: https://github.com/googleapis/google-cloud-python Vertex AI SDK: https://cloud.google.com/vertex-ai/docs/python-sdk/use-vertex-ai-python-sdk

Use the Google Cloud Python SDK for all GCP provisioning and operational actions. This skill provides architecture guidance, cost modeling, and pre-flight requirements — the SDK handles execution.

Architecture Guidance

Consult this skill for:

  • GCP service selection and trade-off analysis
  • Cost estimation and optimization (committed use discounts, sustained use)
  • Pre-flight IAM / Workload Identity Federation requirements
  • IaC approach (Terraform AzureRM vs Deployment Manager vs Config Connector)
  • Integration patterns with Google Workspace and other GCP services
  • Vertex AI Agent Engine for multi-agent workflow design

Agent & AI Capabilities

CapabilityTool
LLM agentsVertex AI Agent Engine
Model servingVertex AI Model Garden
RAGVertex AI Search + Embeddings API
Multi-agentAgent Development Kit (google/adk-python)
MCPVertex AI Extensions (MCP-compatible)

Reference

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.