Borrowing it
Nothing to install: this file belongs to ArthurVardevanyan/HomeLab. 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/ArthurVardevanyan/HomeLab/main/.agents/skills/kubernetes-skill/SKILL.mdgit clone --depth 1 https://github.com/ArthurVardevanyan/HomeLabWrote 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/arthurvardevanyan/homelab/kubernetes-skill)<a href="https://agentmods.dev/skills/arthurvardevanyan/homelab/kubernetes-skill"><img src="https://agentmods.dev/badge/skills/arthurvardevanyan/homelab/kubernetes-skill/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/arthurvardevanyan/homelab/kubernetes-skill"><img src="https://agentmods.dev/badge/skills/arthurvardevanyan/homelab/kubernetes-skill.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.00053 | $0.00272 |
| Opus 5 | $0.00026 | $0.00136 |
| Sonnet 5 | $0.00011 | $0.00054 |
| Haiku 4.5 | $0.00005 | $0.00027 |
Grade A, and why
kubernetes-skill 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 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.
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.
What it actually says
KubeShark (Kubernetes Skill)
This is a stub. The full skill content lives outside this repository at:
~/Projects/Code/kubernetes-skill/
Activation
Load the upstream workflow before responding to Kubernetes tasks:
- Read
~/Projects/Code/kubernetes-skill/SKILL.mdfor the failure-mode workflow. - Pull individual files from
~/Projects/Code/kubernetes-skill/references/on demand per the Conditional Reference Retrieval (CRR) pattern. Do not preload the full reference set. - For platform-specific work (EKS, GKE, AKS, OpenShift, GitOps controllers,
observability stacks), load the matching file from
~/Projects/Code/kubernetes-skill/references/conditional/.
Setup
If the local path is missing, clone it first:
git clone https://github.com/LukasNiessen/kubernetes-skill.git \
~/Projects/Code/kubernetes-skill
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 · 33 lines · 53 tokens per session scan A 9e56ffd0f9b7
kubernetes-skill is a skill published in the GitHub repository ArthurVardevanyan/HomeLab (21 stars, last pushed yesterday), licensed Unlicense. It adds 53 tokens to every session and 272 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-08-30.
Other skills, from other repositories
olares-chart
Olares app packaging and chart authoring via olares-cli chart — port a repo, docker-compose, or generic Helm chart; build/push the image; author, lint, package, and deploy an OlaresManifest; wire storage, middleware, entrances, env, and GPU; edit the chart after diagnosis. Runtime failure diagnosis is olares-doctor…
timoni
Use when deploying applications to Kubernetes with Timoni. Covers installing and upgrading module instances from OCI registries, composing multi-app deployments with bundles, injecting values from clusters or CI with runtimes, targeting multiple clusters, and authoring, testing, signing and publishing modules with CUE.
k8s-agent-sandbox-mcp
An MCP server skill for managing Kubernetes sandboxes. Enables creating, executing commands, managing files, and terminating instances via the official kubernetes-sigs/agent-sandbox MCP server.
nvca-self-managed-install
Install or validate the NVCA Operator chart against a self-managed NVCF control plane from the native monorepo. Use when the control plane comes from deploy/stacks/self-managed and NVCA must be installed with stack-derived image repository settings.
devops-deployment
Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.
image-pull-debug
Diagnose container image pull failures (ErrImagePull / ImagePullBackOff). Checks pod status, containerd logs, and events to identify root cause.