All Packages
OpenClawCostTracker
Real-time AI API cost tracking from your terminal
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 OpenClawCostTrackerRun
openclaw-costUpdate to latest
dotnet tool update --global OpenClawCostTrackerUninstall
dotnet tool uninstall --global OpenClawCostTrackerQuick 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