Mau
Monthly active users for the current TelemetryDeck app. Accepts optional interval / event / compare flags as arguments.From its SKILL.md
npx -y skills add agenkin/telemetrydeck-analytics --skill mauAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things 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.
- runs commandsInstructs the agent to run 1 command, including `tdq mau $ARGUMENTS`.
SKILL.md
0.7 KB, 144 tokens by cl100k_base, as published. Nobody here has run it
MAU
Run the monthly-active-users recipe. Default: last 6 calendar months.
tdq mau $ARGUMENTS
Examples:
- "MAU for the last 12 months" →
tdq mau --months 12 - "MAU this year" →
tdq mau --interval this-year - "MAU month-over-month" →
tdq mau --interval last-month --compare prior-period
After the table prints, summarize in one paragraph: latest month's value, trend direction over the window, any month that stands out. Call out if the current month is partial (this-month / this-year compares partial-to-full).
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.