agentsclimarketplace

Dau

Skill agenkin/telemetrydeck-analytics/skills/dau

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

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

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

Daily active users for the current TelemetryDeck app. Accepts optional interval / event / compare flags as arguments.

SKILL.md

1.0 KB, as published. Nobody here has run it

DAU

Run the daily-active-users recipe. Default window: last 30 days.

Pass any $ARGUMENTS straight through to the CLI — the user may be asking for a specific window, event filter, or period comparison:

tdq dau $ARGUMENTS

Examples of how users ask → what to run:

  • "DAU for the last week" → tdq dau --interval last-7d
  • "DAU trend this month" → tdq dau --interval this-month
  • "DAU week-over-week" → tdq dau --interval last-7d --compare prior-period
  • "DAU of App_launched last 30 days" → tdq dau --event App_launched --days 30

If the user didn't specify a window, use --interval last-30d. After the table prints, add a one-paragraph plain-English summary: peak day, trough day, trend direction, any obvious drops. Always note the opt-in-sample caveat ("Numbers reflect the opted-in cohort only").

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.