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-ai-coding/awesome-ascend-skills --skill k8s-check-fixgit clone --depth 1 https://github.com/ascend-ai-coding/awesome-ascend-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-ai-coding/awesome-ascend-skills/k8s-check-fix)<a href="https://agentmods.dev/skills/ascend-ai-coding/awesome-ascend-skills/k8s-check-fix"><img src="https://agentmods.dev/badge/skills/ascend-ai-coding/awesome-ascend-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-ai-coding/awesome-ascend-skills/k8s-check-fix"><img src="https://agentmods.dev/badge/skills/ascend-ai-coding/awesome-ascend-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.00036 | $0.03450 |
| Opus 5 | $0.00018 | $0.01725 |
| Sonnet 5 | $0.00007 | $0.00690 |
| Haiku 4.5 | $0.00004 | $0.00345 |
Grade C, and why
external-gitcode-ascend-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 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.
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
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 8d ago First seen · 261 lines · 36 tokens per session scan C 6754bd326399
external-gitcode-ascend-k8s-check-fix is a skill published in the GitHub repository ascend-ai-coding/awesome-ascend-skills (167 stars, last pushed yesterday), with no licence file. It adds 36 tokens to every session and 3,450 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
kube-medic
Kubernetes Cluster Triage & Diagnostics — instant AI-powered incident triage via kubectl.
k8s-check-fix
A guide for checking the health and security of Kubernetes clusters and repairing confirmed problems. Kubernetes is software for running and coordinating containers across servers.
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.
k8s-deployment-rollout
A troubleshooting workflow for failed Kubernetes Deployment releases and rolling updates that become stuck. Kubernetes is a system for running and managing containers.