CostClaw: Free Local Cost Tracking Dashboard for OpenClaw Agents

What CostClaw Does
CostClaw is a free, local cost tracking dashboard for OpenClaw agents that requires no account. It captures every LLM call via OpenClaw's native hooks with zero configuration needed. All data stays local in SQLite with nothing sent anywhere.
Features
- Live dashboard at localhost:3333 with model breakdown, per-session costs, and hourly spend chart
- Shows cost split by trigger: user message / heartbeat / cron / subagent
- Generates specific recommendations based on your actual usage
- Developer is happy to add model pricing if yours shows $0.00
Installation
Install takes 60 seconds with these commands:
git clone https://github.com/Aperturesurvivor/costclaw-telemetry.git
cd costclaw-telemetry && npm install && npm run build
openclaw plugins install -l . && openclaw gateway restartReal-World Impact
The developer discovered their heartbeat agent was running Claude Sonnet every 3 minutes 24/7 even when they weren't using it, burning $60/month doing nothing. Switching it to Haiku for the keep-alive check cut their bill by approximately 65%.
📖 Read the full source: r/openclaw
👀 See Also

Open Source Grafana Dashboard Tracks Claude Code Costs and Usage via OpenTelemetry
An SRE built a free Grafana dashboard to visualize Claude Code spend, token usage, cache hit ratios, and edit decisions by pulling OpenTelemetry metrics into Prometheus-compatible backends.

YourMemory: AI memory with biological decay hits 59% recall on LoCoMo-10
YourMemory gives AI agents persistent memory using Ebbinghaus forgetting curve and graph-enhanced retrieval. Benchmarked at 59% Recall@5 on LoCoMo-10, 2× better than Zep Cloud.

Opendesk: MCP + SOM algorithm for AI desktop control via Claude Code
Opendesk gives AI agents eyes and hands on your desktop via an MCP server with a custom SOM algorithm. Integrates with Claude Code or any agentic harness for mouse/keyboard control, learning, replay, and scheduling.

Context Mode MCP Server Cuts Claude Code Context Usage by 98%
Context Mode is an MCP server that reduces Claude Code context consumption from 315 KB to 5.4 KB by sandboxing tool outputs. It supports 10 language runtimes and includes a knowledge base with full-text search.