grovs-analytics

grovs-analytics is a skill for Claude Code, Codex from grovs-io/mcp. It costs 62 tokens per session (773 once invoked), scanned A, original, MIT.

A set of tools for measuring tracking-link performance, including views, app opens, installs, revenue, and users. Tracking links are special URLs used to connect visits or app activity to a particular link.

In plain words
What is it for?
Use it to review overall results, rank links by views, inspect daily statistics, and calculate totals for a selected date range.
Why use it?
It removes the need to manually combine link data and compare time periods or individual links.

Skill for Claude CodeCodex

Part of the grovs plugin — 6 skills, 1 MCP server 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/grovs-io/mcp/grovs-analytics
Any agent
npx skills add grovs-io/mcp --skill grovs-analytics
Clone the repo
git clone --depth 1 https://github.com/grovs-io/mcp

Made for: Claude Code, Codex.

Or install grovs, the plugin that ships this one along with the rest of its 6 skills, 1 MCP server.

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 grovs-analytics

README.md
[![agentmods](https://agentmods.dev/badge/skills/grovs-io/mcp/grovs-analytics.svg)](https://agentmods.dev/skills/grovs-io/mcp/grovs-analytics)
Your own site
<a href="https://agentmods.dev/skills/grovs-io/mcp/grovs-analytics"><img src="https://agentmods.dev/badge/skills/grovs-io/mcp/grovs-analytics.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 773 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 $0.00062 $0.00773
Opus 5 $0.00031 $0.00387
Sonnet 5 $0.00012 $0.00155
Haiku 4.5 $0.00006 $0.00077

Measured 5d ago against content hash 113bf26506f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

grovs-analytics 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.

plugin/skills/grovs-analytics/SKILL.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Grovs: View Analytics

Three tools, three levels

Tool What it answers Returns
get_analytics_overview "How's the project doing?" Current vs previous period totals (views, opens, installs, revenue, users)
get_top_links "What's performing best?" Ranked list by views (no other sort)
get_link_analytics "How's this specific link doing?" Daily breakdowns — you must sum for totals

Start with get_analytics_overview. Only call others if the user asks to drill down.

Non-obvious behavior

  • Overview auto-compares periods. If you request Apr 1–8, it also returns Mar 24–31. Mention the comparison — that's the point.
  • Link analytics are daily rows, not totals. Response looks like "2026-04-01": {view: 100, ...}. Sum them yourself if the user asks for "total views."
  • Top links sorts by views only. If user asks "top by installs" — get top links then sort the results yourself, or use search_links with sort_by: "installs".
  • Campaign metrics aren't here. "How's my Summer Sale campaign?" → use list_campaigns with term: "Summer Sale", not analytics tools.

Date ranges

  • No range specified → tools default to last 30 days (don't pass dates)
  • "This week" → Monday through today
  • "This month" → 1st of current month through today
  • "Last month" → 1st to last day of previous month

Example

User: "How are my links doing this month?"

get_analytics_overview(project_id: "p_m9f", start_date: "2026-04-01", end_date: "2026-04-08")
→ Current: 1,200 views, 400 opens, 80 installs
→ Previous (auto): 900 views, 300 opens, 60 installs
→ "Views are up 33% compared to the previous period."

User: "Which link is getting the most traffic?"

get_top_links(project_id: "p_m9f", start_date: "2026-04-01", end_date: "2026-04-08")
→ 1. Summer Sale — 600 views, 200 opens

User: "Show me the daily breakdown for that one"

get_link_analytics(project_id: "p_m9f", path: "https://foodies.grovs.io/summer-sale", start_date: "2026-04-01", end_date: "2026-04-08")
→ Daily rows. Sum if user wants totals.

Read the full file on GitHub · 66 lines

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 · 66 lines · 62 tokens per session scan A 113bf26506f7

Subscribe to this mod's changes

grovs-analytics is a skill published in the GitHub repository grovs-io/mcp (2 stars, last pushed 3mo ago), licensed MIT. It adds 62 tokens to every session and 773 once invoked, about $0.0003 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.