Ohmytoken Tracker
Skill by 0x5446
Why use this skill?
Turn your LLM token usage into stunning pixel art. Track your AI spending in real-time with the Ohmytoken Tracker for OpenClaw. Easy setup.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0x5446/ohmytoken-trackerWhat This Skill Does
The Ohmytoken Tracker is a visualization tool for OpenClaw that monitors your AI agent token consumption in real-time. By tracking prompt and completion counts across various LLM providers, it transforms raw numeric usage into an artistic, interactive pixel art board. Rather than just staring at an intimidating bill or a boring usage table, this skill allows you to gamify your AI usage, rewarding your interactions with visual growth and digital collectibles. It provides a unique, highly visual perspective on your interaction habits, helping you become more aware of your resource consumption while adding a playful element to your development workflow.
Installation
- Obtain your personal API key by signing into ohmytoken.dev via GitHub or Google.
- Run the command:
openclaw skill install @0x5446/ohmytoken-trackerin your project terminal. - Locate the
openclaw.jsonfile in your root directory and inject the required configuration block:
{
"skills": {
"ohmytoken-tracker": {
"config": {
"api_key": "omt_your_key_here"
}
}
}
}
- Once configured, your token usage will automatically sync and update your board whenever your AI agent performs tasks.
Use Cases
- Token Awareness: Identify which projects or specific models are consuming the most tokens, helping you optimize prompt engineering and model selection.
- Developer Gamification: Stay motivated during long coding sessions by watching your pixel art board fill up as you reach milestones.
- Social Proof: Export your token usage as pixel art cards for GitHub readmes or social media to demonstrate your level of AI-assisted productivity.
- Usage Auditing: Quickly glance at your daily or monthly statistics to ensure you stay within your budget across different LLM service providers.
Example Prompts
- "OpenClaw, pull up my current ohmytoken dashboard and tell me which model I've used the most today."
- "Show me how many tokens I've burned this week and display my current pixel art progress."
- "Summarize my monthly token consumption and check if I've unlocked any new badges or achievements on my tracker board."
Tips & Limitations
- Privacy: Note that the tool only transmits metadata (model name, token counts, timestamps). No sensitive content, files, or prompt text are ever uploaded.
- Performance: While the tracker runs in the background, ensure your internet connection is stable so that token events are successfully registered to your board.
- Model Support: Ensure you are using supported model names so the plugin can correctly categorize your usage and assign the correct pixel colors.
- Limitations: The tracker is primarily a visual reporting tool. It does not exert control over your API spending, so keep an eye on your provider dashboards for actual billing alerts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0x5446-ohmytoken-tracker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: data-collection, external-api