headroom

by michellzappaVerified

Local-first AI coding quotas and ship status, on your menu bar, iPhone, Watch and an ESP32 desk display.

262
Stars
18
Forks
Python
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/michellzappa/headroom

Getting Started

Guides for using skills like headroom.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Headroom

Your AI coding quotas and ship status — in the menu bar, on your phone, and optionally on the desk.

When you're deep in Claude, Codex, or Cursor, you shouldn't have to dig through billing pages, gh, and Vercel to answer: Am I about to hit a limit? Did CI go red? Is prod healthy?

Headroom is a local-first macOS menu bar app (+ optional iPhone / Watch). One Python host on your Mac reads the auth and CLIs you already have and serves a single JSON feed. No Headroom cloud account — tokens stay on the machine.

SurfaceWhat you see
Menu barThin remaining-quota tanks for the first three enabled providers + amber/red attention pip
PopoverUsage (rings, daily burn, spend), Attention, Activity (Recent feed + service panels)
Notification CenterSame widget as the iPhone: rings small, combined burndown medium
iPhone / iPadSame three tabs — Usage, Attention, Activity — plus Settings, notifications, widgets
Apple WatchTwo complications: rings, or the week's burndown
ESP32 desk board (optional)Same three rings + burndown on a Waveshare AMOLED — docs/esp32.md
macOS menu bar + popover ESP32 desk board
iPhone Usage — coding quotas iPhone Attention — needs you
  ~/.claude / ~/.codex / Cursor / …     Mac (Python, stdlib)           Clients
  Vercel · git · gh · SB · …        ──▶│ headroom_server.py :8737 │◀── menu bar
  ~/.headroom/{config,sources}         │ + usb_bridge             │◀── iPhone
                                       └──────────────────────────┘◀── ESP32 (opt.)

Why it exists

  • Quota anxiety — session / weekly windows, pace, and spend on one ring (and a menu-bar tick per provider in focus).
  • Ship status ambient — failed Actions, deploys, and monitors as an Attention pip and queue, not another tab.
  • Agents away from the desk — approve, deny, or reply to Claude / Codex requests from Attention on iPhone (Headroom answers; it does not start work).
  • Local-first — credentials and CLIs you already have; optional board can fall back to USB when hotel Wi‑Fi blocks mDNS.

Requirements

NeedNotes
macOS 14+Menu bar app
Python 3.9+Bundled host is stdlib only (system /usr/bin/python3)
At least one AI coding toolAlready signed in locally
Optional: iPhone / iPad (iOS 17+)Same LAN or Tailscale as the Mac
Optional: PlatformIOOnly to flash the desk board

No Headroom cloud account.

Quick start

1. Mac app (Release)

  1. Download Headroom-macOS.zip from Releases.
  2. Open Headroom.app → menu bar meters → Welcome.
  3. On a Release build the host starts automatically and stays up at login.
  4. Confirm detected providers → Continue.

Build from source, Xcode, and signing: macos/README.md.

2. iPhone (optional)

TestFlight when published, or build from source — docs/ios-companion.md. Use the mobile token from Mac Settings → iPhone pairing (not the host token).

3. Desk board (optional)

Waveshare ESP32-S3-Touch-AMOLED-1.8 only. Flash, config, brightness: docs/esp32.md.

After install

TopicDoc
Providers, accounts, Integrations, colours, focus, tokensdocs/setup.md
~/.headroom keys + HTTP endpointsdocs/host.md
Something’s brokendocs/troubleshooting.md
curl -s localhost:8737/health | python3 -m json.tool

Docs

DocFor
macos/README.mdMenu bar — build, Xcode, signing
docs/setup.mdFirst run, Providers, Integrations, tokens
docs/host.mdConfig files + API surface
docs/ios-companion.mdiPhone pairing + widgets
docs/watch.mdApple Watch complications
docs/esp32.mdOptional Waveshare desk display
docs/troubleshooting.mdSymptom → fix
docs/glossary.mdShared chrome names
docs/rings.mdRing / pace semantics
docs/contract.mdChanging /usage safely
docs/trust.mdWho may call which routes
docs/product.mdStanding product decisions
docs/metering.mdMeter kinds
docs/attention.mdAttention rollup policy
docs/agent-attention.mdCoding-agent gateway
docs/multi-mac.mdCloudKit settings sync
docs/telemetry.mdAnonymous product diagnostics
docs/updater.mdIn-app update feed
docs/releasing.mdNotarize, TestFlight, cut-release
docs/appstore.mdApp Store listing + screenshots
docs/privacy.mdPrivacy policy
docs/install-links.mdRelease + TestFlight URLs
docs/backlog.mdWhat’s queued
CHANGELOG.mdPer-version notes
CONTRIBUTING.mdBuild, test, PR expectations
SECURITY.mdThreat model + reporting

Contributing

Build and test commands: CONTRIBUTING.md. The host is stdlib-only Python; every surface has to keep agreeing about /usage. Security reports go through SECURITY.md.

License

MIT — see LICENSE.

Headroom reads local state that other tools leave on your Mac. It is not affiliated with, endorsed by, or supported by Anthropic, OpenAI, Anysphere, GitHub, Google, JetBrains, Zed, Codeium, Vercel, Supabase, Plausible, PostHog, Sentry, Datadog, or Axiom. Those names appear here to say what is being measured.

Frequently Asked Questions

What is headroom?

headroom is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by michellzappa. Local-first AI coding quotas and ship status, on your menu bar, iPhone, Watch and an ESP32 desk display. It has 262 GitHub stars.

Is headroom safe to use?

Yes. headroom passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install headroom?

Clone the repository with "git clone https://github.com/michellzappa/headroom" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is headroom written in?

headroom is primarily written in Python. It is open-source under michellzappa on GitHub, so you can review or fork the full source.

Are there alternatives to headroom?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh headroom against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details