Agent skill
token-usage-monitor
Build and share a visual dashboard for OpenClaw token usage, model cost comparison, and recent model change timeline. Use when user asks token usage check, model cost tracking, or usage comparison.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/token-usage-monitor
Metadata
Additional technical details for this skill
- openclaw
-
{ "os": [ "darwin", "linux" ], "emoji": "\ud83d\udcca", "requires": { "bins": [ "bash", "python3" ] } }
SKILL.md
Token Usage Monitor
Use this skill when the user asks things like:
- "token usage check"
- "model usage compare"
- "cost by model"
- "토큰 사용량 확인"
- "모델 변경 이력"
Command
Run:
bash "$HOME/openclaw_pro/workspace/scripts/publish_token_dashboard.sh" --profile jarvis --hours 720 --model-changes 20
Response format
After running the command:
- Return the
DASHBOARD_URLfirst. - Return
SUMMARYin one short line. - Return up to 8 items from
MODEL_CHANGES_START ... MODEL_CHANGES_END. - If no model changes exist, say that clearly.
Rules
- Do not expose secrets.
- If generation fails, report one concrete reason and one retry command.
- Keep response concise and actionable.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?