A utility for tracking OpenRouter API spending, credit balances, and per-model cost breakdowns directly from session logs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openrouter-usage-info
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 openrouter-usage-info using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenRouter Usage Tracker is a specialized tool designed to provide developers with transparent insights into their LLM expenditures. As a vital addition to your collection of Openclaw Skills, it bridges the gap between agent activity and billing by parsing local session data and fetching real-time account balances. This ensures that you can monitor token consumption and financial overhead without ever leaving your development environment.
By leveraging the efficiency of local session parsing, the skill offers a privacy-conscious way to audit usage. It allows users to see exactly which models are driving costs and provides projections to help manage monthly budgets effectively. Whether you are managing a single agent or a fleet of specialized assistants, this skill brings financial clarity to your AI workflows.
The skill requires an active OpenRouter API key. Ensure the key is accessible via your environment or the OpenClaw configuration.
# Run a full report for the current day
openrouter-usage report
# Check usage for the last 30 days
openrouter-usage report --month
The skill organizes and processes data according to the following structure:
| Data Type | Source | Description |
|---|---|---|
| Session Logs | ~/.openclaw/agents//sessions/.jsonl | Local files containing raw token and model usage data. |
| Credit Data | OpenRouter API | Real-time balance information fetched via authenticated request. |
| Model Metadata | Internal Mapping | Correlation of model IDs to specific cost-per-token rates. |
| Filters | CLI Arguments | Support for --agent, --date, and --utc for refined reporting. |
Loading
An automation skill designed to scaffold and implement TypeScript-based plugins, slash commands, and agent tools for the OpenClaw ecosystem.

A strategic protocol for AI agents to identify ambiguity and seek concise clarification before executing tasks.

A specialized meta-skill designed to guide developers through the creation, optimization, and packaging of modular capabilities for AI agents.

A specialized skill for professional bidirectional technical translation between Chinese and English, ensuring terminology consistency and documentation standards.

A professional-grade automation skill for executing trades, fetching real-time market data, and managing portfolios on VBrokers via the OpenAPI Gateway.

An automated utility for checking Vietnamese traffic violations using vehicle license plates and official government cross-referencing.








































