ariadne-kubernetes-graph

ariadne-kubernetes-graph is a skill for Codex from REASY/k8s-ariadne-rs. It costs 65 tokens per session (963 once invoked), scanned A, original, MIT.

A guide for asking questions about Kubernetes resources through Ariadne, a graph-based interface to cluster data. It turns operational questions into graph queries and helps diagnose failed queries.

In plain words
What is it for?
Use it to investigate Kubernetes resource relationships, query live or snapshot data, fix Ariadne graph-query errors, or decide whether schema and health information is needed.
Why use it?
It helps find relationships between cluster resources without guessing the query structure or fetching unnecessary cluster information. It also distinguishes live or saved cluster data from questions that only concern code.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to investigate Kubernetes resource relationships, query live or snapshot data, fix Ariadne graph-query errors, or decide whether schema and health information is needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/reasy/k8s-ariadne-rs/ariadne-kubernetes-graph
Install

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.

Any agent
npx skills add REASY/k8s-ariadne-rs --skill ariadne-kubernetes-graph
Clone the repo
git clone --depth 1 https://github.com/REASY/k8s-ariadne-rs

Made for: Codex.

Wrote 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.

agentmods badge for ariadne-kubernetes-graph

README.md
[![agentmods](https://agentmods.dev/badge/skills/reasy/k8s-ariadne-rs/ariadne-kubernetes-graph/github.svg)](https://agentmods.dev/skills/reasy/k8s-ariadne-rs/ariadne-kubernetes-graph)
Your own site
<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.

agentmods 80×15 button for ariadne-kubernetes-graph

Your own site · 80×15
<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>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 963 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash d5dfd8d9d645, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

agent-skills/ariadne-kubernetes-graph/SKILL.md · 107 lines

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_schema or graph_health is 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

  1. Decide whether the question is really about Ariadne-backed cluster state.
  2. Reuse prior successful Ariadne results from the same conversation when still relevant.
  3. Call graph_query directly if the labels, edges, and property paths are already known.
  4. Call graph_schema only when query shape is uncertain, when working in an unfamiliar part of the graph, or after a schema or semantic failure.
  5. Call graph_health only when freshness, readiness, coverage, or sync lag materially affects the answer.
  6. Keep queries narrow and use Cypher LIMIT for exploratory reads.
  7. 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 cypher blocks only when the query is useful to show or debug
  • avoid dumping raw graph_health JSON 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

Read the full file on GitHub · 107 lines

Files

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.

Changes

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.

  1. 12d ago First seen · 107 lines · 0 tokens per session scan A d5dfd8d9d645

Subscribe to this mod's changes

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.