ohmytoken for Openclaw

A real-time AI spending tracker that visualizes LLM token consumption as interactive, customizable pixel art bead boards.

0x5446
v2.0.3
Feb 27, 2026
0
913
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install ohmytoken

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install ohmytoken using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ohmytoken?

ohmytoken is a unique developer tool that turns the abstract concept of token consumption into a tangible and aesthetically pleasing experience. By integrating with Openclaw Skills, it monitors your interactions with various Large Language Models and represents every token as a colored pixel on a digital bead board.

This skill provides a creative way to stay mindful of your AI spending while adding a social and gamified layer to your development workflow. Each AI model is color-coded—such as coral for Claude, green for GPT, and blue for Gemini—allowing you to see exactly which models are driving your projects through vibrant, real-time visualizations.

ohmytoken Use Cases

  • Monitoring real-time AI token usage and spending patterns during long coding sessions.
  • Visualizing model preference and distribution across different development tasks.
  • Gamifying the development experience through achievements like Night Owl and Millionaire milestones.
  • Displaying AI usage transparency on GitHub profiles using embeddable SVG badges.
  • Sharing unique pixel art representations of your AI activity with the community.

How ohmytoken Works

  1. When you make a request to an LLM through the Openclaw Skills interface, the tracker captures basic metadata.
  2. The skill extracts exactly three non-sensitive fields: the model name, the prompt token count, and the completion token count.
  3. This data is securely sent to your ohmytoken dashboard linked to your unique API key.
  4. The dashboard instantly updates, dropping new pixels onto your selected board shape using your preferred animation style.

ohmytoken Setup

To integrate ohmytoken with your existing Openclaw Skills setup, follow these steps:

  1. Sign in to ohmytoken.dev via GitHub or Google to obtain your API key.
  2. Install the skill via your terminal:
openclaw skill install @0x5446/ohmytoken
  1. Configure your API key as an environment variable to ensure security:
export OHMYTOKEN_API_KEY="your_api_key_here"
  1. Add the export command to your ~/.zshrc or ~/.bashrc and restart your terminal session.

ohmytoken Data Schema & Taxonomy

Privacy is a core focus of this addition to the Openclaw Skills library. The system never accesses your code, prompts, or responses. The data schema is strictly limited to:

Data Point Description
Model Name Identifies the LLM used (e.g., gpt-4o, claude-3-5-sonnet)
Prompt Tokens The integer count of tokens in your request
Completion Tokens The integer count of tokens in the AI response

All data is associated with your account via the OHMYTOKEN_API_KEY and is used solely for generating your pixel art and ranking stats.

ohmytoken Advanced Features

  • Support for 7 distinct board shapes including cat, heart, star, and mushroom.
  • 7 dynamic fill animations such as spiral, tetris-style rain, and center-out bloom.
  • Automated achievement system for tracking usage milestones and coding habits.
  • Global leaderboards to compare model diversity and efficiency with other developers.
  • Personal Wrapped reports for a comprehensive year-in-review of your AI usage within the Openclaw Skills ecosystem.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*