Vibejuice
Description
Menu bar quota meter and one-click account switcher for Claude Code and Codex CLI
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
![]()
VibeJuice
How much juice is left in each of your Claude Code and Codex accounts, and one click to switch.

VibeJuice is a macOS menu bar app. It lists every Claude Code, Codex CLI and Grok CLI account you have signed in on this Mac, shows the quota windows for each one (session, weekly, per model) with reset times, and lets you switch the active account the same way `/login` does. After a switch, every new `claude`, `codex` or `grok` you start uses that account.
No proxy. Nothing sits between the CLI and the API. Each login is kept in the app's own Keychain vault and copied into the place the CLI reads from when you pick it. Quota comes from the same endpoints the CLIs call for `/usage`.
Install
Requires macOS 26 or newer and at least one of Claude Code, Codex CLI or Grok CLI already signed in.
**Homebrew**
brew install --cask samuelpatro/vibejuice/vibejuice
**Download**
Grab `VibeJuice-.dmg` from [Releases](https://github.com/samuelpatro/homebrew-vibejuice/releases), open it, drag VibeJuice to Applications. The build is not notarized, so the first launch needs right-click > Open. Homebrew handles that for you.
**From source** (needs Xcode 26)
git clone https://github.com/samuelpatro/vibejuice.git
cd vibejuice
scripts/make-signing-cert.sh # once: self-signed identity so Keychain permission sticks across builds
scripts/bundle.sh # builds build/VibeJuice.app and opens it
The app appears as a drop icon in the menu bar with one colored dot per provider. To keep it around, add it to System Settings > General > Login Items.
`scripts/bundle.sh --no-open` builds without launching. `swift run` runs it straight from the package during development. `scripts/release.sh ` builds a DMG
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11