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

.claude/skills/link-equity-map/SKILL.md

link-equity-map is a skill for Claude Code from FlorianBruniaux/google-search-console-mcp. It costs 128 tokens per session (720 once invoked), scanned A, original, MIT.

A site-wide map of how links pass between pages, combined with data from Google Search Console, the service that reports a site’s search performance. It focuses on pages ranking on page two that lack links from page content.

In plain words
What is it for?
Use it to find underlinked pages, pages linked only from navigation or footers, likely orphan pages, and existing pages that could provide useful links.
Why use it?
It helps reveal orphan-like pages and missed linking opportunities that a single-page review cannot show.

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/link-equity-map/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 link-equity-map

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/florianbruniaux/google-search-console-mcp/link-equity-map"><img src="https://agentmods.dev/badge/skills/florianbruniaux/google-search-console-mcp/link-equity-map.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 720 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.00128 $0.00720
Opus 5 $0.00064 $0.00360
Sonnet 5 $0.00026 $0.00144
Haiku 4.5 $0.00013 $0.00072

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

Security

Grade A, and why

link-equity-map 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.

.claude/skills/link-equity-map/SKILL.md · 71 lines

How it starts

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

Internal linking is worth as much as off-site link building when it is deliberate. This skill finds where a single link changes a ranking, instead of asking someone to "improve internal linking".

Input

A GSC property. Resolve it with list_properties when the user has not named one. Ask how many pages to crawl if the site is large; the default of 25 is a sample, not a survey.

Steps

  1. Call link_equity_map with the site, days (90 by default) and max_pages.
  2. Read pages_crawled, pages_failed and coverage_note first, and carry the coverage into the report. Everything below is scoped to the pages actually crawled.
  3. underlinked_striking_distance is the headline. Positions 11 to 20 with no body inbound link. Each row is one link away from moving.
  4. orphan_candidates: pages with impressions and no body link found.
  5. footer_only_targets: linked from nav, footer or aside only.
  6. hub_pages: who already distributes. These are the natural source pages.

Turning findings into placements

A finding without a source page is not actionable. For each target in underlinked_striking_distance:

  1. Call content_brief on the target to get the query it ranks for.
  2. Pick a source among hub_pages or among pages ranking for a related query.
  3. Propose the anchor text from the target's own query, not from its title.

On a site of several hundred pages, direct links stop scaling. That is when index pages earn their place: group the targets by theme, link the hub to the index, the index to the members.

Coverage honesty

max_pages is capped at 100 and the crawl is a sample. Never write "the site has N orphan pages". Write "N pages have no inbound link among the X pages crawled". The difference matters when someone acts on the report.

Output format

Coverage: pages crawled, pages failed, share of the GSC set.

Where a link pays off now: Target | Position | Impressions | Suggested source | Anchor

Sorted by impressions. This table is the deliverable.

Read the full file on GitHub · 71 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. 10d ago First seen · 71 lines · 128 tokens per session scan A 55e7734c9a98

Subscribe to this mod's changes

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