gsc-cannibalization-check

gsc-cannibalization-check is a skill for Claude Code from acamolese/google-search-console-mcp. It costs 61 tokens per session (510 once invoked), scanned A, original, MIT.

A Google Search Console analysis skill that finds search queries where multiple pages on the same website appear to compete for visibility. This problem, called search cannibalization, can split Google's ranking signals between pages targeting similar searches.

In plain words
What is it for?
Use it to compare competing pages, their clicks, impressions, and positions over the last three months, then decide whether to consolidate pages, clarify their purposes, or leave harmless competition alone.
Why use it?
It helps show whether competing pages are genuinely harming one another and which page should be the main result for a query.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the google-search-console plugin — 5 skills, 2 MCP servers shipped together

Good fit Use it to compare competing pages, their clicks, impressions, and positions over the last three months, then decide whether to consolidate pages, clarify their purposes, or leave harmless competition alone.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/acamolese/google-search-console-mcp/gsc-cannibalization-check
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add acamolese/google-search-console-mcp --skill gsc-cannibalization-check
Clone the repo
git clone --depth 1 https://github.com/acamolese/google-search-console-mcp

Made for: Claude Code.

Or install google-search-console, the plugin that ships this one along with the rest of its 5 skills, 2 MCP servers.

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 gsc-cannibalization-check

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/acamolese/google-search-console-mcp/gsc-cannibalization-check"><img src="https://agentmods.dev/badge/skills/acamolese/google-search-console-mcp/gsc-cannibalization-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 510 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.00061 $0.00510
Opus 5 $0.00030 $0.00255
Sonnet 5 $0.00012 $0.00102
Haiku 4.5 $0.00006 $0.00051

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

Security

Grade A, and why

gsc-cannibalization-check 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.

skills/gsc-cannibalization-check/SKILL.md · 51 lines

What it actually says

Cannibalisation check

1. Run the analysis

gsc_cannibalization with period="last_3_months". Three months beats 28 days here: cannibalisation is a structural problem and a short window hides the queries where the two pages simply alternated.

Useful arguments:

  • min_pages (default 2) — raise it to 3 to see only the worst cases.
  • min_share (default 0.10) — the share of a query's impressions a page must hold to count as competing. Lower it on large sites where the split is wide.
  • row_limit — default 50.

Check the meta line: if truncated=true the property exceeded the 25,000 pairs the API returns in one page, so the tail was not analysed. Say so rather than implying the list is complete.

2. Read the result

Each row is one query with the competing pages, their clicks and their positions. The pattern matters more than the count:

  • One page far ahead, others trailing — usually harmless. Google picked a winner. Leave it alone unless the trailing pages are near-duplicates.
  • Two pages close together, both mid-page — the real problem. The signals are split and neither ranks as well as one consolidated page would.
  • Different intents on the same words — not cannibalisation. A category page and a guide can legitimately both appear.

3. Recommend

For each genuine case, name the page that should win and why (more clicks, better position, better intent match), then say what to do with the others: canonical to the winner, merge the content, redirect, or differentiate the targeting.

Do not recommend deleting a page that still earns clicks without saying where that traffic will go.

4. Verify later

After the fix, gsc_inspect_url on the losing pages confirms whether Google honours the declared canonical. That check is worth scheduling two to three weeks out, not the next day.

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 · 51 lines · 61 tokens per session scan A fa36b45a8640

Subscribe to this mod's changes

gsc-cannibalization-check is a skill published in the GitHub repository acamolese/google-search-console-mcp (8 stars, last pushed 20d ago), licensed MIT. It adds 61 tokens to every session and 510 once invoked, about $0.0003 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.