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/open330/context-compress/context-compress-auditnpx skills add Open330/context-compress --skill context-compress-auditgit clone --depth 1 https://github.com/Open330/context-compressWrote 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/open330/context-compress/context-compress-audit)<a href="https://agentmods.dev/skills/open330/context-compress/context-compress-audit"><img src="https://agentmods.dev/badge/skills/open330/context-compress/context-compress-audit.svg" alt="Measured on agentmods" 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 | $0.00070 | $0.00468 |
| Opus 5 | $0.00035 | $0.00234 |
| Sonnet 5 | $0.00014 | $0.00094 |
| Haiku 4.5 | $0.00007 | $0.00047 |
Grade A, and why
context-compress-audit 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- `Bash` for tests, logs, `git log`, `git diff`, `curl`, `kubectl`, `docker`, `npm test` What it actually says
Context-Compress Audit
Find places where large raw output can still enter the agent context window.
Procedure
- Run
mcp__context-compress__statsfirst if the tool is available. - Inspect setup surfaces that control routing:
.codex-plugin/plugin.json.claude-plugin/plugin.json.mcp.jsonhooks/skills/- README install instructions
- Search for risky guidance or examples that encourage raw output:
Bashfor tests, logs,git log,git diff,curl,kubectl,docker,npm testReadfor large logs, bundled files, snapshots, CSV/JSON dumpsWebFetchfor documentation pages that should usefetch_and_index- Playwright snapshots without a file/index/search path
- Report only actionable findings. Prefer one-line fixes that route work through:
batch_executefor several commands plus searchesexecutefor command/API output that must be analyzed firstexecute_filefor large local filesfetch_and_indexplussearchfor web documentation
Output
Use this format:
## Context-Compress Audit
- [severity] file:line - raw-output risk. Replace with <tool/workflow>.
- [severity] file:line - missing install/routing coverage. Add <specific fix>.
Summary: <N> findings, estimated impact <low|medium|high>.
Severity:
high: large output can enter context by default.medium: docs/examples teach a wasteful path.low: minor wording, missing cross-link, or optional setup gap.
If nothing meaningful is found, say No raw-output waste found. Routing looks covered.
What ships with it
1 file 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.
- 4d ago First seen · 50 lines · 70 tokens per session scan A 74d8518cda90
context-compress-audit is a skill published in the GitHub repository Open330/context-compress (2 stars, last pushed 7d ago), licensed MIT. It adds 70 tokens to every session and 468 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
scrim
Report what Scrim thinned from tool output and API-equivalent token mix. Use when the user runs /scrim, or asks about quota, context burn, or tool-output size.
hooks-eval
Evaluate hook security, performance, and SDK compliance. Use for audits.
tokf-discover
Find missed token savings by scanning AI coding session files for commands that ran without tokf filtering.
task-graph
Execute an approved multi-task plan as a verified DAG with @taskgraph — parallel squad workers per task, validation gates the engine runs itself, and an independent reviewer verdict before any task counts as done. Use for deliveries of 5+ tasks with real independence between them; for smaller work dispatch workers…
github
Manage the full GitHub workflow from the terminal — auth, issues, pull request lifecycle (branch/commit/open/CI/merge), code review, and repo management. Uses the gh CLI when present, with a git + REST API fallback. Use when asked to "open a PR", "create an issue", "review this PR", "check CI", "list issues".
airtable
Read and write Airtable bases via the official REST API and the user's personal access token — list/filter records, create, update, delete. Use when asked to "add a row to Airtable", "find records in my base", "update this Airtable record".