hueanmy

Usage Summary — Development skill for Claude Code

Development community

Run the Claude Code token usage monitor and display a usage summary.

How to install Usage Summary

Installs to ~/.claude/commands/hueanmy-claude-token-monitor-usage-summary.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/hueanmy/claude-token-monitor/HEAD/.claude/commands/usage-summary.md -o ~/.claude/commands/hueanmy-claude-token-monitor-usage-summary.md

Restart Claude Code, or start a new session, for it to be picked up.

What Usage Summary does

Run the Claude Code token usage monitor and display a usage summary.

Execute these commands (the working directory is the project root where monitor.py lives):

  1. Overall summary with model breakdown:
python monitor.py summary
  1. Last 7 days daily breakdown:
python monitor.py daily --days 7
  1. Budget status (no limits set, just shows current spend):
python monitor.py budget

After running, report:

  • Total sessions, API calls, and all-time cost
  • Which mode

Alternatives in Development

  • Claude Canvas — A TUI toolkit that gives Claude Code its own display 1.4k ★
  • Claude Usage — A local dashboard for tracking your Claude Code token usage, costs, and session history 864 ★
  • Artsy — Display the following guidance about working with Claude on Artsy projects to the user 633 ★

Full documentation available on GitHub

View Source Repository