By jjj201200
Real-time Claude Code token usage reporter. Auto-starts a local web server showing per-request token stats with interactive charts. Commands: /token-reporter:start, /token-reporter:stop, /token-reporter:status, /token-reporter:auto-launch-on, /token-reporter:auto-launch-off.
Disable auto-launch of token-reporter on session start
Enable auto-launch of token-reporter on session start
Start the token-reporter server
Show the current status of the token-reporter server
Stop the token-reporter server
df's personal Claude Code plugins marketplace.
Add to your ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"df-market": {
"source": {
"source": "github",
"repo": "jjj201200/df-market"
}
}
}
}
Then install plugins via Claude Code:
/plugin install token-reporter@df-market
Once installed, the server starts automatically when Claude Code launches.
Open http://localhost:3737 in your browser to view the report.
Use /token-report to manually start the server or check its status.
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jjj201200/df-market --plugin token-reporterPostToolUse hook that reports estimated token usage and cost per tool call
Visual dashboard for Claude Code harness — usage/token analysis of skills, agents, plugins, hooks, memory, MCP servers, rules, and principles
Tracks Claude Code session usage (tokens, costs, skills, MCP, subagents) and sends data to a self-hosted dashboard.
Audit, fix, and monitor Claude Code context window usage. Find the ghost tokens.
Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from local ~/.claude/projects transcripts.
45% cost reduction measured. Cache expiry prevention, SubTask auto-delegation, zero-cost context restoration, real-time cost dashboard. The only Claude Code plugin built from CC source analysis.