ga4-pack Verified Silver

Verified Silver · 70/100 saas-packs v1.0.0 by Jeremy Longshore

Claude Code skill pack for Google Analytics 4 — 5 starter skills covering auth (OAuth + service account), Data API v1 queries (runReport, filters, sampling), Realtime API, canonical reports (DAU/MAU/retention/top pages/funnel), and BigQuery export with event-level SQL recipes.

5 Skills
MIT License
Free Pricing

Installation

Open Claude Code and run this command:

/plugin install ga4-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> Claude Code skill pack for Google Analytics 4. 5 starter skills covering the operationally-leveraged paths: auth setup, Data API v1 queries, Realtime API, common reports (DAU / MAU / retention / top pages), and BigQuery export.

Install: /plugin install ga4-pack@claude-code-plugins-plus

Links: Tons of Skills · GA4 Data API v1 docs · GA4 BigQuery export


Skills (5)

ga4-auth-setup SKILL.md View full skill →

Configure auth for the GA4 Data API — OAuth user credentials for interactive use, or a service account for automation / CI.

Bash(gcloud:*)Bash(curl:*)Bash(jq:*)Bash(python3:*)Bash(ls:*)
ga4-bigquery-export SKILL.md View full skill →

Wire GA4 → BigQuery for unsampled, queryable event-level data.

Bash(bq:*)Bash(gcloud:*)