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

.claude/skills/seo-weekly-report/SKILL.md

seo-weekly-report is a skill for Claude Code from FlorianBruniaux/google-search-console-mcp. It costs 96 tokens per session (466 once invoked), scanned A, original, MIT.

A weekly report for a website’s Google Search performance. It compares the latest 28 days with the previous 28 days and includes alerts, unusual changes, traffic totals, and leading search queries.

In plain words
What is it for?
Use it to review clicks, impressions, click-through rate, average position, search queries, alerts, and traffic anomalies from week to week.
Why use it?
It turns scattered search data into a recurring overview and highlights drops or other changes that may need attention.

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/seo-weekly-report/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 seo-weekly-report

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

agentmods 80×15 button for seo-weekly-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/florianbruniaux/google-search-console-mcp/seo-weekly-report"><img src="https://agentmods.dev/badge/skills/florianbruniaux/google-search-console-mcp/seo-weekly-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 466 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.00096 $0.00466
Opus 5 $0.00048 $0.00233
Sonnet 5 $0.00019 $0.00093
Haiku 4.5 $0.00010 $0.00047

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

Security

Grade A, and why

seo-weekly-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.

.claude/skills/seo-weekly-report/SKILL.md · 35 lines

What it actually says

SEO Weekly Report

Generate a full weekly SEO performance report for a Google Search Console property.

Steps

  1. Call list_properties to confirm the exact site_url to use.
  2. Call check_alerts to surface any active GSC alerts or manual actions. If any are present, flag them at the top of the report before anything else.
  3. Call traffic_health_check to get an overall site health status and detect any active anomalies.
  4. Call get_performance_overview with days=28 to retrieve totals (clicks, impressions, CTR, position) and the daily trend.
  5. Call analytics_anomalies to detect statistical anomalies over the same period.
  6. Call compare_search_periods comparing the last 28 days against the prior 28-day period, using dimensions=query and limit=20.
  7. Flag any queries where clicks dropped by more than 20% between periods.
  8. Call get_search_analytics with dimensions=query and row_limit=10 to get the top 10 queries by clicks.
  9. Summarize all results in a structured report.

Output format

Present the report as a clear markdown document with these sections in order:

  • Health status (from check_alerts and traffic_health_check): shown first, highlighted if critical
  • Overall performance snapshot: totals + period-over-period delta
  • Anomalies (from analytics_anomalies): dates or metrics with unusual patterns
  • Query alerts: queries with more than 20% click decline, each with a one-sentence recommendation
  • Top 10 queries by clicks
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. 11d ago First seen · 35 lines · 96 tokens per session scan A dca9165ba2f3

Subscribe to this mod's changes

seo-weekly-report is a skill published in the GitHub repository FlorianBruniaux/google-search-console-mcp (10 stars, last pushed 10d ago), licensed MIT. It adds 96 tokens to every session and 466 once invoked, about $0.0005 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

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

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

seo-mcp-reports

Generate professional, visually stunning SEO reports using SEO-MCP tools. Use when generating HTML/PDF SEO reports with charts, metric cards, gradient headers, and agency-quality styling. Covers weekly, monthly, quarterly, technical audit, competitive analysis, and client-friendly agency report formats. Requires…

quantacodes/seomcp-proxy · 113 tokens

seo

Use and read this skill immediately if the user request is in any way related to SEO or a site's organic search or AI search presence. That includes site audits, rankings, keyword research, competitors, backlinks, click or traffic changes, indexing problems, crawling, redirects, sitemaps, metadata, structured data…

iannuttall/seo · 138 tokens

bot-traffic-detection

Identify and exclude bot, scraper, and spam sessions from GA4 data.

surendranb/google-analytics-mcp · 21 tokens

featured-snippet-optimizer

Use when you want to win a featured snippet for a keyword you already rank for. The agent checks the current snippet format, analyzes your content, and rewrites the relevant section to match what Google wants.

inhouseseo/superseo-skills · 47 tokens