realtime-check

realtime-check is a skill for Claude Code from noviq-ai/google-analytics-mcp. It costs 0 tokens per session (287 once invoked), scanned A, original, Apache-2.0.

A skill that retrieves current Google Analytics 4 website activity. Google Analytics 4 is a service that measures visits, users, traffic sources, and page views.

In plain words
What is it for?
Use `/realtime-check` to show active users grouped by traffic source and page, including the pages currently being viewed.
Why use it?
It provides a quick view of who is active on the site and where they are browsing. It can also point out unusually high or low traffic compared with normal activity.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the google-analytics-mcp plugin — 2 skills, 1 agent, 1 hook, 1 MCP server shipped together

Good fit Use /realtime-check to show active users grouped by traffic source and page, including the pages currently being viewed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/noviq-ai/google-analytics-mcp/realtime-check
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.

Any agent
npx skills add noviq-ai/google-analytics-mcp --skill realtime-check
Clone the repo
git clone --depth 1 https://github.com/noviq-ai/google-analytics-mcp

Made for: Claude Code.

Or install google-analytics-mcp, the plugin that ships this one along with the rest of its 2 skills, 1 agent, 1 hook, 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 realtime-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/noviq-ai/google-analytics-mcp/realtime-check/github.svg)](https://agentmods.dev/skills/noviq-ai/google-analytics-mcp/realtime-check)
Your own site
<a href="https://agentmods.dev/skills/noviq-ai/google-analytics-mcp/realtime-check"><img src="https://agentmods.dev/badge/skills/noviq-ai/google-analytics-mcp/realtime-check/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.

agentmods 80×15 button for realtime-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/noviq-ai/google-analytics-mcp/realtime-check"><img src="https://agentmods.dev/badge/skills/noviq-ai/google-analytics-mcp/realtime-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 287 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00000 $0.00287
Opus 5 $0.00000 $0.00143
Sonnet 5 $0.00000 $0.00057
Haiku 4.5 $0.00000 $0.00029

Measured 10d ago against content hash 8de23c10345a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

realtime-check 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 10d 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/realtime-check/SKILL.md · 35 lines

What it actually says

Realtime Traffic Check

Google Analytics 4 のリアルタイムデータを取得して現在のサイト状況を確認するスキルです。

使い方

/realtime-check を実行すると、現在アクティブなユーザー数と参照元・ページ別の内訳を表示します。

手順

  1. get_account_summaries でプロパティIDを取得
  2. run_realtime_report で以下を実行:

レポート1: 参照元別アクティブユーザー

  • dimensions: ["unifiedScreenName", "firstUserMedium"]
  • metrics: ["activeUsers"]
  • limit: 20

レポート2: ページ別アクティブユーザー

  • dimensions: ["unifiedScreenName"]
  • metrics: ["activeUsers"]
  • limit: 10
  1. 結果を以下の形式で表示:

現在のアクティブユーザー: XX人

参照元 ユーザー数
閲覧中のページ ユーザー数
  1. 通常時と比べて異常なトラフィックがある場合はコメントを追加する
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. 10d ago First seen · 35 lines · 0 tokens per session scan A 8de23c10345a

Subscribe to this mod's changes

realtime-check 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 287 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.