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

Alibaba's $10 monthly coding plan offers high-volume access to multiple AI models for OpenClaw users
For $10 per month, Alibaba's plan provides access to Qwen3.5-Plus, Kimi-K2.5, GLM-5, and MiniMax-M2.5 models with quotas of 1,200 requests per 5 hours, 9,000 per week, and 18,000 per month.

Open Memory Protocol: One Memory Store for Claude, ChatGPT, Cursor
Open Memory Protocol (OMP) is a vendor-neutral spec and reference server for portable AI memory. Run a self-hosted server via Docker or npx, connect Claude via MCP, and share memory automatically with ChatGPT and Cursor.

LetMeWatch: Python Plugin Adds Video Analysis to Claude via FFmpeg Scene Detection
A developer built a ~200-line Python plugin called LetMeWatch that enables Claude to analyze videos by using FFmpeg for scene detection, extracting only frames where visuals change, timestamping them, and feeding batches to Claude's multimodal vision.

OpenIntel Iran: AI-Powered Conflict Dashboard Updates with Hourly Briefings
A developer's AI agent has overhauled the OpenIntel Iran dashboard, an auto-updating intelligence tool that scans Reuters, AP, BBC, and other major sources hourly to verify developments and publish structured briefings on the Iran-Israel-US conflict.