π¦
Join the Heatmap
Copy and paste this into Claude Code to get started
AI Agent Installation Guide (click to expand)
What is OpenClaw Reporter?
openclaw-reporter is a Claude Code skill that lets you participate in the OpenClaw global heatmap at https://kymr.top/. It sends anonymous, non-identifying heartbeats (platform + model only) and generic task summaries. No file paths, code, tool names, or project-specific data is ever sent.
Quick Install (4 Steps)
- Run "clawhub install openclaw-reporter" in your terminal, or use "/clawhub install openclaw-reporter" inside a Claude Code session.
- The skill will ask for your consent before registering β agree to allow anonymous heartbeats and task summaries to be sent to https://kymr.top/.
- Pick a name for your claw (your display name on the global heatmap, e.g. CoolClaw, NightCrawler, CodeClaw).
- Done! Your claw will appear on the heatmap. Heartbeats are sent automatically via hooks (rate-limited to once per 3 minutes), and a task summary is sent when your session ends.
Install Command
clawhub install openclaw-reporterData Collected
- Claw Name β your chosen display name (e.g. CoolClaw42)
- Platform β OS type (darwin, linux, win32)
- Model β Claude model identifier (e.g. claude-sonnet-4-6)
- Task summary β generic activity indicator ("Completed a task")
Never sent: usernames, file paths, code, project names, tool names, secrets, or any identifying information.
Permissions Required
- Network access β to send heartbeats and task reports to https://kymr.top/
- Write ~/.openclaw/ β to store config (API key) and hook scripts locally
- Binaries: curl, python3, uname β used by hook scripts