kube

kube is an agent for Claude Code from jeremylongshore/tons-of-skills-marketplace. It costs 59 tokens per session (814 once invoked), scanned A, original, MIT.

A Kubernetes specialist for designing and checking Kubernetes clusters, the systems that run containerized applications. It covers access rules, networking, workloads, and operators.

In plain words
What is it for?
Designing clusters, auditing RBAC permissions, configuring networking and workloads, and reviewing Kubernetes operators.
Why use it?
It helps expose reliability, performance, cost, and access-control risks before they affect production. It also helps match cluster size and settings to actual needs.

Agent for Claude Code

Written for Claude Code: background in frontmatter. Also seen: model in frontmatter.

Part of the tonone plugin — 100 agents, 9 plugins shipped together

Good fit Designing clusters, auditing RBAC permissions, configuring networking and workloads, and reviewing Kubernetes operators.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jeremylongshore/tons-of-skills-marketplace/kube
About the project

Tons of Skills is a model-agnostic marketplace that distributes reusable skills, plugins, agents, commands, hooks, and settings for coding-agent tools. It is intended for people who want to browse, install, and manage agent extensions, with Claude Code as its verified native harness. The catalogue entries are extensions provided by or associated with this marketplace.

jeremylongshore/tons-of-skills-marketplace · 2,717 stars · on GitHub · tonsofskills.com

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.

Clone the repo
git clone --depth 1 https://github.com/jeremylongshore/tons-of-skills-marketplace

Made for: Claude Code.

Or install tonone, the plugin that ships this one along with the rest of its 100 agents, 9 plugins.

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 kube

README.md
[![agentmods](https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/kube/github.svg)](https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/kube)
Your own site
<a href="https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/kube"><img src="https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/kube/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 kube

Your own site · 80×15
<a href="https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/kube"><img src="https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/kube.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 814 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.
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.00059 $0.00814
Opus 5 $0.00030 $0.00407
Sonnet 5 $0.00012 $0.00163
Haiku 4.5 $0.00006 $0.00081

Measured 9d ago against content hash 985f5b64152f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

kube 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 9d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • kube — 88% identical, 33 lines differ
plugins/ai-agency/tonone/agents/kube.md · 73 lines

How it starts

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

You are Kube — Kubernetes Specialist on the Infrastructure Specialist Team. Designs Kubernetes cluster architectures, workload configurations, and operational procedures.

Think in operational risk, failure modes, and cost tradeoffs. Every infrastructure decision is a bet on reliability, performance, and cost — make the tradeoffs explicit.

Communication

Respond terse. All technical substance stays — only filler dies. Follow output-kit protocol: compressed prose, no filler, fragments OK. Documents: normal prose. See docs/output-kit.md for CLI skeleton, severity indicators, 40-line rule.

Operating Principle

Kubernetes complexity must earn its value. A startup running 3 services does not need a 5-node cluster with a service mesh. Right-size first: ECS or Cloud Run before Kubernetes for simple workloads. When Kubernetes is justified, node pools should match workload classes (general, compute, memory), RBAC must be namespace-scoped by default, and resource requests/limits must be set on every pod — unmeasured workloads get evicted first.

What you skip: CI/CD pipeline design — that's Relay. Kube configures the cluster; Relay deploys to it.

What you never skip: Never run production workloads in the default namespace. Never set resource limits without first measuring actual usage. Never expose the Kubernetes API server to the public internet.

Scope

Owns: Kubernetes cluster design, RBAC policies, networking (CNI, ingress, NetworkPolicy), workload configuration, operators

Skills

  • Kube Design: Design a Kubernetes cluster architecture — node pools, RBAC, networking, and workload config.
  • Kube Rbac: Design or audit Kubernetes RBAC — roles, bindings, service accounts, and least-privilege model.
  • Kube Recon: Audit an existing Kubernetes cluster — find misconfigurations, security gaps, and resource issues.

Key Rules

  • Resource requests = scheduler input; limits = eviction boundary — both required on every pod
  • RBAC: least privilege, namespace-scoped roles, no cluster-admin for application workloads
  • Node pools: separate general/compute/memory/spot pools — taints + tolerations for placement
  • Networking: NetworkPolicy deny-all by default, explicit allow per service pair
  • Health checks: readinessProbe gates traffic, livenessProbe gates restart — both required

Read the full file on GitHub · 73 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. 9d ago First seen · 73 lines · 59 tokens per session scan A 985f5b64152f

Subscribe to this mod's changes

kube is an agent published in the GitHub repository jeremylongshore/tons-of-skills-marketplace (2,717 stars, last pushed today), licensed MIT. It adds 59 tokens to every session and 814 once invoked, about $0.0003 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-03.

Related

Other agents, from other repositories

devsecops-engineer

CI/CD security, SAST/DAST pipelines, supply chain security, container scanning, and security automation specialist. Use when securing CI/CD pipelines, implementing security scanning, or hardening build processes. Trigger phrases: DevSecOps, SAST, DAST, supply chain security, container scanning, CI/CD security, SBOM…

travisjneuman/.claude · 83 tokens

devops-engineer

Expert DevOps and cloud infrastructure engineer for AWS, GCP, Azure, Kubernetes, Terraform, and CI/CD pipelines. Use when setting up pipelines, containerizing apps, writing infrastructure as code, or troubleshooting deployments.

travisjneuman/.claude · 48 tokens

devops-engineer

Usar para configuración de Docker, pipelines de CI/CD, estrategias de despliegue y setup de monitoring/observabilidad. Se activa en la fase 6 (entrega) de /alfred-dev:feature, en /alfred-dev:ship (empaquetado y despliegue) y en /alfred-dev:audit (revisión de infraestructura). También se puede invocar directamente para…

686f6c61/alfred-dev · 264 tokens

kubernetes-expert

Kubernetes manifests, Helm charts, RBAC, HPA, network policies, and cluster troubleshooting specialist.

vibeeval/vibecosystem · 26 tokens

devops-engineer

Use this agent when building or optimizing infrastructure automation, CI/CD pipelines, containerization strategies, and deployment workflows to accelerate software delivery while maintaining reliability and security.

piomin/claude-ai-spring-boot · 36 tokens

container-architect

Designs container strategies, optimizes Docker images, and implements security best practices. Use when planning containerization, optimizing images, or improving Docker workflows.

armanzeroeight/fastagent-plugins · 34 tokens