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.
npx skills add noviq-ai/google-analytics-mcp --skill ga4-reportgit clone --depth 1 https://github.com/noviq-ai/google-analytics-mcpWrote 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.
[](https://agentmods.dev/skills/noviq-ai/google-analytics-mcp/ga4-report)<a href="https://agentmods.dev/skills/noviq-ai/google-analytics-mcp/ga4-report"><img src="https://agentmods.dev/badge/skills/noviq-ai/google-analytics-mcp/ga4-report/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/noviq-ai/google-analytics-mcp/ga4-report"><img src="https://agentmods.dev/badge/skills/noviq-ai/google-analytics-mcp/ga4-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00452 |
| Opus 5 | $0.00000 | $0.00226 |
| Sonnet 5 | $0.00000 | $0.00090 |
| Haiku 4.5 | $0.00000 | $0.00045 |
Grade A, and why
ga4-report 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 11d 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.
What it actually says
GA4 Performance Report
Google Analytics 4 のパフォーマンスレポートを生成するスキルです。トラフィック・エンゲージメント・コンバージョンの概況を把握できます。
使い方
/ga4-report を実行すると、直近30日間のサマリーレポートを生成します。期間を指定することもできます。
例:
/ga4-report/ga4-report 先週/ga4-report 2024-01-01 から 2024-01-31
手順
get_account_summariesでプロパティIDを取得- 以下の3つのレポートを
run_reportで実行:
レポート1: チャネル別トラフィック概況
- dimensions:
["sessionDefaultChannelGroup"] - metrics:
["sessions", "activeUsers", "newUsers", "engagementRate", "conversions", "totalRevenue"] - date_ranges: 指定期間(デフォルト: 直近30日)
レポート2: デバイス別セッション
- dimensions:
["deviceCategory"] - metrics:
["sessions", "bounceRate", "averageSessionDuration", "conversions"]
レポート3: 上位ランディングページ(TOP10)
- dimensions:
["landingPage"] - metrics:
["sessions", "engagementRate", "conversions"] - limit: 10
- 結果を以下の形式でまとめる:
全体サマリー(前期比較付き)
| 指標 | 今期 | 前期 | 増減 |
|---|
チャネル別・デバイス別の表
インサイトと改善提案
注意
- 前期比較は
date_rangesに2つの期間を指定することで取得できます totalRevenueが0の場合はeコマース未設定の可能性があります
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.
- 11d ago First seen · 46 lines · 0 tokens per session scan A 35dc571a0bcf
ga4-report is a skill published in the GitHub repository noviq-ai/google-analytics-mcp (1 stars, last pushed 5mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 452 tokens. 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.
Other skills, from other repositories
filter-structures
The correct shape for dimensionfilter in getga4data. Wrong structure returns an "Invalid dimensionfilter" error. Use these templates.
traffic-diagnosis
Systematically diagnose why traffic changed — spike, drop, or shift in mix. Follow these steps in order. Each step narrows the hypothesis.
ai-referral-analysis
Measure traffic arriving from AI tools — ChatGPT, Claude, Perplexity, Gemini, Copilot, and others — and understand how it behaves compared to other channels.
attribution-scope
GA4 has three distinct attribution scopes. Using the wrong scope gives misleading results. Choose based on the question you are answering.
bot-traffic-detection
Identify and exclude bot, scraper, and spam sessions from GA4 data.
content-performance
Identify top-performing pages, find underperforming content, and understand engagement patterns across your site.