Telemetry
ClawHub uses minimal CLI telemetry to compute aggregate skill and plugin install counts.When telemetry is collected
Telemetry is only sent when:- You are logged in in the CLI.
- You run
clawhub install <slug>, or complete an authenticatedopenclaw plugins install clawhub:<package>install. - Telemetry is not disabled (see “How to disable” below).
What we collect
After a skill or plugin has installed and its local install record has been persisted, the CLI sends one best-effort install event. The event includes:- The installed skill slug or canonical plugin package name.
version: the installed version, when known.
What we do not collect
- No folder paths or folder-derived identifiers.
- No file contents.
- No per-run logs, prompts, or other CLI output.
Install counts
For skills, ClawHub maintains:installsAllTime: unique users who have reported at least one CLI install for the skill.installsCurrent: unique users who have reported an install and have not deleted their telemetry.