google-search-console-mcp: Skill for Claude Code

.claude/skills/traffic-drop-diagnosis/SKILL.md

traffic-drop-diagnosis is a skill for Claude Code from FlorianBruniaux/google-search-console-mcp. It costs 132 tokens per session (506 once invoked), scanned A, original, MIT.

A diagnosis of a website’s sudden or sustained decline in Google Search traffic. It compares affected dates, pages, search terms, alerts, unusual patterns, and possible Google algorithm changes.

In plain words
What is it for?
Use it to find lost clicks and impressions, affected queries and pages, relevant Search Console issues, and possible links to Google algorithm updates.
Why use it?
It narrows a traffic drop to its timing, affected areas, and likely causes instead of leaving the cause unclear.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is FlorianBruniaux/google-search-console-mcp's own configuration. It tells Claude Code how to work on google-search-console-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything google-search-console-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to FlorianBruniaux/google-search-console-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/FlorianBruniaux/google-search-console-mcp/main/.claude/skills/traffic-drop-diagnosis/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/FlorianBruniaux/google-search-console-mcp

Made for: Claude Code.

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 traffic-drop-diagnosis

README.md
[![agentmods](https://agentmods.dev/badge/skills/florianbruniaux/google-search-console-mcp/traffic-drop-diagnosis/github.svg)](https://agentmods.dev/skills/florianbruniaux/google-search-console-mcp/traffic-drop-diagnosis)
Your own site
<a href="https://agentmods.dev/skills/florianbruniaux/google-search-console-mcp/traffic-drop-diagnosis"><img src="https://agentmods.dev/badge/skills/florianbruniaux/google-search-console-mcp/traffic-drop-diagnosis/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 traffic-drop-diagnosis

Your own site · 80×15
<a href="https://agentmods.dev/skills/florianbruniaux/google-search-console-mcp/traffic-drop-diagnosis"><img src="https://agentmods.dev/badge/skills/florianbruniaux/google-search-console-mcp/traffic-drop-diagnosis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 506 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.00132 $0.00506
Opus 5 $0.00066 $0.00253
Sonnet 5 $0.00026 $0.00101
Haiku 4.5 $0.00013 $0.00051

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

Security

Grade A, and why

traffic-drop-diagnosis 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 12d 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.

.claude/skills/traffic-drop-diagnosis/SKILL.md · 41 lines

What it actually says

Traffic Drop Diagnosis

Systematically diagnose the root cause of a traffic decline.

Steps

  1. Call list_properties to confirm the exact site_url.
  2. Call traffic_drops to identify the time range and magnitude of the drop. Note the start date and affected segments (queries, pages, device types).
  3. Call check_alerts to check for manual actions, security issues, or GSC notifications around the drop date.
  4. Call analytics_anomalies to detect statistical anomalies and corroborate the drop timing with data.
  5. Call seo_lost_queries to find the specific queries that lost clicks or impressions. Note the top 20 by click loss.
  6. Call compare_search_periods for the 28 days before vs. the 28 days after the drop, using dimensions=query and limit=50. Flag any query with more than 30% click decline.
  7. Cross-reference the drop timing against known Google algorithm update dates. Ask the user for the approximate drop date if not yet provided.

Output format

Present a structured diagnosis in four sections:

Drop summary: date range, magnitude (clicks and impressions % change), overall health status from step 2.

Root cause candidates (ranked by likelihood based on the data):

  1. Manual action or penalty (from check_alerts)
  2. Algorithm update impact (correlated with timing)
  3. Specific query losses (from seo_lost_queries)
  4. Technical issues (crawl or index problems)

Most affected queries: table with Query | Clicks before | Clicks after | % change

Next steps: specific actions ordered by priority, one per root cause candidate identified.

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. 12d ago First seen · 41 lines · 132 tokens per session scan A 445e12abcbb5

Subscribe to this mod's changes

traffic-drop-diagnosis is a skill published in the GitHub repository FlorianBruniaux/google-search-console-mcp (11 stars, last pushed 11d ago), licensed MIT. It adds 132 tokens to every session and 506 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

traffic-diagnosis

Systematically diagnose why traffic changed — spike, drop, or shift in mix. Follow these steps in order. Each step narrows the hypothesis.

surendranb/google-analytics-mcp · 34 tokens

triaging-incidents

Creating, triaging, updating, and analyzing ServiceNow incidents. Assess severity, check affected CIs, find related incidents, and recommend assignments. Use when the user mentions incidents, INC numbers, outages, service disruptions, ticket creation, triage, priority, severity, ITSM operations, SLA breaches…

jschuller/mcp-server-servicenow · 82 tokens

ips-cleanup

Audit and clean up an IP-Symcon system — recurring errors, red logs, instances in error state, dead objects. Triggers: "Fehler-Audit", "rote Logs", "tote Instanzen entfernen", "IPS-Health-Check".

Schimmilab/ipsymcon-mcp-server · 56 tokens

gsccli

Use when the user wants to query Google Search Console search analytics (clicks/impressions/CTR/position by query/page/country/device), inspect URL indexing status, manage sitemaps, or send Indexing API notifications via the gsccli shell command. Triggers on GSC, Search Console, sitemap, indexing API, mobile…

nalyk/gsccli · 102 tokens

analytics-and-monitoring

Work with the GA4 analytics and Sentry error-monitoring integrations in this project. Use when adding events, capturing errors, configuring user identity, managing consent, or troubleshooting the integration.

kws-projects/react-boilerplate · 0 tokens

web-analytics

Analyze web traffic, SEO performance, and search engine trends using Google Search Console, Google Analytics 4, and Bing Webmaster Tools. Use when the user asks to analyze traffic, check SEO, or find keyword opportunities.

SeoToolkit/web-analytics-agent-skill · 47 tokens