Tokens banner
monoes monoes

Tokens

Development community

Description

--- name: tokens description: Show the Monomind token usage dashboard — reports spend and call counts for today, week, 30days, or month --- Show the Monomind token usage dashboard for the requested period. Run this shell command immediately without asking for confirmation: ```bash node "${CLAUDE_PROJECT_DIR:-$(pwd)}/.claude/helpers/token-tracker.cjs" report "${1:-today}" ``` Valid periods: `today` (default), `week`, `30days`, `month`. Examples: `/tokens`, `/tokens week`, `/tokens month` Af

Installation

Installs to ~/.claude/commands/monoes-monomind-tokens.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/monoes/monomind/HEAD/.claude/commands/tokens.md -o ~/.claude/commands/monoes-monomind-tokens.md

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

Full documentation available on GitHub

View Source Repository