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

AI Subroutines: Deterministic Browser Automation with Zero Token Cost
rtrvr.ai's AI Subroutines let you record browser tasks once as callable tools that replay inside the webpage context with auth propagated for free, eliminating LLM inference costs and non-determinism for repetitive tasks.

engram: Claude memory plugin with salience-gated capture and dream cycles
engram is a Claude memory plugin that filters observations at capture time using 5 salience dimensions, persisting only high-scoring events to SQLite with no LLM calls in scoring. It features automatic injection through 5 hooks and dream cycles that extract recurring workflows at session end.

OpenClaw vs Hermes: Different Design Philosophies for AI Agents
OpenClaw is a multi-channel gateway connecting WhatsApp, Telegram, Discord, Slack, and iMessage with a massive skill ecosystem, while Hermes is a learning agent that evaluates tasks, saves patterns as reusable skills, and builds a model of your workflow over time.

Open-source Claude skill for management consulting frameworks and case studies
A free, MIT-licensed Claude skill provides structured reference material for management consulting work, including frameworks, industry context, and case studies. The project consists of 80+ markdown files organized by domain and seeks contributors to expand coverage.