← Back to Skills Marketplace
407
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install ohmytoken
Description
Visualize your AI token usage as real-time pixel art with customizable boards, animations, achievements, and social sharing powered by ohmytoken.
Usage Guidance
This skill appears internally consistent, but note that the remote service (api.ohmytoken.dev) will see your model names, token counts, and your IP address and can attribute activity to the provided API key. If you care about linking usage to your identity, review the open-source repo at https://github.com/0x5446/ohmytoken-oss, check the service's privacy policy, and consider using a dedicated or limited-scoped API key. If you want extra assurance, audit the published source before installing or use a throwaway key.
Capability Analysis
Type: OpenClaw Skill
Name: ohmytoken
Version: 2.0.3
The OpenClaw skill 'ohmytoken' is benign. Its `src/index.ts` code accurately reflects the stated purpose of tracking LLM token usage by sending only the model name, prompt tokens, and completion tokens to `https://api.ohmytoken.dev/api/v1/ingest`. The `claw.json` manifest correctly declares the necessary 'network' permission. All documentation (`SKILL.md`, `README.md`, `instructions.md`) is transparent about data collection, explicitly stating what is and is not sent, and provides no evidence of prompt injection attempts or instructions for the AI agent to perform unauthorized actions.
Capability Assessment
Purpose & Capability
Name/description say it visualizes token usage; the skill requires a single OHMYTOKEN_API_KEY and its code posts model + token counts to api.ohmytoken.dev — this is proportionate and expected for the described feature.
Instruction Scope
SKILL.md and instructions.md explicitly instruct adding OHMYTOKEN_API_KEY and claim only three fields (model, prompt_tokens, completion_tokens) are sent. The runtime code (src/index.ts) sends exactly those fields and nothing else; it does not read other files or env vars.
Install Mechanism
No install spec is present (instruction-only). There is a small code file included but nothing that downloads or executes external installers. No high-risk install URLs or archive extraction.
Credentials
Only OHMYTOKEN_API_KEY is required (declared in claw.json and SKILL.md). That single API key is appropriate for authenticating usage reports; no unrelated credentials or broad environment access are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or system-wide privileges. It uses the normal onLLMResponse hook and does not modify other skills or agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ohmytoken - After installation, invoke the skill by name or use
/ohmytoken - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.3
Recommend env var over openclaw.json for API key storage to prevent accidental leakage
v2.0.2
Add requiredEnv declaration for OHMYTOKEN_API_KEY in claw.json
v2.0.1
Fix security scan findings: remove incorrect timestamp/IP claims, document OHMYTOKEN_API_KEY env var
v2.0.0
Version 2.0.0: Privacy-first LLM token tracking with pixel art visualization. Tracks model name + input/output tokens only. Zero prompts, zero code, zero content ever leaves your machine.
Metadata
Frequently Asked Questions
What is ohmytoken?
Visualize your AI token usage as real-time pixel art with customizable boards, animations, achievements, and social sharing powered by ohmytoken. It is an AI Agent Skill for Claude Code / OpenClaw, with 407 downloads so far.
How do I install ohmytoken?
Run "/install ohmytoken" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ohmytoken free?
Yes, ohmytoken is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ohmytoken support?
ohmytoken is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ohmytoken?
It is built and maintained by a1pha (@0x5446); the current version is v2.0.3.
More Skills