TokenWatch is a comprehensive spending monitor that helps developers track and optimize AI token costs across multiple providers in real-time.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install token-watch
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install token-watch using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
TokenWatch is a specialized utility designed for developers who need to maintain strict control over their generative AI expenditures. As one of the most practical Openclaw Skills, it provides a local-first, zero-dependency solution for recording API usage from providers like Anthropic, OpenAI, Google, and Mistral. By automating the calculation of costs based on the latest February 2026 pricing models, it ensures that users are never surprised by their monthly bills.
This skill functions entirely on your local machine, requiring no external API keys or telemetry. It allows users to gain full visibility into where their budget is going and provides actionable suggestions for reducing spend by comparing 41 different models across 10 major providers. It is an essential addition to any privacy-conscious development workflow seeking to maximize efficiency while minimizing overhead.
Install the skill into your local environment and initialize it within your Python project:
from tokenwatch import TokenWatch
monitor = TokenWatch()
To set up budgets and alerts:
monitor.set_budget(
daily_usd=1.00,
monthly_usd=15.00,
alert_at_percent=80.0
)
The skill organizes its data locally to ensure privacy and fast access. The following data structures are used:
| Component | Description | Format |
|---|---|---|
| Usage Logs | Stores model name, token counts, task labels, and calculated USD cost. | JSON |
| Budget Config | Stores daily, weekly, and monthly limits alongside alert thresholds. | JSON |
| Pricing Table | A dictionary of 41 models across 10 providers with input/output rates per 1M tokens. | Internal Object |
| Export Reports | Aggregated spending data for specific time periods (today, week, month). | JSON |
Loading
A model-agnostic benchmarking tool that compares performance, cost, and quality across nine major AI providers simultaneously.

A persistent, searchable memory layer that prevents AI agents from forgetting user preferences and project context between sessions.

A zero-dependency Python tool for AI agents to capture, store, and retrieve real-time learnings and error resolutions.

A specialized skill for AI agents to deliver culturally appropriate, multilingual greetings across formal and informal contexts.

Automate job searches and application submissions across multiple platforms like LinkedIn and Indeed using Clawdbot.

A comprehensive developer framework for building WCAG 2.1 AA compliant websites using semantic HTML, ARIA, and keyboard-first navigation.








































