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

✍️ OpenClawRadar📅 Published: March 23, 2026🔗 Source
CAP: Claude Code Statusline Plugin That Installs with /plugin install
Ad

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 CAP

After 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 (👾)
Ad

Technical Details

CAP differs from existing statusline tools like ccstatusline, CCometixLine, and cc-statusline by:

  • Installing via /plugin install only — 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.json through 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

Ad

👀 See Also

OpenAlly: Local AI Assistant for Android with Phone Control
Tools

OpenAlly: Local AI Assistant for Android with Phone Control

OpenAlly is an Android app that runs an AI assistant locally on your phone via an embedded Node.js process, with 51 built-in skills and phone control capabilities through Aster companion. It connects to 19+ messaging platforms and supports 18 model providers with your own API keys.

OpenClawRadar
Moving from CLAUDE.md rules to infrastructure enforcement with Citadel
Tools

Moving from CLAUDE.md rules to infrastructure enforcement with Citadel

A developer found that adding more rules to CLAUDE.md beyond about 100 lines reduced compliance, with 40% redundancy in their file. The solution was moving enforcement from instructions to infrastructure using lifecycle hooks, skills, and campaign files, culminating in the open-source Citadel system.

OpenClawRadar
Claude Cowork mode explained: file-level task execution vs chat and code modes
Tools

Claude Cowork mode explained: file-level task execution vs chat and code modes

Claude's Cowork mode operates inside a chosen folder to perform file-level tasks like organizing messy folders, extracting structured data from screenshots, and combining scattered notes into structured documents.

OpenClawRadar
Mandala v0.3: Open-Source Async Runtime to Unify Logistics Telemetry as OpenTelemetry Spans for Agent Reasoning
Tools

Mandala v0.3: Open-Source Async Runtime to Unify Logistics Telemetry as OpenTelemetry Spans for Agent Reasoning

Mandala v0.3 provides an open-source async runtime that ingests telemetry from Samsara, Descartes, Vizion, and FMCSA via webhooks, emits events as OpenTelemetry spans, and exposes data via MCP tools for LLM agents.

OpenClawRadar