google-cloud-ninja

google-cloud-ninja is a skill for Claude Code, Codex from fabricioctelles/jump-skills. It costs 131 tokens per session (4,419 once invoked), scanned A, original, MIT.

A routing skill for Google Cloud Platform, the collection of Google's cloud services. It selects specialist instructions for cloud architecture, infrastructure, databases, networking, monitoring, security, and cost work.

In plain words
What is it for?
Use it when setting up projects, deploying services, managing cloud databases or networks, monitoring systems, securing infrastructure, or controlling cloud costs.
Why use it?
It removes the need to find the right instructions among many Google Cloud services. It can direct a broad cloud task to a more specific skill.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when setting up projects, deploying services, managing cloud databases or networks, monitoring systems, securing infrastructure, or controlling cloud costs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fabricioctelles/jump-skills/google-cloud-ninja
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.

Any agent
npx skills add fabricioctelles/jump-skills --skill google-cloud-ninja
Clone the repo
git clone --depth 1 https://github.com/fabricioctelles/jump-skills

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 google-cloud-ninja

README.md
[![agentmods](https://agentmods.dev/badge/skills/fabricioctelles/jump-skills/google-cloud-ninja/github.svg)](https://agentmods.dev/skills/fabricioctelles/jump-skills/google-cloud-ninja)
Your own site
<a href="https://agentmods.dev/skills/fabricioctelles/jump-skills/google-cloud-ninja"><img src="https://agentmods.dev/badge/skills/fabricioctelles/jump-skills/google-cloud-ninja/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for google-cloud-ninja

Your own site · 80×15
<a href="https://agentmods.dev/skills/fabricioctelles/jump-skills/google-cloud-ninja"><img src="https://agentmods.dev/badge/skills/fabricioctelles/jump-skills/google-cloud-ninja.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,419 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00131 $0.04419
Opus 5 $0.00066 $0.02210
Sonnet 5 $0.00026 $0.00884
Haiku 4.5 $0.00013 $0.00442

Measured 7d ago against content hash 1e812370c01b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

google-cloud-ninja 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 7d 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.

ninjas/google-cloud-ninja/SKILL.md · 216 lines

How it starts

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

Google Cloud Ninja

Jump Skill — Master orchestrator that routes Google Cloud tasks to 85+ specialized skills from official Google repositories.

Purpose

This skill acts as an intelligent router to the comprehensive Google Cloud skills library. Instead of manually searching for the right skill, describe your GCP task and this skill will:

  1. Identify the most relevant specialized skill(s)
  2. Load the full skill instructions on demand
  3. Execute the task with expert-level GCP knowledge

Skill Catalog

Getting Started

Skill Path Use When
google-cloud-recipe-auth {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/google-cloud-recipe-auth/ Authentication, ADC, service accounts, authorization
google-cloud-recipe-onboarding {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/google-cloud-recipe-onboarding/ First project setup, billing, initial deployment
google-cloud-recipe-foundation-builder {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/google-cloud-recipe-foundation-builder/ Landing zone, org policies, hierarchy, security guardrails

GKE (Google Kubernetes Engine)

Skill Path Use When
gke-basics {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-basics/ Cluster creation, Autopilot vs Standard, Workload Identity
gke-cluster-creation {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-cluster-creation/ Production cluster provisioning, templates
gke-networking {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-networking/ Private clusters, VPC-native, Dataplane V2, IP planning
gke-service-networking {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-service-networking/ Gateway API, Ingress, Cloud Armor, NEGs, PSC
gke-storage {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-storage/ PVCs, Filestore, GCS FUSE
gke-workload-scaling {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-workload-scaling/ HPA, VPA, autoscaling
gke-cluster-autoscaler {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-cluster-autoscaler/ Node autoscaling, NAP
gke-compute-classes {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-compute-classes/ Spot VMs, GPUs/TPUs, machine families
gke-platform-security {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-platform-security/ RBAC, Binary Authorization, Shielded Nodes
gke-workload-security {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-workload-security/ Workload Identity, Network Policies, Pod Security
gke-reliability {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-reliability/ PDBs, health probes, topology spread
gke-upgrades {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-upgrades/ Cluster upgrades, maintenance windows
gke-backup-dr {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-backup-dr/ Backup for GKE, disaster recovery
gke-observability {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-observability/ Logging, Monitoring, managed Prometheus
gke-cost-analysis {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-cost-analysis/ GKE cost queries, BigQuery exports
gke-cost-optimization {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-cost-optimization/ Rightsizing, Spot VMs, CUDs
gke-multitenancy {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-multitenancy/ Namespace isolation, quotas, team RBAC
gke-app-onboarding {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-app-onboarding/ Containerization, deployment manifests
gke-manifest-generation {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-manifest-generation/ Production-ready YAML generation
gke-golden-path {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-golden-path/ Configuration defaults, best practices
gke-productionize {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-productionize/ Production readiness reviews
gke-workload-troubleshooting {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-workload-troubleshooting/ CrashLoopBackOff, OOMKilled, ImagePullBackOff
gke-batch-hpc {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-batch-hpc/ Batch jobs, HPC workloads
gke-inference {{JUMP_SKILLS_DIR}}/repos/google-cloud-ninja/skills/skills/cloud/gke-inference/ AI/ML inference, GPUs, TPUs, model servers

Read the full file on GitHub · 216 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. 7d ago First seen · 216 lines · 131 tokens per session scan A 1e812370c01b

Subscribe to this mod's changes

google-cloud-ninja is a skill published in the GitHub repository fabricioctelles/jump-skills (28 stars, last pushed yesterday), licensed MIT. It adds 131 tokens to every session and 4,419 once invoked, about $0.0007 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-09-04.

Related

Other skills, from other repositories

aws-cli

CLI-first AWS orchestration skill for Lambda, ECS/Fargate, and S3 workflows rooted in .☁️ runbooks.

elasticdotventures/_b00t_ · 31 tokens

azure-eventhub-dotnet

Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming"…

microsoft/skills · 94 tokens

azure-mgmt-apimanagement-dotnet

Azure Resource Manager SDK for API Management in .NET. Use for MANAGEMENT PLANE operations: creating/managing APIM services, APIs, products, subscriptions, policies, users, groups, gateways, and backends via Azure Resource Manager. Triggers: "API Management", "APIM service", "create APIM", "manage APIs"…

microsoft/skills · 97 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

azure-servicebus-dotnet

Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. Use for reliable message delivery, pub/sub patterns, dead letter handling, and background processing. Triggers: "Service Bus", "ServiceBusClient", "ServiceBusSender", "ServiceBusReceiver", "ServiceBusProcessor"…

microsoft/skills · 86 tokens

python-appservice-deploy

Deploy Python (Flask/Django/FastAPI) code to Azure App Service Linux. WHEN: "Flask App Service", "Django App Service", "FastAPI App Service", "deploy Python to App Service". DO NOT USE FOR: Container Apps, Functions, non-Python, Terraform/Bicep/IaC, full infra — use azure-prepare.

microsoft/skills · 81 tokens