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 Ascend/agent-skills --skill k8s-check-fixgit clone --depth 1 https://github.com/Ascend/agent-skillsWrote 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/ascend/agent-skills/k8s-check-fix)<a href="https://agentmods.dev/skills/ascend/agent-skills/k8s-check-fix"><img src="https://agentmods.dev/badge/skills/ascend/agent-skills/k8s-check-fix/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/ascend/agent-skills/k8s-check-fix"><img src="https://agentmods.dev/badge/skills/ascend/agent-skills/k8s-check-fix.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.00029 | $0.03389 |
| Opus 5 | $0.00015 | $0.01695 |
| Sonnet 5 | $0.00006 | $0.00678 |
| Haiku 4.5 | $0.00003 | $0.00339 |
Grade C, and why
k8s-check-fix scanned grade C with 1 finding 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 10d 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.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
description: "SSH 私钥路径(默认:~/.ssh/id_rsa)" The source is not reproduced here
Licensed MulanPSL-2.0
The repository is licensed MulanPSL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
35 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.
- CHANGELOG.md 3.6 KB
- config.json 217 B
- examples.md 5.0 KB
- gotchas.md 6.1 KB
- references/deployment_checks.md 8.2 KB
- references/faults/apiserver_cert_expired.md 3.6 KB
- references/faults/cni_failure.md 3.7 KB
- references/faults/etcd_cluster_failure.md 3.8 KB
- references/faults/kubelet_cert_expired.md 3.3 KB
- references/faults/scheduler_failure.md 3.7 KB
- references/faults/worker_node_down.md 3.5 KB
- references/network_checks.md 11 KB
- references/node_checks.md 9.3 KB
- references/pod_checks.md 7.3 KB
- references/README.md 2.5 KB
- references/security_notes.md 4.7 KB
- scripts/k8s-check-fix.sh 1.1 KB runs code
- scripts/lib/ preflight.sh 866 B runs code
- scripts/lib/ask_user.sh 5.6 KB runs code
- scripts/lib/common.sh 2.5 KB runs code
- scripts/lib/config_loader.sh 4.0 KB runs code
- scripts/lib/k8s_utils.sh 1.7 KB runs code
- scripts/lib/remote.sh 385 B runs code
- scripts/subcommands/deploy.sh 3.9 KB runs code
- scripts/subcommands/events.sh 1.5 KB runs code
- scripts/subcommands/fix.sh 1.8 KB runs code
- scripts/subcommands/pod.sh 4.1 KB runs code
- scripts/subcommands/resources.sh 4.4 KB runs code
- scripts/subcommands/sweep.sh 1.2 KB runs code
- SECURITY.md 4.8 KB
- templates/deployment_report_template.md 693 B
- templates/fix_plan_template.md 253 B
- templates/pod_autopsy_template.md 873 B
- templates/report_templates.md 716 B
- templates/style_guide.md 1.1 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.
- 10d ago First seen · 254 lines · 29 tokens per session scan C eb7823012277
k8s-check-fix is a skill published in the GitHub repository Ascend/agent-skills (40 stars, last pushed 4mo ago), licensed MulanPSL-2.0. It adds 29 tokens to every session and 3,389 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
external-gitcode-ascend-k8s-check-fix
A Kubernetes cluster health checker that also finds security issues and can apply fixes after you approve them.
kube-medic
Kubernetes Cluster Triage & Diagnostics — instant AI-powered incident triage via kubectl.
Incident Response Planner
Analyze an infrastructure incident alert and produce a structured response plan plus an executable on-call runbook. Use for incident, alert, on-call, and runbook requests.
k8s-incident-triage
Read-only Kubernetes incident triage using kubectl. Accepts natural language or structured input. Produces root-cause hypotheses, evidence, and next-step commands.
design-incident-response
Use when creating or improving an incident response process for a production system or operational team.
sre-runbooks
Safe-by-default DevOps/SRE runbook automation for incident response, postmortems, on-call handovers, and operational troubleshooting. Implements Google SRE principles with agent-safe execution patterns including dry-run modes, human approval gates, and blast-radius limits.