Visualize your OpenClaw usage
In OpenClaw, run /sessions list or export your session data, then paste the JSON below:
[{
"sessionKey": "abc123",
"createdAt": "2026-03-08T10:00:00Z",
"messageCount": 20,
"tokenUsage": { "in": 5000, "out": 3000 },
"toolCalls": [
{ "tool": "read", "timestamp": "2026-03-08T10:05:00Z" }
]
}]