All Packages
💸
AI & MLv@Package.Version

OpenClawCostTracker

Real-time AI API cost tracking from your terminal

AICost TrackingOpenAIAnthropicCLI

About

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.

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

Installation

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

Quick Start

# Step 1 — Install globally (requires .NET 8 SDK or later)
dotnet tool install --global OpenClawCostTracker

# Step 2 — Run it
openclaw-cost

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

# Update to the latest version at any time
dotnet tool update --global OpenClawCostTracker