codex-count
v0.4.3Local Codex token usage reports and a live terminal footer.
By ayooleo0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install codex-count for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codex-count@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ayooleo/codexcountClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/codexcount-init/SKILL.md
Included Skills1
Initialize CodexCount usage statistics for the currently open Codex session and attach a live footer when running inside tmux. Use when the user asks to initialize or enable CodexCount in an existing conversation, including “初始化 codexcount” or “开启统计”.
Plugin manifests1
{
"name": "codex-count",
"version": "0.4.3",
"skills": "./skills/",
"description": "Local Codex token usage reports and a live terminal footer.",
"author": {
"name": "ayooleo"
},
"interface": {
"displayName": "Codex Count",
"shortDescription": "Track Codex tokens, cache usage, turns and projects.",
"longDescription": "Offline usage statistics from local Codex transcripts, with a tmux footer beneath the conversation.",
"developerName": "ayooleo",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": "Help me use Codex Count."
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[codex-count on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-count)