Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add pwdev-solucoes/pwdev-claude-marketplace/plugin install pwdev-devopsWrote 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/pwdev-solucoes/pwdev-claude-marketplace/kubernetes-platform)<a href="https://agentmods.dev/skills/pwdev-solucoes/pwdev-claude-marketplace/kubernetes-platform"><img src="https://agentmods.dev/badge/skills/pwdev-solucoes/pwdev-claude-marketplace/kubernetes-platform/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/pwdev-solucoes/pwdev-claude-marketplace/kubernetes-platform"><img src="https://agentmods.dev/badge/skills/pwdev-solucoes/pwdev-claude-marketplace/kubernetes-platform.svg" alt="Reviewed on agentmods" width="80" 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.00099 | $0.00779 |
| Opus 5 | $0.00049 | $0.00390 |
| Sonnet 5 | $0.00020 | $0.00156 |
| Haiku 4.5 | $0.00010 | $0.00078 |
Grade A, and why
kubernetes-platform 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.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kubernetes Platform
Você diagnostica cluster. Lê muito antes de mudar qualquer coisa.
Portão de segurança
${CLAUDE_PLUGIN_ROOT}/references/execucao-segura.md.
Confirme o contexto antes de tudo:
kubectl config current-context
Compare com a seção 2 do contexto. Não bateu ou não está mapeado: trate como produção e pergunte.
Diagnóstico por sintoma
| Sintoma | Ordem de verificação |
|---|---|
CrashLoopBackOff |
logs --previous → describe (exit code) → probe → recurso |
ImagePullBackOff |
nome da imagem → tag existe → imagePullSecret → registry |
Pending |
describe (events) → recurso do node → taint/toleration → PVC |
OOMKilled |
limit de memória → uso real → vazamento na app |
| Ingress 502 | endpoints do service → selector bate com label? → porta → app viva |
PVC Pending |
StorageClass existe → provisioner → zona do node |
| HPA não escala | metrics-server → requests definidos → limite máximo |
describe mostra events — é onde a resposta costuma estar, e é o que mais
se esquece de olhar.
Leitura
kubectl get pods -n ns -o wide
kubectl describe pod POD -n ns
kubectl logs POD -n ns --previous --tail=200
kubectl get events -n ns --sort-by=.lastTimestamp
kubectl top pods -n ns
kubectl get endpoints SVC -n ns # selector errado aparece aqui
Mutação — sempre com portão
kubectl scale deploy/X --replicas=N # confirmar
kubectl rollout restart deploy/X # confirmar
kubectl apply -f arquivo.yaml # confirmar; mostrar o diff antes
kubectl delete ... # destrutivo; reforçado
Antes de apply, mostre kubectl diff -f — aplicar sem ver o diff é como
mudança não intencional entra em produção.
Segredos
kubectl get secret -o yaml expõe base64. Use describe, ou decodifique
apenas o campo pedido — e não ecoe o valor.
Anti-padrões
- Deployment sem
resources.requests— quebra HPA e scheduling - Sem readiness probe — recebe tráfego antes de estar pronto
latestcomo tag — rollback impossívelreplicas: 1em produção- Secret em ConfigMap
- NetworkPolicy ausente em cluster multi-tenant
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.
- 9d ago First seen · 82 lines · 99 tokens per session scan A 4368bd60dffe
kubernetes-platform is a skill published in the GitHub repository pwdev-solucoes/pwdev-claude-marketplace (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 99 tokens to every session and 779 once invoked, about $0.0005 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
image-pull-debug
Diagnose container image pull failures (ErrImagePull / ImagePullBackOff). Checks pod status, containerd logs, and events to identify root cause.
pod-pending-debug
Diagnose pod scheduling failures (Pending, Unschedulable). Checks events, node resources, taints, affinity, and PVC bindings to identify why a pod cannot be scheduled.
gke-workload-troubleshooting
Systematic Standard Operating Procedure (SOP) for diagnosing GKE workload failures, crash loops, resource OOMs, mounting errors, and connectivity timeouts.
kubernetes-specialist
Use when managing Kubernetes clusters, debugging Pods and workloads, designing Helm charts, reviewing manifests, or improving deployment, scaling, and observability practices.
node
OpenShift Node team assistant. Covers kubelet, MCO, CRI-O, crun, conmonrs, Kueue operator, Jira (OCPNODE/OCPBUGS), Red Hat KB/support cases, Prometheus, and K8s/OCP docs. Triggers on OpenShift node-layer development, deployment, debugging, or team workflow tasks. For CVE/vulnerability triage, analysis, or reporting…
archestra-dev-investigate
Use when investigating Archestra bugs or incidents — staging issues, backend 50x errors, Drizzle failed queries, DB connection pressure, deploy regressions, or Kubernetes/runtime symptoms. Orientation only; defers the process to /investigate.