operating-google-cloud

operating-google-cloud is a skill for Claude Code, Codex from GoogleCloudPlatform/gemini-cloud-assist-mcp. It costs 34 tokens per session (1,067 once invoked), scanned A, original, Apache-2.0.

A cloud-management tool for Google Cloud Platform (GCP) and Kubernetes, a system for running and managing containerized applications.

In plain words
What is it for?
Use it to inspect or change GCP resources, design cloud infrastructure, manage Kubernetes, and investigate deployment or infrastructure problems.
Why use it?
It gives you one route for asking about cloud resources, designing infrastructure, checking it against recommended practices, troubleshooting, and making changes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/googlecloudplatform/gemini-cloud-assist-mcp/operating-google-cloud
Any agent
npx skills add GoogleCloudPlatform/gemini-cloud-assist-mcp --skill operating-google-cloud
Clone the repo
git clone --depth 1 https://github.com/GoogleCloudPlatform/gemini-cloud-assist-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for operating-google-cloud

README.md
[![agentmods](https://agentmods.dev/badge/skills/googlecloudplatform/gemini-cloud-assist-mcp/operating-google-cloud.svg)](https://agentmods.dev/skills/googlecloudplatform/gemini-cloud-assist-mcp/operating-google-cloud)
Your own site
<a href="https://agentmods.dev/skills/googlecloudplatform/gemini-cloud-assist-mcp/operating-google-cloud"><img src="https://agentmods.dev/badge/skills/googlecloudplatform/gemini-cloud-assist-mcp/operating-google-cloud.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,067 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00034 $0.01067
Opus 5 $0.00017 $0.00534
Sonnet 5 $0.00007 $0.00213
Haiku 4.5 $0.00003 $0.00107

Measured 4d ago against content hash 08a0f3847d4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

operating-google-cloud scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/operating-google-cloud/SKILL.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Managing GCP and Kubernetes

Index

  1. Overview
  2. Tool Usage & Routing
  3. Instructions and Constraints

Overview

GCP and Kubernetes resources and mutations should use MCP tools. These tools are specialized backend agents. As the client agent, your role is to identify the intent and delegate the entire task verbatim to the appropriate intelligent tool.

Note: These tools are part of the gemini_cloud_assist and application_design_center MCP Servers. Tool names are qualified with their respective server names (e.g., gemini_cloud_assist:tool_name).

Tool Usage & Routing

  1. General Assistance & Orchestration: Use gemini_cloud_assist:ask_cloud_assist for general inquiries, estate queries (e.g., "List my active VMs"), low-complexity directives, and triage of ambiguous issues.

    • Triggers: Broad questions, status checks, exploratory queries, mutative directives (e.g., "Restart VM", "Scale cluster").
    • Routing: This is the default choice for intents that are purely informational or involve general cloud concepts.
  2. Infrastructure Design & Architecture: Use gemini_cloud_assist:design_infra for designing, architecting, or deploying infrastructure.

    • Commands:
      • manage_app_design: Use for comprehensive ADC application designs and IaC imports.
      • generate_terraform: Use for single-resource Terraform generation.
      • generate_gcloud / generate_bigquery: Use for generating CLI commands.
      • generate_kubernetes_yaml: Use for Kubernetes manifests.
      • debug_deployment: Use for debugging ADC deployment failures.
  3. Troubleshooting & Deep Diagnostics: Use gemini_cloud_assist:investigate_issue for specialized "SRE in a box" diagnostics and Root Cause Analysis (RCA).

    • Triggers: Outages, crashes, latency spikes, deep debugging, error log reasoning, and understanding application dependencies (topology).
    • Routing: Use when the user asks "Why" a failure occurred or needs remediation for a known incident.

Read the full file on GitHub · 57 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 57 lines · 34 tokens per session scan A 08a0f3847d4f

Subscribe to this mod's changes

operating-google-cloud is a skill published in the GitHub repository GoogleCloudPlatform/gemini-cloud-assist-mcp (67 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 34 tokens to every session and 1,067 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

deploy

Build, deploy, verify, or roll back this server on the host. Use when asked to ship a change, rebuild a container, update nginx, or diagnose why the service is down. Covers the memory-capped build, the reload-not-restart rule, and the unhealthy-container failure mode.

HalemoGPA/whatsapp-mcp-server · 61 tokens

uncloud

Use when managing an Uncloud cluster — deploying services, configuring Caddy ingress, adding static proxy routes for non-cluster devices, publishing ports, scaling, inspecting logs, or managing machines and volumes with the uc CLI.

JunMystery/Agent-Guidance-Python · 49 tokens

code-engine-deploy

IBM Code Engine deployment skill. Use when deploying, managing, or troubleshooting IBM Code Engine applications, jobs, secrets, config maps, domain mappings, container builds, or ICR images. Use for: deploy to code engine, code engine app, code engine job, build container image, push image, ICR registry, MCP tools…

markusvankempen/code-engine-mcp-server · 88 tokens

bun-guides-deployment

Deployment guides for Bun applications on AWS, Docker, Vercel, Fly.io, Railway, and other platforms.

LuigiColantuono/bun-docs-toolkit · 29 tokens

aks-deployment-troubleshooter

Diagnose and fix Kubernetes deployment failures, especially ImagePullBackOff, CrashLoopBackOff, and architecture mismatches. Battle-tested from 4-hour AKS debugging session with 10+ failure modes resolved.

mjunaidca/taskforce · 49 tokens

kubernetes-essentials

Quick reference for Kubernetes core concepts and kubectl commands. This skill should be used as a refresher for basic K8s operations including pods, deployments, services, configmaps, secrets, and namespaces. Use this skill when working with Kubernetes clusters for Phase IV+ deployments.

mjunaidca/taskforce · 61 tokens