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.
npx agentmods add skills/msapps-mobile/claude-plugins/gcloud-cli-health-checknpx skills add MSApps-Mobile/claude-plugins --skill gcloud-cli-health-checkgit clone --depth 1 https://github.com/MSApps-Mobile/claude-pluginsWrote 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.
[](https://agentmods.dev/skills/msapps-mobile/claude-plugins/gcloud-cli-health-check)<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>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.
| Model | Per session | Once 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 |
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.
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 | socialjetopsagent — accessed 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.
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.
- 6d ago First seen · 224 lines · 175 tokens per session scan A e02cce9a4296
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.
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…
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…
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).
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.
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.
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.