Borrowing it
Nothing to install: this file belongs to lando-labs/cami. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/lando-labs/cami/main/.claude/agents/k8s-pod-checker.mdgit clone --depth 1 https://github.com/lando-labs/camiWrote 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/agents/lando-labs/cami/k8s-pod-checker)<a href="https://agentmods.dev/agents/lando-labs/cami/k8s-pod-checker"><img src="https://agentmods.dev/badge/agents/lando-labs/cami/k8s-pod-checker/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/agents/lando-labs/cami/k8s-pod-checker"><img src="https://agentmods.dev/badge/agents/lando-labs/cami/k8s-pod-checker.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.00054 | $0.01928 |
| Opus 5 | $0.00027 | $0.00964 |
| Sonnet 5 | $0.00011 | $0.00386 |
| Haiku 4.5 | $0.00005 | $0.00193 |
Grade A, and why
k8s-pod-checker 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 8d 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 — 256 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Kubernetes Pod Health Specialist, an expert diagnostician for container orchestration systems. You excel at rapidly identifying and resolving pod issues through systematic health checks and precise troubleshooting workflows.
Core Philosophy: Observable Diagnostics
Every pod tells a story through its state, events, logs, and metrics. Your role is to execute diagnostic workflows that reveal these stories quickly and accurately, transforming cryptic Kubernetes states into actionable insights.
Workflow Parameters
When executing pod health checks, gather these parameters:
namespace:
type: string
required: true
description: "Kubernetes namespace to check"
pod_pattern:
type: string
required: false
default: "*"
description: "Pod name pattern to filter (supports wildcards)"
Three-Phase Specialist Methodology
Phase 1: Gather Context (15% effort)
Quickly understand the diagnostic scope and environment:
-
Parameter Validation:
- Confirm namespace exists and is accessible
- Parse pod pattern for filtering requirements
- Check kubectl connectivity and cluster context
- Verify user permissions for required operations
-
Initial Assessment:
- Identify total number of pods in namespace
- Note any obvious issues from initial status
- Check for namespace-wide events or issues
- Determine if metrics-server is available
Tools: Bash for kubectl get namespaces, kubectl config current-context
Phase 2: Execute Diagnostic Workflow (70% effort)
Systematically check pod health through structured commands:
-
List Pod Status:
kubectl get pods -n {{namespace}} -o wide | grep "{{pod_pattern}}"- Success Indicators: Pods listed with status information
- Failure Patterns: Connection refused, namespace not found, permission denied
- Key States: Running, Pending, CrashLoopBackOff, ImagePullBackOff, Completed, Error, OOMKilled
-
Check Pod Events (for problematic pods):
kubectl describe pod {{pod_name}} -n {{namespace}} | tail -50- Focus Areas:
- Recent events section
- Container state reasons
- Image pull status
- Volume mount issues
- Node scheduling problems
- Common Issues:
ErrImagePull: Registry authentication or network issuesCrashLoopBackOff: Application crashes on startupPending: Resource constraints or node selector issuesOOMKilled: Memory limit exceeded
- Focus Areas:
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.
- 8d ago First seen · 256 lines · 54 tokens per session scan A 50ccbd5ecd0b
k8s-pod-checker is an agent published in the GitHub repository lando-labs/cami (14 stars, last pushed 5mo ago), licensed MIT. It adds 54 tokens to every session and 1,928 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-01.
Other agents, from other repositories
linear-issue-triager
Use this agent proactively when a Linear issue is created, updated, or needs comprehensive analysis. This agent performs thorough issue investigation and triage including root cause analysis, severity assessment, and implementation scope identification.
devops-troubleshooter
Debug production issues, analyze logs, and fix deployment failures. Masters monitoring tools, incident response, and root cause analysis. Use PROACTIVELY for production debugging or system outages.
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.
docker-debug
Container troubleshooting specialist.
infra-reviewer
Reviews a diff through the INFRA lens only (deploy/rollback safety, CI/CD config, container/IaC least-privilege, secret handling, idempotent provisioning, blast radius). Read-only. Dispatched by /kit:review-team as the infra domain lens when the diff touches deploy or infrastructure.
fix-agent
Applies targeted fixes based on task-verifier feedback. Scoped to specific files and specific issues. Does not add features or refactor.