groupby

groupby is a skill for Claude Code, Codex from agenkin/telemetrydeck-analytics. It costs 24 tokens per session (279 once invoked), scanned A, original, MIT.

A TelemetryDeck report that breaks event counts or unique-user counts into groups such as licence type, operating-system version, or country. A unique-user count counts distinct users rather than every event they send.

In plain words
What is it for?
Use it to analyse audience mix, compare countries or software versions, inspect licence splits, and identify changes over time.
Why use it?
It shows which groups contribute most to an event or user total and can compare the current period with an earlier one.

Skill for Claude CodeCodex

Part of the telemetrydeck-analytics plugin — 11 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/agenkin/telemetrydeck-analytics/groupby
Any agent
npx skills add agenkin/telemetrydeck-analytics --skill groupby
Clone the repo
git clone --depth 1 https://github.com/agenkin/telemetrydeck-analytics

Made for: Claude Code, Codex.

Or install telemetrydeck-analytics, the plugin that ships this one along with the rest of its 11 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for groupby

README.md
[![agentmods](https://agentmods.dev/badge/skills/agenkin/telemetrydeck-analytics/groupby.svg)](https://agentmods.dev/skills/agenkin/telemetrydeck-analytics/groupby)
Your own site
<a href="https://agentmods.dev/skills/agenkin/telemetrydeck-analytics/groupby"><img src="https://agentmods.dev/badge/skills/agenkin/telemetrydeck-analytics/groupby.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 279 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00279
Opus 5 $0.00012 $0.00139
Sonnet 5 $0.00005 $0.00056
Haiku 4.5 $0.00002 $0.00028

Measured 5d ago against content hash 0834ca8fdaf6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

groupby scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/groupby/SKILL.md · 24 lines

What it actually says

Groupby

Run a one-dimension breakdown. $ARGUMENTS starts with the dimension name and then any flags:

tdq groupby $ARGUMENTS

Examples:

  • "License split for App_launched, last 30d" → tdq groupby license --event App_launched --interval last-30d
  • "OS major-version breakdown by users, this month" → tdq groupby majorSystemVersion --metric users --interval this-month
  • "License share vs. last period" → tdq groupby license --event App_launched --interval last-30d --compare prior-period
  • "Top countries last week" → tdq groupby countryCode --metric users --interval last-7d

If the user mentions "share" / "mix" / "split", compute percentages client-side from the result and include them in the summary. If they say "vs last month" / "trending", add --compare prior-period.

Always state what the metric represents: --metric count is event count (not users), --metric users is unique clientUser cardinality.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 24 lines · 24 tokens per session scan A 0834ca8fdaf6

Subscribe to this mod's changes

groupby is a skill published in the GitHub repository agenkin/telemetrydeck-analytics (2 stars, last pushed 4mo ago), licensed MIT. It adds 24 tokens to every session and 279 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

onboarding

Skill "onboarding" from knitli/toolshed, covering codeweaver first-run onboarding, your goal, setup flow, 1. welcome & overview and 2. embedding provider selection.

knitli/toolshed · 0 tokens

setup

Skill "setup" from knitli/toolshed, covering codeweaver setup / reconfiguration, your goal, setup flow, 1. welcome & context and 2. embedding provider selection.

knitli/toolshed · 0 tokens

specmint-core

Persistent spec management for AI coding workflows. Use this skill when the user explicitly mentions specs, forging, or structured planning: says "forge", "forge a spec", "write a spec for X", "create a spec", "plan X as a spec", "resume", "what was I working on", "spec list/status/pause/switch/activate", "implement…

ngvoicu/specmint-core · 154 tokens

context-hygiene

Knowledge about AI context file locations, staleness patterns, and maintenance rules across 10+ tool ecosystems. Loaded when working with or near context files.

knitli/toolshed · 36 tokens

.codex

Skill ".codex" from knitli/toolshed, covering context hygiene skill, name, description, instructions and 1. discovery.

knitli/toolshed · 0 tokens

beat-sync-video-editing

This skill should be used when the user asks to "edit a video to music", "create a beat-synced edit", "make a montage", "sync cuts to beats", "cut a video to the beat", "make a music video edit", "edit clips to a song", "build FFmpeg filters for video editing", or mentions combining video clips with audio tracks using…

ecliptic-ai/skills · 106 tokens