Doctor
Run the TelemetryDeck CLI end-to-end health check (platform, config, secret store, auth, query round-trip).From its SKILL.md
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.
3 things to look at
- reads credentialsReads from 2 credential sources: `TELEMETRYDECK_PASSWORD` and 1 more.
- 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.
- runs commandsInstructs the agent to run 2 commands, including `tdq doctor` and 1 more.
SKILL.md
1.0 KB, 234 tokens by cl100k_base, 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.