Daily active users for the current TelemetryDeck app. Accepts optional interval / event / compare flags as arguments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/telemetrydeck-analytics:dauThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the daily-active-users recipe. Default window: last 30 days.
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:
tdq dau --interval last-7dtdq dau --interval this-monthtdq dau --interval last-7d --compare prior-periodtdq dau --event App_launched --days 30If 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").
npx claudepluginhub agenkin/telemetrydeck-analytics --plugin telemetrydeck-analyticsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.