Doctor
TelemetryDeck product analytics for Claude Code — CLI + slash commands + progressive-disclosure TQL docs.
npx -y skills add agenkin/telemetrydeck-analytics --skill doctorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Run the TelemetryDeck CLI end-to-end health check (platform, config, secret store, auth, query round-trip).
SKILL.md
1.0 KB, as published. Nobody here has run it
Doctor
Run the tdq doctor end-to-end health check. Use the Bash tool:
tdq doctor
Relay the output verbatim. If any check reports FAIL, explain what the remediation is in one line each:
- platform / secret store — install
libsecret-toolson Linux, or setTELEMETRYDECK_PASSWORD+TELEMETRYDECK_TOKENenv vars for CI/containers. - config file — run
/telemetrydeck-analytics:setup(ortdq login). - whoami (auth) — credentials rejected; run setup with
tdq login --reset. - query round-trip returns 0 rows — either the app is genuinely quiet (check with
/telemetrydeck-analytics:events), the wrong appID is current (checktdq apps), or a parser regression (re-run withTDQ_RAW=1 tdq doctorto see the raw JSON).
Do not offer to "auto-fix" — surface the hint and let the user run the next step.