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

.claude/skills/onpage-audit/SKILL.md

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

A full review of one web page covering headings, internal links, technical metadata, written content, structured data, search performance, and real-user loading metrics. Structured data is machine-readable information embedded in a page.

In plain words
What is it for?
Use it to find page-level problems, review titles and descriptions, check canonical and robots settings, assess content quality and schema, and prioritize fixes using Search Console and Core Web Vitals.
Why use it?
It brings several page checks and real search data into one prioritized view, so recommendations are based on the page’s actual performance.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

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/onpage-audit/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 onpage-audit

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/florianbruniaux/google-search-console-mcp/onpage-audit"><img src="https://agentmods.dev/badge/skills/florianbruniaux/google-search-console-mcp/onpage-audit.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 819 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.00819
Opus 5 $0.00066 $0.00409
Sonnet 5 $0.00026 $0.00164
Haiku 4.5 $0.00013 $0.00082

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

Security

Grade A, and why

onpage-audit 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/onpage-audit/SKILL.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

On-Page Audit

One URL in, one prioritized fix list out. Five tools, no auth beyond GSC, no quota burned on the page-level checks.

Input

A page URL. The GSC property is resolved with list_properties when the user has not named it.

Steps

Run the five page-level tools. None of them needs Google credentials, so they run even when the property is not configured yet.

  1. heading_audit: H1 uniqueness, level jumps, title vs H1, empty headings
  2. internal_links_audit: link placement by zone, footer-only targets, anchors
  3. page_technical_audit: title and description length, canonical, robots, viewport
  4. content_quality: thin content, filler, information density, repetition
  5. schema_validate: structured data present and valid

Then pull the ground truth, which is what turns findings into priorities:

  1. content_brief: the queries this page already ranks for, and its GA4 engagement
  2. crux_page_vitals: real-user Core Web Vitals, when the page has enough field data

The rule that overrides every finding

No destructive recommendation without the data behind it.

Before proposing to delete a page, noindex it, consolidate it into another, or strip content, read its clicks, impressions and indexing status over 90 days. A page that looks thin and generic next to a long article can still be indexed and bringing in traffic. Off-the-shelf SEO tools get this wrong routinely and recommend deleting whole sets of working local pages.

If the data says the page performs, the finding is downgraded to an observation and labelled as such. Say so out loud in the report rather than dropping it silently.

Same discipline on severity. A red flag on a page with no impressions is not urgent. A low-severity finding on the page that carries the most clicks probably is.

Output format

Verdict: one line, what state the page is in.

Where it stands today: clicks, impressions, average position, top three queries. This section comes first because it sets the weight of everything after it.

Read the full file on GitHub · 81 lines

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 · 81 lines · 132 tokens per session scan A 2b62634f6fbc

Subscribe to this mod's changes

onpage-audit is a skill published in the GitHub repository FlorianBruniaux/google-search-console-mcp (10 stars, last pushed 10d ago), licensed MIT. It adds 132 tokens to every session and 819 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

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