Clawtally is a read-only telemetry dashboard for OpenClaw. It connects to a local gateway, visualizes usage, and can share anonymized snapshots to a public leaderboard.
- Read-only by design. No commands, no tool invocation, no file writes.
- Local-first connection via a lightweight connector.
- Clear usage breakdowns across tokens, costs, models, tools, cache, and errors.
- Optional community leaderboard and shared profiles.
- Install dependencies:
npm install- Run the app:
npm run dev- Run the local connector in a second terminal:
npm run connectorOpen http://localhost:3000.
Clawtally only reads usage telemetry to render analytics. It does not execute tasks, invoke tools, write files, or modify OpenClaw state.
MIT. See LICENSE.
