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 amadeus-dlc/amadeus --skill amadeus-session-costgit clone --depth 1 https://github.com/amadeus-dlc/amadeusWrote 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/amadeus-dlc/amadeus/amadeus-session-cost)<a href="https://agentmods.dev/skills/amadeus-dlc/amadeus/amadeus-session-cost"><img src="https://agentmods.dev/badge/skills/amadeus-dlc/amadeus/amadeus-session-cost/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/amadeus-dlc/amadeus/amadeus-session-cost"><img src="https://agentmods.dev/badge/skills/amadeus-dlc/amadeus/amadeus-session-cost.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.00062 | $0.01058 |
| Opus 5 | $0.00031 | $0.00529 |
| Sonnet 5 | $0.00012 | $0.00212 |
| Haiku 4.5 | $0.00006 | $0.00106 |
Grade A, and why
amadeus-session-cost 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 6d 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 — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI-DLC Session Cost
Purpose
Give the team a transparent, deterministic view of what the current workflow has consumed: how long it has run, how many stages have cleared their gates, how much the orchestrator wrote to its observation diaries, how often sensors fired, and how many learnings were captured.
Every number this skill prints comes from
bun {{HARNESS_DIR}}/tools/amadeus-runtime.ts summary --json — the materialised,
event-sourced view over runtime-graph.json. This skill does no
counting of its own. It does not estimate tokens, does not walk the
artefact tree, and does not read audit.md. If a number isn't in the
tool's output, this skill does not invent it.
Classification
Read-only. This skill never advances the workflow stage pointer, never emits an audit event, and never writes a file. It is safe to run at any point in a workflow, including mid-stage.
Steps
Step 1: Read the aggregates
Run:
bun {{HARNESS_DIR}}/tools/amadeus-runtime.ts summary --json
If the command exits non-zero (no runtime-graph.json yet — the
workflow hasn't compiled a graph), print:
No session data yet.
Session cost becomes available once a workflow has started and its
first stage transition has compiled runtime-graph.json. Run /amadeus to
begin, then re-run /amadeus-session-cost.
and STOP.
Otherwise parse the JSON. The shape is:
{
"workflow_id": "...", // ISO timestamp of the live workflow
"scope": "...",
"started_at": "...",
"duration_minutes": 40, // null when nothing has completed yet
"stages": { "total": N, "approved": N, "failed": N, "pending": N },
"by_phase": { "<phase>": { "total": N, "approved": N, "failed": N, "pending": N }, ... },
"memory": { "total": N, "interpretations": N, "deviations": N, "tradeoffs": N, "open_questions": N },
"sensors": { "total": N, "passed": N, "failed": N, "budget_override": N, "incomplete": N },
"learnings":{ "from_orchestrator": N, "from_user_addition": N }
}
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.
- 6d ago First seen · 128 lines · 62 tokens per session scan A 08d3c14221bd
amadeus-session-cost is a skill published in the GitHub repository amadeus-dlc/amadeus (8 stars, last pushed 20d ago), licensed Apache-2.0. It adds 62 tokens to every session and 1,058 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-09-03.
Other skills, from other repositories
athena-codex
Use the ATHENA framework in Codex for PRD-driven, traceable delivery. Trigger when the user wants iterative execution with auditable CR/Decision/Spec/Task artifacts and disciplined one-task-at-a-time implementation.
Research Ticketing Protocol
Ticket attachment decision trees, enforcement protocols, communication templates, and worked examples for research outputs.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
autotask-creator
Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.
remove
Remove a deployed framework or addon from the current workspace.