Show the Monomind token usage dashboard — reports spend and call counts for today, week, 30days, or month
Scanned 9/10/2026
Install to Claude Code
npx -y skills add monoes/monomind --skill source-command-tokens --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Source Command Tokens?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/monoes-source-command-tokens)More formats (shields.io, HTML) on the badges page.
---
name: "source-command-tokens"
description: "Show the Monomind token usage dashboard — reports spend and call counts for today, week, 30days, or month"
---
# source-command-tokens
Use this skill when the user asks to run the migrated source command `tokens`.
## Command Template
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)}/.Codex/helpers/token-tracker.cjs" report "${1:-today}"
```
Valid periods: `today` (default), `week`, `30days`, `month`.
Examples: `/tokens`, `/tokens week`, `/tokens month`
After running, show the full output verbatim. No other commentary needed.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!