A financial tracking utility for AI agents that monitors token costs, budget limits, and model-specific expenditures.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawcost
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 clawcost using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawCost is a robust budget management utility designed specifically for users of Openclaw Skills. It provides deep visibility into the financial overhead of running AI agents by tracking token consumption and translating it into real-world currency. The skill allows developers to maintain a clear overview of their spending patterns across different Large Language Models such as Claude 3 Sonnet, Haiku, and Opus.
By integrating this skill into your workflow, you gain the ability to set hard daily budgets and track your remaining balance in real-time. It acts as a financial watchdog, ensuring that automated coding tasks do not lead to unexpected API bills. Whether you are managing a small personal project or a large-scale automation suite, this tool provides the necessary transparency to keep your AI operations sustainable.
To utilize this skill within the Openclaw Skills framework, ensure you have Python 3 installed. You can check your status or update your balance using the following commands:
# Check your current spending against a $10 daily budget
python3 scripts/clawcost.py --budget 10
# Initialize or update your total account balance
python3 scripts/clawcost.py --set-balance 50.00
ClawCost organizes financial data into a comprehensive schema to provide clarity on usage within Openclaw Skills. The data is structured as follows:
| Object | Description |
|---|---|
| balance | Tracks initial top-up, total spent, and remaining funds. |
| today | Monitors current day cost, budget limits, and percentage of budget used. |
| week | Provides a rolling 7-day total of all expenditures. |
| total | An all-time summary of costs and total tokens processed. |
| models | A percentage-based breakdown of spending per specific AI model. |
| daily | A historical log of costs for each individual day in the past week. |
Loading
FreeRide automates the selection and configuration of free AI models from OpenRouter for the OpenClaw agent ecosystem.

FreeRide is a management tool that automatically configures and ranks free AI models from OpenRouter for use within OpenClaw environments.

A comprehensive utility for managing .near domain names and resolving blockchain account IDs within the Openclaw Skills ecosystem.

A streamlined CLI tool for requesting NEAR testnet tokens and managing account balances within the Openclaw environment.

A methodical end-to-end software delivery orchestrator for Codex CLI that manages project lifecycles through strict quality gates and spec-driven development.

A high-performance parallel web search tool using Python's asyncio to retrieve data across multiple queries simultaneously.








































