cannibalization-check
Detect keyword cannibalization — queries where multiple pages compete
Find quick-win content optimization targets — high impressions, low CTR,
$ npx -y skills add AminForou/mcp-gsc --skill content-opportunities --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/content-opportunitiesContext preview
The summary Claude sees to decide when to auto-load this skill.
Find quick-win content optimization targets — high impressions, low CTR,
name: content-opportunities description: Find quick-win content optimization targets — high impressions, low CTR, position 11-20. Use when asked for content ideas or optimization opportunities.
Surface quick-win content optimization targets: pages or queries sitting in positions 11–20 with high impression volume but low CTR.
1. Call `list_properties` to confirm the exact `site_url`. 2. Call `get_advanced_search_analytics` with:
3. Filter the results to keep only rows where:
4. Sort the filtered set by `impressions` descending. 5. Return the top 20 rows.
Present as a table: **Query | Page | Position | Impressions | CTR | Opportunity Score**
Opportunity Score = `impressions × (0.05 − ctr)` — a rough estimate of clicks gained if CTR reaches 5%.
Follow the table with specific recommendations for each entry:
A Model Context Protocol (MCP) server that connects Google Search Console (GSC) to AI assistants, allowing you to analyze your SEO data through natural language conversations.
Repo: AminForou/mcp-gsc
Detect keyword cannibalization — queries where multiple pages compete
Audit indexing status across top pages. Use when asked about crawling,