plugins marketplace
← All plugins

web-analytics

v1.4.0

Push-based web analytics intelligence — self-hosted Umami (primary) via MCP + GA4 (fallback). 9 specialist agents fetch data, detect anomalies, analyze funnels, verify claims, and deliver narrative reports across your entire site portfolio. Three tiers: 30-second pulse, 2-min brief, 5-min full deep-dive.

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/analytics/web-analytics/ inside the repository.

Layout

plugins/analytics/web-analytics/
├── .claude-plugin/plugin.json
└── skills/web-analytics/SKILL.md

Skills1

web-analyticsskills/web-analytics/SKILL.md

Push-based web analytics intelligence for your entire site portfolio. Fetches data from Umami (primary) and GA4 (fallback), runs specialist analysis agents in parallel, and delivers actionable insights. Three tiers: mini (30s pulse), medium (2min brief), full (5min deep dive). Supports console, email, and Slack delivery. Trigger with "/analytics", "check my analytics", "how's my traffic", "site stats", "traffic report", "analytics brief", "daily brief".

Manifests1

plugins/analytics/web-analytics/.claude-plugin/plugin.json
{
  "name": "web-analytics",
  "version": "1.4.0",
  "description": "Push-based web analytics intelligence — self-hosted Umami (primary) via MCP + GA4 (fallback). 9 specialist agents fetch data, detect anomalies, analyze funnels, verify claims, and deliver narrative reports across your entire site portfolio. Three tiers: 30-second pulse, 2-min brief, 5-min full deep-dive.",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "license": "MIT",
  "keywords": [
    "analytics",
    "umami",
    "ga4",
    "traffic",
    "mcp",
    "self-hosted",
    "multi-agent",
    "push-based"
  ]
}