Analysis updated 2026-05-18
Diagnose why a specific Codex task consumed an unusually large amount of your usage allowance.
Get codebase-specific model and effort routing recommendations instead of generic advice.
Continuously monitor a long-running agentic task and view a live local dashboard.
Build a redacted scorecard comparing token usage across different agent configurations over time.
| emergentknowledgegroup/codex_audit | 0-bingwu-0/live-interpreter | 010zx00x1/faresnipe | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Codex Desktop/CLI usage records and manual copying of the skill folder if not installed via Codex itself.
Codex Audit is a set of tools and skills that help you understand why a task run through Codex, an AI coding assistant, used up so much of your five hour or weekly usage allowance. It reads the usage records Codex already keeps and breaks down where the tokens actually went, whether that is the main conversation, helper subagents, the model and effort level chosen, repeated tool output, or cached input being resent over and over. Importantly, the tool only reads and reports. It does not change your model settings, edit your configuration files, modify your codebase, or enforce any routing rules on its own. Every recommendation it makes is left for you to review and apply yourself. The repository ships three separate skills: one that audits and diagnoses usage, one that helps you delegate work to other agents with clear model and scope contracts, and one that continuously monitors a long running task and refreshes a live report. You can install and run it either by asking Codex itself to fetch and install the skill from the repository, or by cloning the repository and copying the relevant folder into your personal Codex skills directory. Once installed, you can ask Codex to audit the current task or a past task by its ID, and it will explain the biggest drivers of usage along with specific suggestions, rather than applying the same generic advice to every kind of task. The project also includes standalone Python scripts you can run directly, without needing any extra third-party packages, to analyze usage, generate a routing recommendation, or build a redacted scorecard comparing different agent configurations over time. Reports are redacted by default, hiding task titles, file paths, and usernames unless you explicitly ask for identifying detail. The README does not state a license for this project.
A read-only auditing tool that explains why a Codex AI coding task used so much of your usage allowance and suggests better routing, without changing anything itself.
Mainly Python. The stack also includes Python.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.