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

.claude/skills/content-opportunities/SKILL.md

content-opportunities is a skill for Claude Code from FlorianBruniaux/google-search-console-mcp. It costs 110 tokens per session (526 once invoked), scanned A, original, MIT.

A search-performance review that finds pages close to higher rankings. “Striking distance” means positions 4–10, while page-two opportunities are positions 11–20 in search results.

In plain words
What is it for?
Use it to find queries and pages to optimize, focus on pages just below the first results page, and estimate which changes could bring more clicks.
Why use it?
It turns search impressions, rankings, and click rates into a prioritized list of pages whose content may be worth improving.

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/content-opportunities/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 content-opportunities

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/florianbruniaux/google-search-console-mcp/content-opportunities"><img src="https://agentmods.dev/badge/skills/florianbruniaux/google-search-console-mcp/content-opportunities.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 526 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.00110 $0.00526
Opus 5 $0.00055 $0.00263
Sonnet 5 $0.00022 $0.00105
Haiku 4.5 $0.00011 $0.00053

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

Security

Grade A, and why

content-opportunities 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/content-opportunities/SKILL.md · 49 lines

What it actually says

Content Opportunities

Surface content optimization targets across two opportunity zones, ordered by ROI.

Steps

Zone 1: Striking Distance (positions 4-10, highest ROI)

  1. Call list_properties to confirm the exact site_url.
  2. Call seo_striking_distance to get queries and pages ranked 4-10. One position gained at this range has a significant traffic impact.
  3. Call quick_wins for an overview of the fastest wins across the property.

Zone 2: Page Two Quick Wins (positions 11-20)

  1. Call get_advanced_search_analytics with:
    • dimensions=query,page
    • sort_by=impressions, sort_direction=descending
    • row_limit=1000
    • start_date = 28 days ago, end_date = today
  2. Filter the results to keep only rows where:
    • position is between 11 and 20 (page 2, just below the fold)
    • impressions > 100 (meaningful search volume)
    • ctr < 0.03 (below average for these positions)
  3. Sort the filtered set by impressions descending. Return the top 20 rows.

Output format

Zone 1 table: Query | Page | Position | Impressions | CTR | Est. clicks at pos 3

Zone 2 table: Query | Page | Position | Impressions | CTR | Opportunity Score

Opportunity Score = impressions × (0.05 - ctr) (rough estimate of clicks gained if CTR reaches 5%).

Follow each table with specific recommendations:

  • Title and meta description optimization
  • Whether to merge with a better-ranking page
  • Whether to add internal links to boost the page
  • For Zone 1 specifically: whether to add more depth, FAQ schema, or structured data
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 · 49 lines · 110 tokens per session scan A e80ccf8f4031

Subscribe to this mod's changes

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