Cc Cockpit — Development skill for Claude Code
Claude Code usage panel for GNOME: tray indicator with live rate-limit ring, local dashboard and terminal summary.
How to install Cc Cockpit
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open wallacemartinss/cc-cockpit and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Cc Cockpit does
Claude Code usage panel for GNOME: tray indicator with live rate-limit ring, local dashboard and terminal summary. Reads the official limits from the statusline payload — no credentials, no API calls.
Alternatives in Development
- Oob — Out-of-band orchestrator — confirm BLIND SSRF/XXE/SQLi/RCE/Log4Shell by correlating interactsh callbacks to th 4.5k ★
- Claude Swap — Switch between multiple Claude Code accounts, with automatic rate-limit rotation, usage dashboard, and paralle 2k ★
- Nexting — Remote control for Claude Code, Codex, Grok, and Cursor on Mac or PC 1.3k ★
README
cc-cockpit
[](LICENSE) [](https://pypi.org/project/cc-cockpit/) [](https://aur.archlinux.org/packages/cc-cockpit)
A Claude Code usage panel for GNOME: a tray indicator with a consumption ring, a local dashboard and a terminal summary.
Everything is read from what Claude Code already writes under `~/.claude`. It makes no network calls, reads no credentials and sends nothing anywhere.
The interface follows your OS language — English, Portuguese and Spanish are bundled — and can be pinned in the config file or with `--lang`.
What it shows
| 5h block | how much the current rate-limit window has consumed, time to reset, hourly pace, projection to the end of the block, and how long until the reference ceiling. The window starts at the exact timestamp of its first request — not rounded to the hour — which is what makes the reset match what the CLI reports |
| 7 days / today / month | rolling totals, as a percentage of your own historical peak |
| Open sessions | every live CLI instance: name, project, busy/idle, uptime, RAM, pid, and what that session has consumed |
| Projects | ranked by consumption across the whole history |
| Blocks, days and hours | time series showing when you actually spend |
| Token mix | input / output / cache write 5m / cache write 1h / cache read, with the cache hit rate |
| Models, effort and subagents | where the consumption really goes |
Usage is measured in **API-equivalent USD**: what those messages would cost on the pay-as-you-go API. On a Pro/Max plan none of it is billed — the number works as a weight unit for consumption and shows how much the plan returns.
Install
**Debian / Ubuntu** — the `.deb` pulls in the GTK dependencies by itself:
# from the latest release
sudo apt install ./cc-cockpit_0.2.0_a
Related Skills
Claude Code Meter
Tray widget showing Claude Code and Codex rate-limit usage and burn pace. Windows, local-only, MIT.
Agentic OS Dashboard
Local cockpit for Claude Code usage — rate limits, activity chart, one-click skill buttons.
Modeldeck
macOS menu bar app that tracks usage limits across all your Claude Code and Codex CLI accounts — live "% left"
Swisscode
Run Claude Code with multiple Claude Pro/Max accounts: usage limits, one-command switching, a localhost proxy
Agentbar Menubar
GNOME/Linux tray app for monitoring provider usage, resets, spend, and headroom
Tokidachi
Tokidachi: a GNOME Shell companion for Claude Code and Codex usage limits
Related Agents
App Tester
Builds and exercises Heron end-to-end on this machine — starts the dev app, starts and stops real claude CLI s
API Platform Reviewer
API platform / dev-API pre-implementation reviewer. Specialises in rate-limit design (token-bucket / sliding-w
API Attacker
API security testing specialist for REST, GraphQL, gRPC, and WebSocket APIs. Handles BOLA/IDOR, mass assignmen