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/xdido/chiron/levelnpx skills add xDido/chiron --skill levelgit clone --depth 1 https://github.com/xDido/chironWhat 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 | $0.00055 | $0.03026 |
| Opus 5 | $0.00028 | $0.01513 |
| Sonnet 5 | $0.00011 | $0.00605 |
| Haiku 4.5 | $0.00006 | $0.00303 |
Grade D, and why
level scanned grade D with 2 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 2d 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.
Tells the agent never to refusehighAnti-refusal
Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.
2. **Do not refuse** a valid level. Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
Do not moralize. Do not suggest the user *"try harder to type correctly"*. Just show the valid options. How it starts
The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/level — set or show chiron's voice level
Step 0 — Load project context
Check if .chiron-context.md exists in the project root. If it exists: read it. DO NOT scan the codebase or read additional files. If not: tell the user: "No project context found. Run /teach-chiron first." Then stop.
Important: When this command changes the voice level, update BOTH ~/.chiron/config.json (global persistence) AND the "Chiron config" section in .chiron-context.md (project cache).
The user's input (one of gentle, default, strict, blank, or an invalid value):
$ARGUMENTS
CRITICAL — user instructions always win
If the current project's .agents/README.md says to ignore level settings or pin chiron to a specific level, follow those instructions. User config always overrides.
What this command does
/level is the sole interface for chiron's voice level. It reads and writes ~/.chiron/config.json. Other chiron skills (/chiron, /challenge, /hint) read the same file at invocation time to pick up the configured level.
Two behaviors:
- With an argument (
gentle,default, orstrict): writes the newvoice_levelto~/.chiron/config.json, preserving all other fields. - Without an argument: prints the full config snapshot — voice level plus drill sizing plus teaching dials — so users can see every knob at a glance. This doubles as a health check.
Every response uses the three-level list format with a → marker in the left margin pointing at the currently active level. The active level is read from ~/.chiron/config.json (or defaults to default if the file is missing or invalid).
Standard list format
gentle — warmer, more encouraging; L4 after 1 attempt
default — A+B blend (v0.1 baseline); L4 after L3 attempt or request
strict — sharper, more demanding; L4 after 2 attempts or request
The row matching the current active level has → (arrow + space) in the left margin instead of two spaces. Alignment is preserved either way.
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.
- 2d ago First seen · 205 lines · 55 tokens per session scan D 66c69feb51fe
level is a skill published in the GitHub repository xDido/chiron (2 stars, last pushed 4mo ago), licensed MIT. It adds 55 tokens to every session and 3,026 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it D with 2 findings (tells the agent never to refuse, strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
extreme-router-gateway-engine
AI Gateway routing, provider management, and core engine expertise for ExtremeRouter. Use when working on request routing, provider fallback, token refresh, format translation, streaming, or when the user asks about "how does routing work", "add a new provider", "fix the fallback logic", "optimize token usage", or…
extreme-router-refactor
Code refactoring, tech debt cleanup, and code review expertise for ExtremeRouter. Use when cleaning up code, fixing bugs, reviewing PRs, identifying tech debt, or when the user asks to "improve this code", "fix this mess", "why is this broken", "make this cleaner", or mentions code smells, duplication, or poor…
extreme-router-ui-design
UI/UX design and page redesign expertise for ExtremeRouter dashboard. Use when redesigning pages, creating new UI components, improving visual hierarchy, or when the user mentions design, layout, styling, or user experience. Also use when the user asks to "make it look better", "improve the dashboard", "redesign this…
extremerouter-stt
Speech-to-text via ExtremeRouter /v1/audio/transcriptions using OpenAI Whisper / Groq / Gemini / Deepgram / AssemblyAI / NVIDIA / HuggingFace models. Use when the user wants to transcribe audio, convert speech to text, or get subtitles from audio files.
extremerouter-web-search
Web search via ExtremeRouter /v1/search using Tavily / Exa / Brave / Serper / SearXNG / Google PSE / Linkup / SearchAPI / You.com / Perplexity. Use when the user wants to search the web, look up information, find articles, or query a search engine.
extremerouter
Entry point for ExtremeRouter — local/remote AI gateway with OpenAI-compatible REST for chat, image, TTS, embeddings, web search, web fetch. Use when the user mentions ExtremeRouter, NINEROUTERURL, or wants AI without writing provider boilerplate. This skill covers setup + indexes capability skills; fetch the relevant…