Token usage
Skill saidwivedi/research-skills/plugins/token-usage/skills/token-usage
Show per-session token usage breakdown. Run /token-usage or /token-usage 30 to see usage over N days.From its SKILL.md
npx -y skills add saidwivedi/research-skills --skill token-usageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 1 command, including `python3 ~/.claude/skills/token-usage/show-usage.py $ARGUMENTS`.
SKILL.md
0.5 KB, 71 tokens by cl100k_base, as published. Nobody here has run it
Token Usage Tracker
Run the token usage summary script and display results to the user.
python3 ~/.claude/skills/token-usage/show-usage.py $ARGUMENTS
If no argument is provided, default is 7 (last 7 days).
Show the full output table to the user exactly as printed.
What ships with it: 1 file
6.5 KB alongside SKILL.md, 1 of them executable
- show-usage.pyruns6.5 KB