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 Knuckles-Team/container-manager-mcp --skill kubernetes-mesh-provisionergit clone --depth 1 https://github.com/Knuckles-Team/container-manager-mcpWrote 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/knuckles-team/container-manager-mcp/kubernetes-mesh-provisioner)<a href="https://agentmods.dev/skills/knuckles-team/container-manager-mcp/kubernetes-mesh-provisioner"><img src="https://agentmods.dev/badge/skills/knuckles-team/container-manager-mcp/kubernetes-mesh-provisioner/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/knuckles-team/container-manager-mcp/kubernetes-mesh-provisioner"><img src="https://agentmods.dev/badge/skills/knuckles-team/container-manager-mcp/kubernetes-mesh-provisioner.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.00060 | $0.01697 |
| Opus 5 | $0.00030 | $0.00848 |
| Sonnet 5 | $0.00012 | $0.00339 |
| Haiku 4.5 | $0.00006 | $0.00170 |
Grade C, and why
kubernetes-mesh-provisioner 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 12d 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.
`/root/.kube/config`, and the relevant `K8S*TOOL=True` env vars set How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kubernetes Mesh Provisioner Skill
Stateless atomic operation to establish a multi-node RKE2 Kubernetes cluster
with an eBPF dataplane — the Kubernetes counterpart of swarm-mesh-provisioner.
RKE2 is the CIS-hardened, real-etcd sibling of k3s in the SUSE/Rancher
ecosystem, so the same cluster scales from homelab to production without
re-platforming.
Prerequisites
container-manager-mcp— withCONTAINER_MANAGER_TYPE=kubernetesfor node introspection (list_nodes,update_nodelabels/cordon) once the cluster is up.tunnel-manager-mcp— for remote command execution (RKE2 install + config) on each host over SSH.- NIC bonds applied first. Cilium's tunnel data-path hits the same multi-NIC
egress instability as Swarm's VXLAN unless each node has a deterministic
canonical IP (run
nic-bond-provisionerand validate cross-node reachability before this skill).
Every step is idempotent: check the desired state, act only on drift.
Steps
Step 1: Install RKE2 Server (control plane)
On the manager node R820 (10.0.0.13):
- If
systemctl is-active rke2-serveris already active, skip to token retrieval. - Otherwise install RKE2 server, write
/etc/rancher/rke2/config.yamlwithcni: cilium,node-labelentries (name=R820), and the cluster CIDR; thensystemctl enable --now rke2-server. - Retrieve the node-join token from
/var/lib/rancher/rke2/server/node-tokenand the kubeconfig from/etc/rancher/rke2/rke2.yaml(rewrite the server URL tohttps://10.0.0.13:6443). - Trust the internal CA: add
registry.arpato/etc/rancher/rke2/registries.yamlso containerd pulls from the private registry.
Step 2: Join RKE2 Agents (workers)
For each worker — R710, R510, RW710, GR1080 (and GB10 if its throttled-vLLM soak passed):
- If
systemctl is-active rke2-agentis active, skip. - Otherwise install the RKE2 agent, write
/etc/rancher/rke2/config.yamlwithserver: https://10.0.0.13:9345, the join token, and node labels; thensystemctl enable --now rke2-agent. - Distribute
registries.yaml(registry.arpa + internal CA) to every agent. - GB10 is ARM64 (Grace-Blackwell); it joins as a tainted GPU agent
(
gpu=true:NoSchedule) so only GPU workloads with matching tolerations land there. Only arm64 images may schedule on it.
What ships with it
1 file 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.
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.
- 12d ago First seen · 119 lines · 60 tokens per session scan C 7f377f058d3b
kubernetes-mesh-provisioner is a skill published in the GitHub repository Knuckles-Team/container-manager-mcp (5 stars, last pushed 14d ago), licensed MIT. It adds 60 tokens to every session and 1,697 once invoked, about $0.0003 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-31.
Other skills, from other repositories
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.
Cloud Security & Container Hardening
AWS/Azure/GCP security auditing, container and Kubernetes hardening, Infrastructure as Code scanning, and cloud compliance assessment.
coolify
Use when self-hosting apps and databases with Coolify on a VPS you own — install, first-admin lockdown, Git-to-deploy (Nixpacks/Dockerfile/compose), managed Postgres/Redis, scheduled S3 backups, domains + auto-SSL. NOT a PaaS someone else runs (that is railway), NOT sizing/hardening the box (that is hetzner), NOT…
docker
Use when authoring or auditing a Dockerfile, shrinking a bloated image, hardening a container that runs as root, picking a base image, or wiring a Compose dev loop with hot reload. NOT CI builds or deploy-to-host (that is deployment), NOT k8s autoscaling (that is scaling), NOT app-level injection or secrets-in-code…
tao-run-on-kubernetes
Kubernetes execution platform — submits TAO container jobs as k8s Jobs with NVIDIA GPU scheduling; single-pod for one node, Indexed Jobs for multi-node distributed training. Use when running on EKS / GKE / AKS / on-prem clusters with the NVIDIA GPU Operator installed, or when integrating TAO into an existing…
kubernetes-docs
Kubernetes 1.36 — Pods, Deployments, Services, Ingress, ConfigMaps, Secrets, RBAC, CRDs, Operators, kubectl, Helm.