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.
npx skills add acamolese/google-search-console-mcp --skill gsc-cannibalization-checkgit clone --depth 1 https://github.com/acamolese/google-search-console-mcpWrote 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.
[](https://agentmods.dev/skills/acamolese/google-search-console-mcp/gsc-cannibalization-check)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 11d ago First seen · 51 lines · 61 tokens per session scan A fa36b45a8640
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.
Other skills, from other repositories
uap-pulse
Search and map 350 official-government UAP/UFO records spanning 1944–2026: all four U.S. Pentagon PURSUE releases plus curated archives from 12 nations.
2ools
Use 2ools through its remote MCP server to turn chat-made HTML into a temporary public preview, or—after OAuth—to build, version, review, share, and export durable projects.
garmin
Unofficial Garmin Connect data for AI agents. Prefer MCP tools if connected; otherwise the package CLI. Use when the user wants Garmin data or actions through an agent.
uap-pulse
UAP Pulse. Prefer MCP tools if connected; otherwise the package CLI.
parallel-feature-development
Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…
nft-standards
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.