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

Summary

Statusline showing today/yesterday/week/month cost with date ranges, burn rate, budget bar, git branch/PR/stash, session timer. Configurable via /ccstatus slash command.

Install to Claude Code

/plugin install ccstatus@ccstatus

Run in Claude Code. Add the marketplace first with /plugin marketplace add amecoder/ccstatus if you haven't already.

README.md

ccstatus

Claude Code statusline with cost tracking, git context, and PR status.

 feat/auth*3 ↑2 PR#123 · ⏱  1h07m · 💰 오늘$40 🔥$32/h 어제$265(4/16) 주$2.8k(4/13~) 월$5.7k(4/1~17) [█████░░░░░] 57%

Features

  • Cost tracking — daily / yesterday / weekly / monthly spend from local transcripts
  • Date ranges주(4/13~) / 월(4/1~17) inline
  • Burn rate🔥$32/h based on today's activity window
  • Budget bar — color-coded progress vs monthly budget (default $10,000)
  • Git context — branch, dirty file count, ahead/behind, stash count
  • PR status — auto-detected via gh pr view, cached 5 min
  • Issue ID — auto-extracts LIN-123 style IDs from branch names
  • Session timer — elapsed time in current Claude Code session
  • Subscription quota — reads claude-hud 5h/7d remaining if present
  • Localization — Korean (default) or English
  • Configurable — via /ccstatus slash command

Installation

# 1. Add marketplace
/plugin marketplace add amecoder/ccstatus

# 2. Install
/plugin install ccstatus

Then add to ~/.claude/settings.json:

{
  "statusLine": {
    "type": "command",
    "command": "${CLAUDE_PLUGIN_ROOT}/bin/ccstatus --text"
  }
}

Or chain with existing statusline tools (e.g., claude-hud):

{
  "statusLine": {
    "type": "command",
    "command": "bash -c '$HUD; $CCSTATUS --text 2>/dev/null || true'"
  }
}

Configuration

Use the slash command inside Claude Code:

/ccstatus                  # show current config
/ccstatus budget 15000     # set monthly budget ($)
/ccstatus lang en          # switch to English
/ccstatus week sunday      # start week on Sunday
/ccstatus reset            # restore defaults

Settings are persisted to ~/.claude/ccstatus.json.

Environment overrides

Environment variables always win over the config file:

| Variable | Values | Default | |----------|--------|---------| | CCSTATUS_MONTHLY_BUDGET | number (USD) | 10000 | | CCSTATUS_LANG | ko, en | ko | | CCSTATUS_WEEK_START | monday, sunday | monday |

How it works

  • Scans ~/.claude/projects/*/.jsonl for usage events from the current month
  • Prices tokens using the Claude pricing table (Opus/Sonnet/Haiku 4.x)
  • Caches cost aggregation for 5 minutes (~/.claude/ccstatus-cost-cache.json)
  • Caches PR lookups for 5 minutes (~/.claude/ccstatus-pr-cache.json)
  • Reads optional subscription quota from claude-hud cache if available

Nothing is uploaded. All computation is local.

Requirements

  • Python 3.10+
  • git (optional — git info hidden if unavailable)
  • gh CLI (optional — PR number hidden if unavailable or not authenticated)

License

MIT

Related plugins

Browse all →