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 agentmods add skills/yindia/rootcause/k8s-observabilitynpx skills add yindia/rootcause --skill k8s-observabilitygit 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-observability)<a href="https://agentmods.dev/skills/yindia/rootcause/k8s-observability"><img src="https://agentmods.dev/badge/skills/yindia/rootcause/k8s-observability.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.00042 | $0.00936 |
| Opus 5 | $0.00021 | $0.00468 |
| Sonnet 5 | $0.00008 | $0.00187 |
| Haiku 4.5 | $0.00004 | $0.00094 |
Grade A, and why
k8s-observability 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 5d 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 — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: k8s-observability
Metrics and logs triage for Kubernetes incidents using RootCause's vendor-neutral observability.* tools.
How this is decoupled from any specific vendor
RootCause's observability tools delegate to a configured backend (see observability.gcp.* in config.yaml for the GCP Stackdriver backend; future observability.prometheus.* etc. will plug in as siblings). Tool inputs and outputs are the same regardless of which backend serves them. Skill rules below apply to all backends.
The backend identifier appears in every tool response under the "backend" field — cite it in postmortems so reviewers know which provider's data was consulted.
Purpose
Use this skill for:
- triaging workload health with CPU / memory / restart-count metrics,
- pulling errors and warnings for a workload,
- finding the inflection point of an incident via bucketed error timelines,
- correlating logs with a
rootcause.incident_bundleevent window, - discovering metric descriptors and SLO configuration in the backend.
Strict Tooling Contract
Use only these observability tool names:
observability.metrics.queryobservability.metrics.workloadobservability.metrics.list_descriptorsobservability.metrics.slo_listobservability.logs.queryobservability.logs.workloadobservability.logs.error_timelineobservability.logs.correlated_with_bundle
Pair with these RootCause tools for evidence and correlation:
rootcause.incident_bundle(pass bothnamespaceandworkloadso observability steps trigger automatically)rootcause.change_timelinerootcause.rca_generate
Triggers
Enable when user intent includes:
- "diagnose workload using observability data",
- "show me errors for service",
- "what's the error rate trend",
- "find the inflection point",
- "correlate logs with the incident timeline",
- "what SLOs do we have",
- "list available metrics".
Workflow
- Confirm backend. If the active backend is GCP, confirm
observability.gcp.projectis set (or thatGOOGLE_CLOUD_PROJECTenv supplies it). Do not infer from kubeconfig — observability config is intentionally decoupled from cluster identity. - Build evidence. Call
rootcause.incident_bundlewithnamespace+workload. This auto-triggersobservability.metrics.workloadandobservability.logs.workloadwhen the observability toolset is enabled. - Find the inflection point. Call
observability.logs.error_timelinewith the same namespace + workload. UsebucketSize: 1mfor narrow incidents (≤15m),5mfor normal,15mfor multi-hour. For non-GKE clusters where logs come from a different monitored resource type, passresourceType(e.g.generic_node). - Pull correlated logs. Call
observability.logs.correlated_with_bundlewith the bundle from step 2 to get the exact log entries inside the bundle's event window. - SLO context. If the team has SLOs, call
observability.metrics.slo_listto surface goal / period. Live burn-rate is out of scope — useobservability.metrics.querywith a backend-native burn-rate query when needed. - Discovery. When a metric type is unfamiliar, call
observability.metrics.list_descriptorswith the backend's filter syntax to enumerate available signals.
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.
- 5d ago First seen · 74 lines · 42 tokens per session scan A 429e2b288dfa
k8s-observability is a skill published in the GitHub repository yindia/rootcause (42 stars, last pushed 3mo ago), licensed MIT. It adds 42 tokens to every session and 936 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
linkerd-expert
Expert-level Linkerd service mesh management, traffic control, reliability, and production operations. Use when the user mentions service mesh, Kubernetes, microservices, mTLS, or observability, or when the task involves Linkerd Architecture, Mesh Injection, Traffic Management, or Reliability Features.
bazel-k8s-expert
Expert knowledge for deploying Quarkus/Java applications to Kubernetes using Bazel. Covers rulesk8s, Helm, Kustomize, ConfigMaps, Secrets, and health probes.
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…
kubernetes-operator
Deploy and manage applications on Kubernetes. Covers deployments, services, ingress, HPA, secrets, and production-grade cluster configuration.
yandex-cloud
Read Yandex Cloud through its REST API. Applies to any question about VMs, metrics, logs, audit events, Kubernetes, managed databases, serverless, networking or any other Yandex Cloud resource. Never shell out to the yc CLI — it is not how this agent reaches Yandex Cloud and is usually not installed.
upgrade-cluster
Use when upgrading or hardening an existing kube-hetzner cluster, including module version bumps, provider lockfile refreshes, k3s/RKE2 channel/version upgrades, immutable node replacement, system-upgrade-controller changes, or live cluster rollout validation.