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 skills add notque/vexjoy-agent --skill kubernetesgit clone --depth 1 https://github.com/notque/vexjoy-agentWrote 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/notque/vexjoy-agent/kubernetes)<a href="https://agentmods.dev/skills/notque/vexjoy-agent/kubernetes"><img src="https://agentmods.dev/badge/skills/notque/vexjoy-agent/kubernetes/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.
<a href="https://agentmods.dev/skills/notque/vexjoy-agent/kubernetes"><img src="https://agentmods.dev/badge/skills/notque/vexjoy-agent/kubernetes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00018 | $0.01021 |
| Opus 5 | $0.00009 | $0.00511 |
| Sonnet 5 | $0.00004 | $0.00204 |
| Haiku 4.5 | $0.00002 | $0.00102 |
Grade A, and why
kubernetes 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 5d 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 — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kubernetes Skill
Kubernetes debugging, security hardening, and infrastructure tooling. Covers pod triage, RBAC, network policies, and cobaltcore hypervisor components.
Reference Loading Table
| Signal | Reference | Size |
|---|---|---|
| CrashLoopBackOff, OOMKilled, config error, health check, liveness probe, ImagePullBackOff, Pending, FailedScheduling | references/crash-diagnosis.md |
~140 lines |
| service resolution, DNS, CoreDNS, port-forward, NetworkPolicy ingress/egress | references/network-debugging.md |
~50 lines |
| CPU throttling, memory limit, OOMKill, ephemeral storage, DiskPressure, debug container | references/resource-debugging.md |
~100 lines |
| RBAC, Role, RoleBinding, ClusterRole, ServiceAccount, least-privilege | references/rbac-patterns.md |
~60 lines |
| PodSecurity, SecurityContext, runAsNonRoot, readOnlyRootFilesystem, restricted, baseline | references/pod-security.md |
~90 lines |
| NetworkPolicy, default-deny, allow-list, namespace isolation | references/network-policies.md |
~70 lines |
| cosign, Kyverno, OPA, admission controller, Sealed Secrets, External Secrets | references/supply-chain.md |
~120 lines |
| kvm-exporter, metrics, prometheus, libvirt, hypervisor, collector, scrape, steal time, NUMA, cgroups, cloud hypervisor | references/cobalt-kvm-exporter.md |
~800 lines |
| cobaltcore concurrency, goroutine, semaphore, TryLock | references/cobalt-concurrency-patterns.md |
~200 lines |
| cobaltcore testing, mock, moq, Kind cluster | references/cobalt-testing-patterns.md |
~200 lines |
| kubernetes debugging process, triage flow, diagnosis routing | references/kubernetes-debugging.md |
~50 lines |
| kubernetes security process, RBAC + pod security + network hardening | references/kubernetes-security.md |
~50 lines |
| cobaltcore overview, KVM exporter architecture, component identification | references/cobalt-core.md |
~50 lines |
Loading rule. Read the references whose signals match the task before responding.
What ships with it
13 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/cobalt-concurrency-patterns.md 9.4 KB
- references/cobalt-core.md 1.4 KB
- references/cobalt-kvm-exporter.md 17 KB
- references/cobalt-testing-patterns.md 9.4 KB
- references/crash-diagnosis.md 4.8 KB
- references/kubernetes-debugging.md 1.9 KB
- references/kubernetes-security.md 1.6 KB
- references/network-debugging.md 1.6 KB
- references/network-policies.md 1.9 KB
- references/pod-security.md 3.1 KB
- references/rbac-patterns.md 1.9 KB
- references/resource-debugging.md 3.7 KB
- references/supply-chain.md 3.7 KB
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.
- 5d ago First seen · 99 lines · 18 tokens per session scan A 749045ce45b0
kubernetes is a skill published in the GitHub repository notque/vexjoy-agent (419 stars, last pushed 4d ago), licensed MIT. It adds 18 tokens to every session and 1,021 once invoked, about $0.0001 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.
Other skills, from other repositories
docker-devops
Docker/K8s: Dockerfile, multi-stage, compose, manifests, Helm. Triggers: Docker, Dockerfile, container, Kubernetes, k8s, compose, Helm, pod.
health
Service/infra health via liveness/readiness checks, resource usage, quick diagnostics. Triggers: health check, services up, system status, infra health, degraded service.
apple-container
Apple's open-source container CLI to build, run, and manage OCI/Linux containers as lightweight per-container VMs on Apple-silicon macOS — no Docker daemon required. Use when the user mentions the container CLI, "apple container", running or building containers on macOS without Docker/Podman, container run, container…
docker-packaging
This skill should be used when the user says "create Dockerfile", "dockerize project", "Docker packaging", "container setup", "multi-stage build", "Docker Compose", "containerize application", "create docker-compose.yml", "create .dockerignore", "optimize Docker image", or wants to containerize their project or create…
infra-ci-cd-docker
Docker containerization patterns for Node.js/TypeScript development and production.
infra-containers-kubernetes
Kubernetes manifests, Helm charts, Kustomize overlays, and resource patterns.