🦞 ClawRing

Visualize your OpenClaw usage

Import Your Data

In OpenClaw, run /sessions list or export your session data, then paste the JSON below:

Sample JSON format:

[{
  "sessionKey": "abc123",
  "createdAt": "2026-03-08T10:00:00Z",
  "messageCount": 20,
  "tokenUsage": { "in": 5000, "out": 3000 },
  "toolCalls": [
    { "tool": "read", "timestamp": "2026-03-08T10:05:00Z" }
  ]
}]