💸

OpenClawCostTracker

Real-time AI API cost tracking from your terminal

Overview

A .NET global tool that monitors and reports spending across OpenAI, Anthropic, Azure OpenAI, and other LLM providers. Get live cost breakdowns by model, date range, and project — all from a single command.

Installation

Install globally
dotnet tool install --global OpenClawCostTracker
Run the tool
openclaw-cost
Update to latest version
dotnet tool update --global OpenClawCostTracker
Uninstall
dotnet tool uninstall --global OpenClawCostTracker

Features

  • Tracks spend across all major LLM providers
  • Daily, weekly, and monthly cost summaries
  • Per-model and per-project breakdowns
  • Budget alerts via terminal or email
  • CSV and JSON export for billing reports

Quick Start

terminal
# Install from NuGet.org
dotnet tool install --global OpenClawCostTracker

# Run the tool
openclaw-cost

# Show help and available options
openclaw-cost --help

# Update when a new version is released
dotnet tool update --global OpenClawCostTracker