Tmux LLM Dashboard — AI skill for Claude Code
Nine-row LLM quota + usage dashboard for a tmux pane — Claude, Codex, GLM, DeepSeek.
How to install Tmux LLM Dashboard
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open mohan-n-swamy/tmux-llm-dashboard and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Tmux LLM Dashboard does
Nine-row LLM quota + usage dashboard for a tmux pane — Claude, Codex, GLM, DeepSeek. Provider-neutral, fail-open, background-cached.
Alternatives in AI
- WindsurfAPI — Turn Windsurf / Devin Desktop's 100+ AI models (Claude, GPT, Gemini, DeepSeek, Kimi, GLM, SWE) into OpenAI-, A 3k ★
- onWatch — Open-source Go CLI that tracks AI API quota usage across 7 providers (Synthetic, Z.ai, Anthropic, Codex, GitHu 397 ★
- Devo — Model-neutral agent desktop/runtime for private, enterprise, and OpenAI-compatible / Anthropic-compatible mode 316 ★
README
tmux-llm-dashboard
A nine-row, provider-neutral LLM usage dashboard that lives in a small tmux pane. One glance answers: *where am I, what's my git state, are my hosts up, how many tokens have I burned this week, and how close am I to each provider's rate limit?*
cwd: ~/projects/my-app
git: main *3
nas:UP · vps:UP
7d> claude:7.9M · glm:162.9k · ds:173.8k · codex:8.6M · gemini:41 · $5167
claude(pro): 5h:4%(upd 0m ago) · wk:18% (rst 6d)
codex(pro): 5h:2%(rst 6d23h) · wk:?
glm(pro): 5h:0% · wk:25%(rst 40h26m)
ds:$20.48
now: Wed 15-Jul 03:05 IST · Tue 14-Jul 21:35 UTC
Works in **any terminal that runs tmux** — no specific terminal app required.
What each row shows
| Row | Content | Source |
|---|---|---|
| 1 | Working directory of the tracked pane | tmux pane_current_path |
| 2 | Git branch + dirty-file count | git in that directory |
| 3 | TCP reachability lights for hosts you name | nc probe, 10s cache |
| 4 | 7-day output tokens per backend + cost | ccusage over Claude Code logs |
| 5 | Claude subscription quota (5h + weekly %) | a cache file you write (see below) |
| 6 | Codex/ChatGPT plan quota (5h + weekly %) | local ~/.codex/sessions JSONL — no API call |
| 7 | GLM (z.ai) Coding Plan quota (5h + weekly %) | z.ai quota endpoint |
| 8 | DeepSeek remaining credit balance | DeepSeek balance endpoint |
| 9 | Clock, local + UTC | date |
Every row **fails open**: missing key, missing cache, or a provider you don't use just renders as `name:?` in grey. Install it, configure only the providers you have.
Design
- The dashboard is a real tmux pane running its own repaint loop (30s), not a tmux
status-right— so it can be multi-line, colored, and independent of your status bar config. - Expensive work (API calls, ccusage log parsing) runs in background helpers cached for 5 minutes, written atomically (
tmp+mv). The repaint only reads small pre-rendered files, so it's effectively free. - Co
Related Skills
Agent Network
助力搭建你的数字 AI 员工军团 — 多 Agent 一行命令组网协作。Claude Code / Claude Agent SDK / Codex / Grok Build 4 runtime + 8+ 家 LLM(A
AI Usage Dashboard
Local-first quota cockpit for Claude Code, Codex, Grok Build, and DeepSeek API balance on Windows, macOS, and
Tmux Bridge MCP
Standalone MCP server for cross-pane AI agent communication via tmux. Lets Claude Code, Gemini CLI, Codex, and
Tmux Agent Indicator
Tmux plugin that gives visual feedback for AI agent states (running/needs-input/done). Supports Claude Code, C
AI Pane.Nvim
A Neovim plugin for seamless integration with AI CLIs (Claude, Copilot, OpenCode, etc.) using tmux.
Agmsg Cmux Bridge
Bridges CLI AI agents (Claude Code, Codex, Gemini CLI, and more) over local SQLite with tmux/cmux/wezterm turn
Related Agents
Independent Reviewer
Product-technical alignment reviewer. Spawned in a tmux pane via OpenAI Codex CLI with zero inherited context.
ChatGPT On Wechat
CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页
Adrian
Blocks until a tmux pane is done (pattern match, shell idle, or output idle). Use for any wait that takes more