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 yindia/rootcause --skill k8s-service-meshgit clone --depth 1 https://github.com/yindia/rootcauseWrote 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/yindia/rootcause/k8s-service-mesh)<a href="https://agentmods.dev/skills/yindia/rootcause/k8s-service-mesh"><img src="https://agentmods.dev/badge/skills/yindia/rootcause/k8s-service-mesh/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/yindia/rootcause/k8s-service-mesh"><img src="https://agentmods.dev/badge/skills/yindia/rootcause/k8s-service-mesh.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.00000 | $0.02591 |
| Opus 5 | $0.00000 | $0.01295 |
| Sonnet 5 | $0.00000 | $0.00518 |
| Haiku 4.5 | $0.00000 | $0.00259 |
Grade A, and why
k8s-service-mesh 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.
How it starts
The opening of the file, as written. The whole thing — 294 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: k8s-service-mesh
Comprehensive service mesh diagnostics and operations guidance for Istio and Linkerd using RootCause MCP tools only.
Scope
- Mesh control-plane readiness and degradation analysis.
- Data-plane proxy readiness, drift, and configuration inspection.
- Routing diagnostics for VirtualService, DestinationRule, Gateway, and HTTPRoute paths.
- mTLS and identity troubleshooting workflows.
- External dependency checks and blast-radius mapping.
- Namespace mesh footprint discovery and service-to-proxy mapping.
Tooling Rule
- Use RootCause tool names only.
- Do not use kubectl-style MCP aliases in this skill.
- Prefer mesh-specific tools first, then
k8s.describe,k8s.list,k8s.events, andk8s.events_timelinefor corroborating evidence.
Triggers
- istio
- linkerd
- service mesh
- envoy
- sidecar
- mesh traffic
- mTLS
- certificate rotation
- destination rule
- virtualservice
- gateway api
- httproute
- canary routing
- mirrored traffic
- service-to-service timeout
- retries causing overload
- identity handshake failures
Canonical Tool List
Istio
istio.healthistio.proxy_statusistio.config_summaryistio.service_mesh_hostsistio.discover_namespacesistio.pods_by_serviceistio.external_dependency_checkistio.proxy_clustersistio.proxy_listenersistio.proxy_routesistio.proxy_endpointsistio.proxy_bootstrapistio.proxy_config_dumpistio.cr_statusistio.virtualservice_statusistio.destinationrule_statusistio.gateway_statusistio.httproute_status
Linkerd
linkerd.healthlinkerd.proxy_statuslinkerd.identity_issueslinkerd.policy_debuglinkerd.cr_statuslinkerd.virtualservice_statuslinkerd.destinationrule_statuslinkerd.gateway_statuslinkerd.httproute_status
Supporting Kubernetes tools
k8s.describek8s.listk8s.eventsk8s.events_timelinek8s.network_debugk8s.config_debug
Priority Rules
What ships with it
2 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.
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 · 294 lines · 0 tokens per session scan A 04ad8c55839f
k8s-service-mesh is a skill published in the GitHub repository yindia/rootcause (42 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,591 tokens. 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
Kubernetes Testing Patterns
Kubernetes deployment testing including manifest validation, Helm chart testing, pod health checks, network policy testing, and rollback verification.
helm
A guide to Helm, a package manager for Kubernetes applications. Helm uses reusable packages called Charts to install, configure, upgrade, inspect, and remove groups of Kubernetes resources.
bazel-k8s-expert
Expert knowledge for deploying Quarkus/Java applications to Kubernetes using Bazel. Covers rulesk8s, Helm, Kustomize, ConfigMaps, Secrets, and health probes.
k8s-deployer
Kubernetes deployment management - generate manifests, Helm charts, manage rollouts, check cluster status, and apply security best practices.
kubernetes-review
Kubernetes & Cloud-Native Review: Reviews Kubernetes manifests, Helm charts, and cloud-native configurations for security, reliability, resource management, and best practices. Covers pods, deployments, services, ingress, RBAC, network policies, HPA, PDB, security contexts, and GitOps patterns. Use when the user…
k8s-ingress-gateway
A troubleshooting guide for Kubernetes Ingress and Gateway configurations. Kubernetes is a system for running containers, and Ingress and Gateway components route web traffic to those containers.