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 rohitg00/kubectl-mcp-server --skill k8s-cligit clone --depth 1 https://github.com/rohitg00/kubectl-mcp-serverWrote 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/rohitg00/kubectl-mcp-server/k8s-cli)<a href="https://agentmods.dev/skills/rohitg00/kubectl-mcp-server/k8s-cli"><img src="https://agentmods.dev/badge/skills/rohitg00/kubectl-mcp-server/k8s-cli.svg" alt="Measured on agentmods" 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.00039 | $0.01391 |
| Opus 5 | $0.00019 | $0.00696 |
| Sonnet 5 | $0.00008 | $0.00278 |
| Haiku 4.5 | $0.00004 | $0.00139 |
Grade A, and why
k8s-cli 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 7d 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 — 247 lines — stays where its author put it; the contents beside it link to each section on GitHub.
kubectl-mcp-server CLI
Command-line interface for kubectl-mcp-server operations.
When to Apply
Use this skill when:
- User mentions: "CLI", "command line", "tool discovery", "server health"
- Operations: listing tools, calling tools directly, checking dependencies
- Keywords: "doctor", "tools list", "call", "grep", "info"
Priority Rules
| Priority | Rule | Impact | Tools |
|---|---|---|---|
| 1 | Run doctor to check dependencies | CRITICAL | kubectl-mcp-server doctor |
| 2 | Use tools -d for descriptions | HIGH | kubectl-mcp-server tools -d |
| 3 | Use grep for tool discovery | MEDIUM | kubectl-mcp-server grep |
| 4 | Use call for direct invocation | MEDIUM | kubectl-mcp-server call |
Quick Reference
| Task | Command | Example |
|---|---|---|
| List tools | tools -d |
kubectl-mcp-server tools -d |
| Search tools | grep |
kubectl-mcp-server grep "*pod*" |
| Call tool | call |
kubectl-mcp-server call get_pods '{"namespace": "default"}' |
| Check health | doctor |
kubectl-mcp-server doctor |
Server Commands
Start Server
# stdio transport (for Claude Desktop)
kubectl-mcp-server serve
# HTTP transport (for remote clients)
kubectl-mcp-server serve --transport streamable-http --port 8000
# With debug logging
MCP_DEBUG=true kubectl-mcp-server serve
Check Health
# Verify dependencies
kubectl-mcp-server doctor
# Shows:
# ✓ kubectl: found
# ✓ helm: found
# ✓ kubeconfig: valid
# ✓ cluster: connected
Tool Discovery
List Tools
# List all tools
kubectl-mcp-server tools
# List with descriptions
kubectl-mcp-server tools -d
# JSON output
kubectl-mcp-server tools --json
Search Tools
# Search by pattern
kubectl-mcp-server grep "*pod*"
kubectl-mcp-server grep "*helm*"
kubectl-mcp-server grep "*velero*"
# Results show matching tool names
Tool Schema
# Show tool parameters
kubectl-mcp-server tools get_pods
kubectl-mcp-server tools install_helm_chart
# Shows:
# - Description
# - Parameters (name, type, required)
# - Return type
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.
- 7d ago First seen · 247 lines · 39 tokens per session scan A c4b7f58391f9
k8s-cli is a skill published in the GitHub repository rohitg00/kubectl-mcp-server (957 stars, last pushed 5mo ago), licensed MIT. It adds 39 tokens to every session and 1,391 once invoked, about $0.0002 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
securing-helm-chart-deployments
Secure Helm chart deployments by validating chart integrity, scanning templates for misconfigurations, and enforcing security contexts in Kubernetes releases.
nvcf-explore-stack
Navigate and explain the NVCF self-hosted stack inside the monorepo. Maps helmfile releases to their charts, image-source subtrees, helm hooks, namespaces, and needs: dependency chains. Reads deploy/stacks/self-managed/helmfile.d/.yaml.gotmpl and deploy/stacks/nvcf-compute-plane/helmfile.d/.yaml.gotmpl as the source…
kubernetes
Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging.
kubernetes-docs
Kubernetes 1.36 — Pods, Deployments, Services, Ingress, ConfigMaps, Secrets, RBAC, CRDs, Operators, kubectl, Helm.
bazel-k8s-expert
Expert knowledge for deploying Quarkus/Java applications to Kubernetes using Bazel. Covers rulesk8s, Helm, Kustomize, ConfigMaps, Secrets, and health probes.
deployment
Kubernetes Deployment 管理.