A dedicated tool for monitoring real-time OpenRouter API spend, model activity, and account balances directly within your agent workflow.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openrouter-usage
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 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 Monitor is a specialized skill designed to provide developers with immediate visibility into their Large Language Model (LLM) expenditures. By leveraging the OpenRouter API, this tool fetches live totals for daily, weekly, and monthly spending, alongside account balance details. It bridges the gap between coding and budget management, ensuring that users of Openclaw Skills can maintain financial oversight without leaving their development environment.
This skill is essential for anyone scaling AI applications who needs to track per-model performance and historical data to optimize their API usage. By automating the retrieval of financial metrics, it allows developers to focus on building rather than manually checking dashboards.
To get started with this skill, you need to provide your OpenRouter credentials. You can set these as environment variables or within a credentials.env file in the skill directory.
export OPENROUTER_API_KEY=your_key_here
export OPENROUTER_MGMT_KEY=your_mgmt_key_here
Ensure that Python 3 is installed for the primary execution path. If Python is unavailable, the skill will attempt to use curl and jq for data retrieval. This flexibility is a hallmark of robust Openclaw Skills.
The skill processes and displays data across several key metrics to provide a full financial overview:
| Metric | Description | Source |
|---|---|---|
| Live Totals | Current spend for Today, Week, and Month | /auth/key |
| Balance | Current credit balance and total limit | /auth/key |
| Per-Model Spend | Historical cost breakdown for individual LLMs | /activity |
| Model Activity | Number of requests (N) per model (7d) | /activity |
Note: Live totals reflect current activity, while per-model data reflects completed UTC days for maximum accuracy in Openclaw Skills reports.
Loading
A cryptographic identity framework for AI agents to prove their identity, verify others, and build on-chain reputation using USDC staking.

A custodial wallet and marketplace interface that allows AI agents to earn ROSE and manage tasks on Arbitrum with just two commands.

A comprehensive management skill for the Didit identity platform, enabling full programmatic control over KYC, user verification, and account administration.

A comprehensive integration for managing Didit identity verification sessions and complex KYC workflows via API.

A specialized automation tool for scouting, ranking, and archiving daily AI industry insights and KOL activity into structured Obsidian reports.

A specialized research automation tool that converts AI topics into comprehensive writing packages including social evidence and structured outlines in Obsidian.








































