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

Prefex: A Local Proxy for Claude Code That Automates Prompt Caching and Session Memory
Prefex is a local proxy that sits between Claude Code and Anthropic's API, automatically injecting the header required for Anthropic's beta prompt caching feature. It also implements session memory to avoid resending full conversation history and includes a model router for cost optimization.

js-notepad: A Scriptable Notepad with Built-in MCP Server for Claude Code
js-notepad is a free, open-source scriptable notepad application built with Claude Code assistance. It features a built-in MCP server, allowing Claude Code to directly interact with the app for reading/writing pages, executing scripts, creating todos, and pushing results.

Memora v0.2.25 MCP Server: 5× Faster Writes on D1 Database
Memora v0.2.25, an MCP server for Claude persistent memory, achieves 5× faster writes on Cloudflare D1 with memory_create dropping from 10s+ to ~1.8s and memory_update from 10s+ to ~1.1s per call.

Tredict MCP Server Enables Claude to Create and Push Training Plans to Sports Watches
A developer built a Tredict MCP Server for Claude.ai and Claude Code that creates complex endurance training plans via prompts and automatically uploads structured workouts to Garmin, Coros, Suunto, and Wahoo watches. The server includes an MCP App for visual feedback within Claude chat.