What problem does it solve?
ClawCache Free helps developers automatically track every penny spent on LLM API calls and cache responses to dramatically reduce costs, with per‑call token counting, daily reports, and multi‑provider support.
Core Features & Use Cases
- Automatic cost logging with per‑call token counting across multiple providers (OpenAI, Anthropic, Mistral, Ollama)
- Daily CLI reports showing spending, savings, and cache efficiency
- Exact‑match caching using SQLite with composite keys (model + prompts + parameters) for high hit rates
- Security and reliability features: pickle opt‑in, SQLite WAL mode, cross‑platform file locking
- Real‑world use cases: Code Review, Data Analysis, Content Generation, QA Support
Quick Start
Install clawcache and wrap your LLM call with monitor_cost or async_monitor_cost to start tracking costs and caching.