| summary | Install telemetry collected by the ClawHub CLI and how to opt out. | ||
|---|---|---|---|
| read_when |
|
ClawHub uses minimal CLI telemetry to compute aggregate install counts.
Telemetry is only sent when:
- You are logged in in the CLI.
- You run
clawhub install <slug>. - Telemetry is not disabled (see “How to disable” below).
If you are not logged in, nothing is reported.
On each reported clawhub install, the CLI sends one best-effort install event.
The event includes:
slug: the installed skill slug.version: the installed version, when known.
- No folder paths or folder-derived identifiers.
- No file contents.
- No per-run logs, prompts, or other CLI output.
ClawHub maintains aggregate counters per skill:
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.
Everyone only sees aggregated install counters.
Deleting your account also deletes your telemetry data.
Set the environment variable:
export CLAWHUB_DISABLE_TELEMETRY=1With this set, the CLI will not send install telemetry.