headroom

作者 michellzappa已验证

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

262
Stars
18
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

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

快速入门

使用 headroom 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "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.

常见问题

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情

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 智能体
查看详情

开发者还喜欢

基于喜欢此 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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 服务器apisai-tools
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情