agentsclimarketplace

Doctor

Skill agenkin/telemetrydeck-analytics/skills/doctor

TelemetryDeck product analytics for Claude Code — CLI + slash commands + progressive-disclosure TQL docs.

Install
npx -y skills add agenkin/telemetrydeck-analytics --skill doctor

Assembled 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-tools on Linux, or set TELEMETRYDECK_PASSWORD + TELEMETRYDECK_TOKEN env vars for CI/containers.
  • config file — run /telemetrydeck-analytics:setup (or tdq 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 (check tdq apps), or a parser regression (re-run with TDQ_RAW=1 tdq doctor to see the raw JSON).

Do not offer to "auto-fix" — surface the hint and let the user run the next step.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.