Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
beautify-claude-status-line logo

beautify-claude-status-line

beautify-claude-status-line

monitoringClaude Codeby goddaehee

Summary

Beautiful multi-line status line plugin. Line 1: {god} tag, random emoji, model with version (Opus 4.5), progress bar, tokens, cost, compact rate limits (5h/7d). Line 2: directory, git branch, CLAUDE.md/rules/MCPs/hooks counts, session duration. Line 3+: tools activity, agents status, todos progress. Supports Max and Pro plans.

Install to Claude Code

/plugin install beautify-claude-status-line@beautify-claude-status-line

Run in Claude Code. Add the marketplace first with /plugin marketplace add goddaehee/beautify-claude-status-line-tmp if you haven't already.

README.md

beautify-claude-status-line

Beautiful multi-line status line plugin for Claude Code with {god} tag, random emoji, context usage, API rate limits, project info, and activity tracking.

Features

Line 1: Main Status

  • {username} Tag: Customizable white background tag (default: "god")
  • Random Emoji: Different emoji each time (⚡️ 🔥 👑 😎 🦄 🌈 🚀 💡 🎉 🔑 🌙)
  • Model Display: Shows current model with version (Opus 4.5, Sonnet 3.5, Haiku)
  • Progress Bar: Color-coded context usage (green → yellow → red)
  • Token Count: Current/total tokens in K/M format
  • Cost Tracking: Cumulative session cost in USD
  • Compact Rate Limits: 5h session limit with reset countdown, 7d usage

Line 2: Project Info

  • Directory Name: Current working directory
  • Git Branch: Current git branch (if in a git repo)
  • Config Counts: CLAUDE.md files, rules, MCPs, hooks
  • Session Duration: Time since session started

Line 3-5: Activity (shown when available)

  • Tools Activity: Running tools with spinner, completed tools with counts
  • Agents Activity: Running/completed agents with elapsed time
  • Todos Progress: Current task and completion status

Output Example

{username} 🚀 Opus 4.5 │ ███░░░░░░░ │ 31% │ 63K/200K │ $8.17 │ 5h:34%(3h34m) 7d:63% 7d-S:1%
📁 claude-dashboard git:(main) │ 2 CLAUDE.md │ 5 MCPs │ ⏱️ 24m
✓ Edit ×7 | ✓ Read ×5 | ✓ Bash ×4 | ✓ Write ×3
✓ Explore: Analyze max plan implementation (45s)
▸ Update documentation (3/6)

The {username} tag displays your configured name (default: "god").

Installation

From Plugin Marketplace (Private)

/plugin marketplace add goddaehee/beautify-claude-status-line
/plugin install beautify-claude-status-line
/beautify-claude-status-line:setup

Manual Installation

1. Clone the repository:

git clone git@github.com:goddaehee/beautify-claude-status-line.git ~/.claude/plugins/beautify-claude-status-line

2. Run setup:

/beautify-claude-status-line:setup

Configuration

Run /beautify-claude-status-line:setup with optional arguments:

# Default: auto language detection, max plan, username "god"
/beautify-claude-status-line:setup

# English, pro plan
/beautify-claude-status-line:setup en pro

# Korean, max plan, custom username
/beautify-claude-status-line:setup ko max alice

Configuration File

Settings are stored in ~/.claude/claude-dashboard.local.json:

{
  "language": "auto",
  "plan": "max",
  "username": "god",
  "cache": {
    "ttlSeconds": 60
  }
}

Requirements

  • Claude Code v1.0.80+
  • Node.js 18+

Status Line Components

Line 1: Main Status

| Component | Description | |-----------|-------------| | {username} | Customizable white background tag | | Emoji | Random emoji (changes each render) | | Model | Model name with version (e.g., Opus 4.5) | | Progress Bar | 10-char bar showing context usage | | Percentage | Context usage percentage | | Tokens | Current/Total in K/M format | | Cost | Session cost in USD | | Rate Limits | 5h, 7d, 7d-S usage with countdown |

Line 2: Project Info

| Component | Description | |-----------|-------------| | 📁 Directory | Current working directory name | | git:(branch) | Current git branch | | N CLAUDE.md | Number of CLAUDE.md files | | N rules | Number of rule files | | N MCPs | Number of MCP servers | | N hooks | Number of hooks | | ⏱️ Duration | Session duration |

Line 3+: Activity

| Icon | Meaning | |------|---------| | ◐ | Tool/Agent running | | ✓ | Tool/Agent completed | | ▸ | Todo in progress |

Color Legend

| Color | Usage % | Meaning | |-------|---------|---------| | 🟢 Green | 0-50% | Safe | | 🟡 Yellow | 51-80% | Warning | | 🔴 Red | 81-100% | Critical |

Plan Differences

| Feature | Max | Pro | |---------|-----|-----| | 5h rate limit | ✅ | ✅ | | Reset countdown | ✅ | ✅ | | 7d all models | ✅ | ❌ | | 7d Sonnet only | ✅ | ❌ |

Troubleshooting

Status line not showing

1. Check if plugin is installed: /plugin list 2. Verify settings.json has statusLine config 3. Restart Claude Code

Rate limits showing ⚠️

  • API token may be expired - run /login to re-authenticate
  • Network issue - check internet connection
  • API rate limited - wait 60 seconds for cache refresh

Activity lines not showing

  • Tools/Agents/Todos lines only appear when there is activity
  • Requires transcript_path in stdin (automatically provided by Claude Code)

Development

# Install dependencies
npm install

# Build
npm run build

# Test locally
npm test

License

MIT

Author

goddaehee - GitHub

Related plugins

Browse all →