Ccstatusline banner
sirmalloc sirmalloc

Ccstatusline

AI community intermediate

Description

**🎨 A highly customizable status line formatter for Claude Code CLI** *Display model info, git branch, token usage, and other metrics in your terminal*

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


___ ___ ___| |_ __ _| |_ _ _ ___| (_)_ __ ___ / __/ __/ __| __/ _` | __| | | / __| | | '_ \ / _ \ | (_| (__\__ \ || (_| | |_| |_| \__ \ | | | | | __/ \___\___|___/\__\__,_|\__|\__,_|___/_|_|_| |_|\___|

ccstatusline

**🎨 A highly customizable status line formatter for Claude Code CLI** *Display model info, git branch, token usage, and other metrics in your terminal*

[](https://www.npmjs.com/package/ccstatusline) [](https://www.npmjs.com/package/ccstatusline) [](https://github.com/sirmalloc/ccstatusline/blob/main/LICENSE) [](https://nodejs.org) [](https://packagephobia.com/result?p=ccstatusline) [](https://github.com/sirmalloc/ccstatusline/graphs/commit-activity)

[](https://github.com/hesreallyhim/awesome-claude-code) [](https://claudelog.com/)

πŸ“š Table of Contents


πŸ†• Recent Updates

v2.2.0 - v2.2.6 - Speed, widgets, links, and reliability updates

  • πŸš€ New Token Speed widgets - Added three widgets: Input Speed, Output Speed, and Total Speed.
    • Each speed widget supports a configurable window of 0-120 seconds in the widget editor (w key).
    • 0 disables window mode and uses a full-session average speed.
    • 1-120 calculates recent speed over the selected rolling window.
  • 🧩 New Skills widget controls (v2.2.1) - Added configurable Skills modes (last/count/list), optional hide-when-empty behavior, and list-size limiting with most-recent-first ordering.
  • 🌐 Usage API proxy support (v2.2.2) - Usage widgets honor the uppercase HTTPS_PROXY environment variable for their direct API call to Anthropic.

...