CAP: Claude Code Statusline Plugin That Installs with /plugin install

CAP (Claude Allowance Pulse) is a statusline plugin for Claude Code that provides real-time usage monitoring without requiring external package managers or manual configuration.
Installation and Setup
Installation uses Claude Code's built-in plugin system:
/plugin marketplace add PeterCha90/CAP
/plugin install CAPAfter installation, restart Claude Code. The plugin automatically configures settings.json via a SessionStart hook.
What It Displays
The statusline shows:
- 🐙/☄️/💨 — Current model (Opus/Sonnet/Haiku)
- 👨💻 — 5-hour session usage percentage and time until reset (e.g., 73%(4h32m))
- 📅 — 7-day weekly usage percentage and time until reset (e.g., 45%(3d21h))
- 🗃️ — Context window usage percentage (e.g., 42% ctx)
- 💰 — Session cost in dollars (e.g., $0.47)
- Update indicator (👾)
Technical Details
CAP differs from existing statusline tools like ccstatusline, CCometixLine, and cc-statusline by:
- Installing via
/plugin installonly — no npm, curl, jq, bun, or manual configuration required - Having zero dependencies — a single Node.js script with no
node_modules - Focusing on one function — no agents, orchestration, or TUI wizard
- Auto-configuring
settings.jsonthrough SessionStart hook
The tool was created to provide a minimal way to monitor rate limits while coding, contrasting with more feature-rich alternatives that offer widgets, powerline themes, and configuration interfaces.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code Rebuilt a SaaS Onboarding Flow in 6 Hours vs Developer's 3-Week Quote, Boosting Activation 13 Points
A SaaS founder used Claude Code to rebuild their entire onboarding flow (signup → profile → first invoice → dashboard tutorial) in 6 hours, replacing a developer's $4,500, 3-week estimate. Activation rate improved 13 points from 35% to 48%.

ComfyUI Skill Enables AI Agents to Queue and Batch Image Renders via Natural Language
A new open-source skill allows OpenClaw agents to construct ComfyUI workflows, submit jobs, and manage renders through natural language commands like 'Make 50 variations of this concept with different seeds' or 'Compare these 4 prompts side by side at 1024x1024'.

Exploiting LLM Hidden Agency Signal (Â) for Better Tool Calling
A developer discovered that LLMs have a linearly separable hidden state direction called  that predicts tool calls with AUC > 0.94. Using this signal to force tool calls improved Qwen3-1.7B performance from 26.7% to 85% (+58% gain) and reduced no-tool failures from 43% to 2.6%.

Zoku: A Tool That Automatically Detects Repeated Workflows in Claude Code
Zoku is a local tool that hooks into Claude Code's event system to record tool actions across sessions, identifies repeated workflow patterns, and then informs Claude about these patterns so it can proactively suggest or execute them. It requires no configuration, has no dependencies, and stores everything locally in ~/.zoku/.