by qunqin24
A floating macOS monitor for how much Claude Code, Codex, Antigravity, OpenCode Go and Kimi Code you have left
# Add to your Claude Code skills
git clone https://github.com/qunqin24/PulsePulse is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by qunqin24. A floating macOS monitor for how much Claude Code, Codex, Antigravity, OpenCode Go and Kimi Code you have left. It has 52 GitHub stars.
Pulse's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/qunqin24/Pulse" and add it to your Claude Code skills directory (see the Installation section above).
Pulse is primarily written in Swift. It is open-source under qunqin24 on GitHub, so you can review or fork the full source.
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 Pulse against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Pulse is an unobtrusive floating monitor that docks neatly along the edge of your screen. It queries official quota endpoints directly to show exactly how much of your AI coding allowance remains across all your assistants — with zero estimation, zero telemetry, and zero backend.
75% used) or remaining balance (25% left).Pulse queries the authoritative figures reported by each service provider. It never guesses percentages from local token counts:
| Provider | Data Route & Auth Method | Notes |
|---|---|---|
| Claude Code | Official OAuth usage endpoint; automatic fallbacks to Claude Desktop session & Status Line | Reads existing CLI/Desktop session; auto-falls back seamlessly |
| Codex | Official client endpoint; fallback to codex app-server |
Reads local Codex credentials directly |
| Antigravity | Local Language Server (LSP) | Active while the Antigravity editor is running |
| Cursor | Cursor account usage summary API | Shows fast and slow request pools from existing editor login |
| Grok | Grok Build CLI proxy (cli-chat-proxy.grok.com) |
Single unified weekly pool shared across all Grok products |
| Grok Bot | Cursor dashboard API | The xAI quota included with Cursor subscriptions |
| GitHub Copilot | GitHub Device Code authentication | Requests minimal read:user scope; never accesses repositories |
| OpenCode Go | API key or existing OpenCode CLI credentials | Fully configurable in Settings |
| Kimi Code | Direct API key | Configured via Settings |
| Z.ai | Direct API key | International storefront (api.z.ai) |
| GLM Coding Plan | Direct API key or saved GLM tooling credentials | Mainland storefront (open.bigmodel.cn) |
| MiniMax / MiniMax CN | Direct API key | Supports international (minimax.io) & mainland (minimaxi.com) |
| Ollama Cloud | Browser session cookie | Read locally from browser. See Docs/ollama-cloud.md |
Pulse-x.y.z.dmg from Releases.Applications folder.[!NOTE] macOS Gatekeeper First Launch:
Pulse is an open-source project without an Apple Developer certificate. On first launch, macOS may block the app:
- Option 1 (GUI): Launch Pulse, dismiss the alert, open System Settings → Privacy & Security, and click Open Anyway.
- Option 2 (Terminal):
xattr -cr /Applications/Pulse.app(Subsequent updates via built-in Sparkle update smoothly without repeated prompts).
Pulse is designed with strict local-first security principles:
~/.claude, ~/.codex, Cursor storage, etc.).Pulse is built using native Swift and SwiftUI without heavy external dependencies.
# Clone the repository
git clone https://github.com/qunqin24/Pulse.git
cd Pulse
# Build and run directly
swift run Pulse
# Or package into a native macOS app bundle
./Scripts/bundle.sh
See Docs/build-from-source.md for full developer requirements and toolchain setup.
Pulse was inspired by a UI concept shared by Vinz (@hivinz_) on X in August 2026. Pulse is an independent implementation with its own interactions, functionality, animations, and visual details. Vinz is not affiliated with or responsible for Pulse.
Licensed under Apache 2.0. Bundled third-party assets retain their respective licenses; see THIRD_PARTY_NOTICES.md.