gcloud-cli-health-check

gcloud-cli-health-check is a skill for Claude Code from MSApps-Mobile/claude-plugins. It costs 175 tokens per session (2,490 once invoked), scanned A, original, MIT.

A diagnostic checklist for the Google Cloud command-line tool, known as gcloud, which is used to manage Google Cloud projects from a terminal.

In plain words
What is it for?
Use it to check Google Cloud authentication, projects, regions, APIs, access tokens, billing, IAM permissions, and service accounts.
Why use it?
It reveals missing installations, sign-in problems, unavailable services, billing issues, and permission or account configuration problems before deployment work fails.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the gcloud-cli-health-check plugin — 1 skill shipped together

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/msapps-mobile/claude-plugins/gcloud-cli-health-check
Any agent
npx skills add MSApps-Mobile/claude-plugins --skill gcloud-cli-health-check
Clone the repo
git clone --depth 1 https://github.com/MSApps-Mobile/claude-plugins

Made for: Claude Code.

Or install gcloud-cli-health-check, the plugin that ships this one along with the rest of its 1 skill.

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 gcloud-cli-health-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/msapps-mobile/claude-plugins/gcloud-cli-health-check.svg)](https://agentmods.dev/skills/msapps-mobile/claude-plugins/gcloud-cli-health-check)
Your own site
<a href="https://agentmods.dev/skills/msapps-mobile/claude-plugins/gcloud-cli-health-check"><img src="https://agentmods.dev/badge/skills/msapps-mobile/claude-plugins/gcloud-cli-health-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 175 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,490 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.1 $0.00175 $0.02490
Opus 5 $0.00088 $0.01245
Sonnet 5 $0.00035 $0.00498
Haiku 4.5 $0.00017 $0.00249

Measured 6d ago against content hash e02cce9a4296, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

gcloud-cli-health-check 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 6d 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.

plugins/gcloud-cli-health-check/skills/gcloud-cli-health-check/SKILL.md · 224 lines

How it starts

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

This skill may run in an automated/scheduled context with no user present. Execute all steps autonomously without asking clarifying questions. For write actions (send, post, create, update, delete), only take them if explicitly requested. When in doubt, produce a report of what you found.

Critical: Use Desktop Commander — Not the Bash Tool

All gcloud commands MUST run via mcp__Desktop_Commander__start_process. The Bash tool runs in a sandboxed Linux environment where gcloud is not installed AND the sandbox proxy returns 403 blocked-by-allowlist for every Google endpoint (dl.google.com, sdk.cloud.google.com, oauth2.googleapis.com, www.googleapis.com, accounts.google.com). The user's Mac has Google Cloud SDK installed at /opt/homebrew/bin/gcloud with auth already configured.

✅ mcp__Desktop_Commander__start_process  →  runs on user's Mac  →  gcloud found, auth available
❌ Bash tool                               →  runs in Linux sandbox →  gcloud not found, Google blocked

If Desktop Commander is unavailable, do NOT try to install gcloud in the sandbox — it is impossible (no network access to Google, no sudo). Write a report documenting the block and stop.

Expected State

Thing Expected value
gcloud binary /opt/homebrew/bin/gcloud (macOS, Homebrew)
Active account [email protected] (primary)
Active project opsagent-prod (project# 523955774086, display: "OpsAgent Production")
Compute region me-west1 (Israeli prod)
Secondary project socialjetopsagentaccessed as [email protected], michal has no IAM on it

Legacy project (informational, not a failure): opsagent-491114 exists on a different Google account ([email protected] / AI Studio auto-created) and returns PERMISSION_DENIED when queried as michal. Do NOT include it in the primary sweep.

Step 1 — Verify gcloud is installed

/opt/homebrew/bin/gcloud --version

Fall back to gcloud --version if the explicit path is missing. If both fail → mark Installation ❌ and stop.

Read the full file on GitHub · 224 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. 6d ago First seen · 224 lines · 175 tokens per session scan A e02cce9a4296

Subscribe to this mod's changes

gcloud-cli-health-check is a skill published in the GitHub repository MSApps-Mobile/claude-plugins (9 stars, last pushed 10d ago), licensed MIT. It adds 175 tokens to every session and 2,490 once invoked, about $0.0009 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-31.

Related

Other skills, from other repositories

rented-server-setup

Runs an open model in the cloud two ways, and makes the user choose with real numbers. Route A is OVHcloud AI Endpoints, an EU-owned per-token API with zero idle cost, for spiky usage and EU jurisdiction. Route B rents one single-tenant RunPod GPU pod in a region the user picks, serving the model on vLLM behind a…

naveedharri/benai-skills · 258 tokens

allow-team

Puts a running Open WebUI or Odysseus on a shareable public URL through an ngrok tunnel, so a teammate can sign in and use the local models without installing anything. Use when the user says "share Open WebUI with my team", "share Odysseus with my team", "let my colleague use my local AI", "expose Open WebUI", "share…

naveedharri/benai-skills · 181 tokens

azure-mcp-connection

Onboarding the azure-mcp connector in the WYRE MCP Gateway: Azure service-principal registration, the tenantId/clientId/clientSecret triple, least-privilege Reader-tier RBAC assignments, the gateway's read-only namespace allowlist, and connection verification and failure modes (expired secret, missing role assignment).

WYRE-AI/msp-claude-plugins · 68 tokens

azure-mcp-observability

The read-only observability half of the azure-mcp connector — the monitor, resourcehealth, applens, and advisor namespaces: Azure Monitor metrics, Log Analytics KQL, alert-rule state, platform health states, AppLens detectors, and Advisor recommendation categories, plus the degraded-resource investigation order.

WYRE-AI/msp-claude-plugins · 66 tokens

Axcient Clients

Axcient x360Recover clients: the healthstatus model, clientcode, the three-way protected-system counter breakdown (appliancebased, d2c, cloudarchive), and minting direct-to-cloud agent enrollment tokens.

WYRE-AI/msp-claude-plugins · 50 tokens

Axcient Jobs

Axcient x360Recover backup jobs: the BRC vs Replibit job-type split, per-job protection thresholds, and job run history with its starttimebegin pagination floor.

WYRE-AI/msp-claude-plugins · 42 tokens