audit-session-metrics

audit-session-metrics is a skill for Claude Code, Codex from centminmod/claude-plugins. It costs 147 tokens per session (2,024 once invoked), scanned A, original, no licence file.

A reviewer for session-metrics JSON exports, which are files containing measurements from an AI coding session. It creates a plain-English report about wasted token usage, with quick and detailed modes.

In plain words
What is it for?
Use it to audit a saved session-metrics JSON file, investigate token waste, and produce a readable findings report.
Why use it?
It turns raw usage data into findings that can show where an AI session spent more tokens than necessary.

Skill for Claude CodeCodex

Part of the session-metrics plugin — 3 skills shipped together

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.

agentmods
npx agentmods add skills/centminmod/claude-plugins/audit-session-metrics
Any agent
npx skills add centminmod/claude-plugins --skill audit-session-metrics
Clone the repo
git clone --depth 1 https://github.com/centminmod/claude-plugins

Made for: Claude Code, Codex.

Or install session-metrics, the plugin that ships this one along with the rest of its 3 skills.

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 audit-session-metrics

README.md
[![agentmods](https://agentmods.dev/badge/skills/centminmod/claude-plugins/audit-session-metrics.svg)](https://agentmods.dev/skills/centminmod/claude-plugins/audit-session-metrics)
Your own site
<a href="https://agentmods.dev/skills/centminmod/claude-plugins/audit-session-metrics"><img src="https://agentmods.dev/badge/skills/centminmod/claude-plugins/audit-session-metrics.svg" alt="Measured on agentmods" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,024 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown 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 $0.00147 $0.02024
Opus 5 $0.00073 $0.01012
Sonnet 5 $0.00029 $0.00405
Haiku 4.5 $0.00015 $0.00202

Measured 5d ago against content hash 312c2f3ffdcd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

audit-session-metrics scanned grade A with 1 finding 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/audit-extract.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

`./CLAUDE.md`, `~/.claude/settings.json`, `./.claude/settings.json`,

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

plugins/session-metrics/skills/audit-session-metrics/SKILL.md · 162 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

6 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. 5d ago First seen · 162 lines · 147 tokens per session scan A 312c2f3ffdcd

Subscribe to this mod's changes

audit-session-metrics is a skill published in the GitHub repository centminmod/claude-plugins (10 stars, last pushed 2d ago), with no licence file. It adds 147 tokens to every session and 2,024 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

git-workflow

Use when running claudikins-kernel:execute, decomposing plans into tasks, setting up two-stage review, deciding batch sizes, or handling stuck agents — enforces isolation, verification, and human checkpoints; prevents runaway parallelization and context death.

povvo/claudikins-kernel · 54 tokens

shipping-methodology

Use when running claudikins-kernel:ship, preparing PRs, writing changelogs, deciding merge strategy, or handling CI failures — enforces GRFP-style iterative approval, code integrity validation, and human-gated merges.

povvo/claudikins-kernel · 51 tokens

strict-enforcement

Use when running claudikins-kernel:verify, checking implementation quality, deciding pass/fail verdicts, or enforcing cross-command gates — requires actual evidence of code working, not just passing tests.

povvo/claudikins-kernel · 44 tokens

brain-jam-plan

Use when running claudikins-kernel:outline, brainstorming implementation approaches, gathering requirements iteratively, structuring complex technical plans, or facing analysis paralysis with too many options — provides iterative human-in-the-loop planning with explicit checkpoints and trade-off presentation.

povvo/claudikins-kernel · 54 tokens

glossary-init

USE WHEN setting up a repo for AI-first work, when an agent hallucinates domain term meaning, or when user asks to bootstrap / extend the repo's domain glossary. Surfaces candidate terms by identifier frequency, asks the user for 1-sentence definitions, writes GLOSSARY.md at repo root. Idempotent — re-running adds new…

Filip-Podstavec/claude-leverage · 119 tokens

codex-pair-resume

Resume codex-pair for this project after a previous pause. Removes .codex-pair/state/paused and clears failure state. Review resumes on the next supported file edit; missing state is a no-op.

Lykhoyda/ask-llm · 51 tokens