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 REASY/k8s-ariadne-rs --skill ariadne-kubernetes-graphgit clone --depth 1 https://github.com/REASY/k8s-ariadne-rsWrote 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/reasy/k8s-ariadne-rs/ariadne-kubernetes-graph)<a href="https://agentmods.dev/skills/reasy/k8s-ariadne-rs/ariadne-kubernetes-graph"><img src="https://agentmods.dev/badge/skills/reasy/k8s-ariadne-rs/ariadne-kubernetes-graph/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/reasy/k8s-ariadne-rs/ariadne-kubernetes-graph"><img src="https://agentmods.dev/badge/skills/reasy/k8s-ariadne-rs/ariadne-kubernetes-graph.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.00065 | $0.00963 |
| Opus 5 | $0.00032 | $0.00481 |
| Sonnet 5 | $0.00013 | $0.00193 |
| Haiku 4.5 | $0.00006 | $0.00096 |
Grade A, and why
ariadne-kubernetes-graph 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 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.
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 — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ariadne Kubernetes Graph
Overview
Use this skill when the task is about Kubernetes state that is already available through Ariadne MCP.
The goal is to answer cluster questions with the cheapest reliable sequence of Ariadne tool calls, while avoiding unnecessary schema and health fetches.
When To Use
Use this skill for:
- live cluster questions answered through Ariadne MCP
- snapshot-backed cluster questions answered through Ariadne MCP
- translating operational questions into
graph_query - debugging failed or ambiguous Ariadne queries
- deciding when
graph_schemaorgraph_healthis actually needed
Do not use this skill for:
- codebase-only tasks
- generic Kubernetes explanations that do not depend on Ariadne data
- tasks where the user already provided the exact Cypher to run and no Ariadne-specific reasoning is needed
Default Workflow
- Decide whether the question is really about Ariadne-backed cluster state.
- Reuse prior successful Ariadne results from the same conversation when still relevant.
- Call
graph_querydirectly if the labels, edges, and property paths are already known. - Call
graph_schemaonly when query shape is uncertain, when working in an unfamiliar part of the graph, or after a schema or semantic failure. - Call
graph_healthonly when freshness, readiness, coverage, or sync lag materially affects the answer. - Keep queries narrow and use Cypher
LIMITfor exploratory reads. - Present results in a concise, operator-friendly format instead of dumping raw tool output.
Response Style
When answering through this skill:
- start with the direct answer or next action, not with tool narration
- prefer short headings only when they add clarity
- use flat bullets for multi-part findings
- summarize the result before listing rows or examples
- use fenced
cypherblocks only when the query is useful to show or debug - avoid dumping raw
graph_healthJSON unless the user explicitly asked for it - mention freshness, degraded coverage, or sync lag only when it affects trust in the answer
- if a query was repaired, explain the fix in one short sentence
- if the result is inconclusive, say what is missing and what narrower follow-up query would resolve it
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.
- 12d ago First seen · 107 lines · 0 tokens per session scan A d5dfd8d9d645
ariadne-kubernetes-graph is a skill published in the GitHub repository REASY/k8s-ariadne-rs (22 stars, last pushed 1mo ago), licensed MIT. It adds 65 tokens to every session and 963 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
cluster-events
Analyze cluster-wide Kubernetes events to identify issues and patterns. Aggregates Warning events, detects high-frequency patterns, and correlates related events.
ingress-debug
Diagnose Ingress failures (rules not matching, backend unreachable, TLS errors, no address assigned). Checks Ingress resources, IngressClass, backend Services, and controller health to identify why external traffic is not routed correctly.
quota-debug
Diagnose Kubernetes native ResourceQuota and LimitRange admission rejections (exceeded quota, forbidden by LimitRange, FailedCreate). Checks namespace quotas, current usage, LimitRange constraints, and ReplicaSet events to identify why pods cannot be created. Not applicable to Volcano Queue — use…
volcano-diagnose-pod
Diagnose Volcano-managed Pod scheduling issues. Checks Pod status, PodGroup, events, and Queue to identify scheduling failures.
volcano-job-diagnose
Diagnose Volcano Job status and issues. Check Job phases, task statuses, PodGroup associations, and overall job health.
volcano-node-resources
Query cluster node resources for Volcano scheduling. Check allocatable CPU, memory, GPU, and current usage.