By allblueuk
Auto-opening HTML dashboard that tracks context window usage across Claude Code sessions. Zero token cost.
A Claude Code plugin that tracks context window usage across sessions and displays a live HTML dashboard.
Zero token cost — runs as a Stop hook with no LLM calls.
Every time Claude finishes responding, the Stop hook:
The dashboard shows each session's project name, model, token usage, and a color-coded progress bar (green/yellow/red). It auto-refreshes every 5 seconds.
/plugin marketplace add ALLBLUEUK/context-monitor
Then open /plugin > Discover > install context-monitor.
Run /reload-plugins to activate.
Copy hooks/stop.sh to ~/.claude/context-notify.sh, then add to ~/.claude/settings.json:
{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash ~/.claude/context-notify.sh",
"timeout": 10
}
]
}
]
}
}
jq (for parsing JSON transcripts)bash (Git Bash on Windows, native on macOS/Linux)The dashboard is written to ~/.claude/context-dashboard.html. Session data is stored in ~/.claude/context-sessions.json. A lock file prevents duplicate browser windows from opening.
The hook defaults to 200K context. If token usage exceeds 190K, it auto-upgrades to 1M display.
openxdg-openstartMIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claim经管类本科建模与写作 AI 智能体辅助工作流:6 阶段课程项目 + 提示词 + 证据归档
Detect AI-like phrasing, templated rhetoric, and economics-specific writing problems in academic manuscripts.
Agent-assisted structural modeling and dynamic simulation pipeline for economics graduate research (DSGE, CGE, heterogeneous-agent, dynamic programming). Includes academic-paper composition skills that produce publication-grade LaTeX manuscripts, not pipeline reports.
npx claudepluginhub allblueuk/context-monitorVisual dashboard for Claude Code harness — usage/token analysis of skills, agents, plugins, hooks, memory, MCP servers, rules, and principles
Audit, fix, and monitor Claude Code context window usage. Find the ghost tokens.
Real-time session dashboard for Claude Code — cost tracking, analytics, and smart alerts
Opus 4.8-aware context optimization: silent-by-default hooks, honest NET token savings, big-file map-then-load, Context Control Center, per-task tracking, prompt coach
Live TUI dashboard for monitoring all active Claude Code sessions, status, context usage, tokens, and latest messages at a glance.
Tracks Claude Code session usage (tokens, costs, skills, MCP, subagents) and sends data to a self-hosted dashboard.