CLACOROO

Dashboard

The Dashboard is where CLACOROO opens. It’s a long, scrollable page that summarises everything CLACOROO knows about your Claude Code setup — and where you start most sessions.

Overview

The CLACOROO Dashboard, with context estimate at the top, Claude quote bar, and KPI cards below.

Three layers, from top to bottom:

  1. Context estimate — what’s filling your prompt right now, by category, with a coloured bar
  2. Claude quote — your live quota status (Session, Weekly, Weekly Sonnet)
  3. Statistics + lists — KPI cards, then a recap of every section in the sidebar (Marketplaces, Plugins, Skills, Agents, MCP servers, Hooks, recent activity)

The whole page is live: when files in ~/.claude/ change (because you ran a CLI command, or another tool wrote something), the numbers refresh on their own.

What it shows

Context estimate

A colored stacked bar represents the current prompt context broken down by source. Five categories, each in its own color:

  • Skills (index) — token cost of your installed skills
  • System prompt — fixed Claude Code system prompt
  • Agents (index) — token cost of your installed agents
  • Memory filesCLAUDE.md files loaded for the current project
  • MCP servers — how many MCP servers are connected, and their announce cost

Below the bar you see the absolute number (e.g. 40.6K / 200.0K tokens) and the percentage of the model’s context window already used.

If a category cost grows unexpectedly, you usually find the culprit in the Plugins by weight list further down.

Claude quote

Three live progress bars for the three quotas Claude Code reports:

  • Session (5h) — short-window rate limit, resets in minutes
  • Weekly (7d) — your overall weekly quota
  • Weekly Sonnet — model-specific weekly quota for Claude Sonnet usage

Each bar shows a percentage and a “resets in” countdown. If you don’t see this section, you’re not logged in to claude.ai (or your API key is configured instead — see Claude account).

Statistics

A row of KPI cards showing Active plugins, Disabled, Local plugins, Marketplaces, Total skills, Total agents, MCP connected, Hooks, Always-on tokens, and Health issues.

A row of KPI cards, each focused on one number:

KPIWhat it counts
Active pluginsGlobally enabled plugins (excluding local-scope and disabled ones)
DisabledPlugins you have disabled but kept installed
Local pluginsPlugins scoped to the current project only
MarketplacesNumber of marketplaces you’ve registered
Total skillsSkills across all installed plugins
Total agentsAgents across all installed plugins
MCP connectedX / Y — connected servers over total registered
Hooks (or Hooks · N plugins)Total hooks, with the number of plugins that provide them
Always-on tokensThe cost (in tokens) of everything that’s always in your context
Health issuesSkills/agents with err status — broken setups that need attention
Hooks with missing depsConditional: shows only if some hooks depend on CLI tools you don’t have installed

KPI cards that act as shortcuts are clickable: clicking the Hooks card jumps to the Hooks section, the MCP card jumps to MCP, and so on.

Claude Code usage

Claude Code usage cards: sessions, messages, total tokens, estimated API value, active days, most active day, current streak, longest streak, peak hour, favorite model.

A second row of cards, this time about history rather than the current state:

  • Sessions — total Claude Code sessions on this machine
  • Messages — total messages exchanged
  • Total tokens — across every session
  • Est. API value — what those tokens would have cost on the pay-as-you-go API
  • Active days — how many days you’ve actually used Claude Code
  • Most active day — the date of your single busiest day
  • Current streak / Longest streak — consecutive days of use
  • Peak hour — the hour of the day you use Claude Code the most
  • Favorite model — the model you used the most

All of these are computed locally from the session JSONL files Claude Code writes to disk. CLACOROO makes no API call to compute them.

Plugins by weight, marketplaces, recent activity

Below the cards, the dashboard repeats a compact summary of each sidebar section: the top plugins ranked by weight (with quick Disable buttons), the marketplaces you have configured, recent skills, agents, MCP servers and hooks, and a chronological Recent activity log of the actions you took recently.

Each row links back to its full section in the sidebar, so the dashboard works as a map of your setup.

Common tasks

How to refresh the dashboard

The dashboard updates automatically when files on disk change. To force a manual reload (after running a CLI command in another window, for example):

  1. Click the Refresh button in the top-right of the topbar, or
  2. Press Cmd / Ctrl + R, or
  3. Open the command palette (Cmd / Ctrl + K) and run Reload data

How to find which plugin is using the most context

  1. Scroll to Plugins by weight
  2. Read from the top: the ranking is descending by always-on token cost
  3. To temporarily save context, click Disable on a card — it runs claude plugins disable <plugin>@<marketplace> and the number drops immediately

How to jump from a KPI to its section

KPI cards with a value (e.g. Hooks · 3 plugins) are clickable: a single click moves you to the corresponding section in the sidebar, already filtered when it makes sense.

How to read recent activity

The Recent activity list shows the last operations CLACOROO performed for you (enable, disable, update, install, remove, add/remove MCP, add/remove marketplace). Each row has:

  • A small icon for the operation kind
  • The target (plugin/marketplace/MCP name)
  • A timestamp (“3 minutes ago”)
  • A success/failure dot — green for success, red for failure (hover for the error message)

If you’re trying to remember “what did I just do?”, this is the place.

Tips & shortcuts

  • Hover the context bar to see the exact token count for each category
  • Hover the quota bars to see absolute numbers and reset timestamps
  • KPI cards with 0 stay in the dashboard so you know the section exists — they aren’t hidden
  • The Always-on tokens number is your most useful budget metric: keep it low and your context stays cheap
  • The dashboard doesn’t poll: it refreshes only when files actually change on disk, so it never wastes CPU

Edge cases & errors

  • The Claude quote section is missing. You aren’t logged in to claude.ai, and no API key is configured. Open Settings · Claude account to log in, or Settings · Anthropic API key to add a key.
  • The context bar shows or stays at 0. Claude Code hasn’t written a context cache yet. Open a Claude Code session, send a message, then click Refresh.
  • Statistics are zero across the board. Either Claude Code is freshly installed, or its session logs live somewhere CLACOROO can’t read. Make sure CLACOROO can read ~/.claude/ (or %APPDATA%\Claude\ on Windows).
  • Health issues count is high. Open the Plugin manager — broken skills/agents have a red dot you can click to see the error message.
  • Plugin manager — the section where you act on the Plugin KPIs
  • Stats — the deeper version of the Claude Code usage cards (per model, per project, history)
  • MCP servers — the section behind the MCP connected card
  • Hooks — the section behind the Hooks card
  • Claude account — what powers the Claude quote bars