Agent skill
content-opportunities
Find quick-win content optimization targets — high impressions, low CTR, position 11-20. Use when asked for content ideas or optimization opportunities.
Install this agent skill to your Project
npx add-skill https://github.com/AminForou/mcp-gsc/tree/main/skills/content-opportunities
SKILL.md
Content Opportunities
Surface quick-win content optimization targets: pages or queries sitting in positions 11–20 with high impression volume but low CTR.
Steps
- Call
list_propertiesto confirm the exactsite_url. - Call
get_advanced_search_analyticswith:dimensions=query,pagesort_by=impressionssort_direction=descendingrow_limit=1000start_date= 28 days ago,end_date= today
- Filter the results to keep only rows where:
positionis between 11 and 20 (page 2, just below the fold)impressions> 100 (meaningful search volume)ctr< 0.03 (3% — below average for these positions)
- Sort the filtered set by
impressionsdescending. - Return the top 20 rows.
Output format
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:
- Title/meta description optimization ideas
- Whether to merge with a better-ranking page
- Whether to add internal links to boost the page
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
cannibalization-check
Detect keyword cannibalization — queries where multiple pages compete for the same rankings. Use when asked about competing pages, keyword overlap, or cannibalization.
seo-weekly-report
Generate a complete weekly SEO performance report for a site. Use when asked for a site summary, performance overview, or weekly report.
indexing-audit
Audit indexing status across top pages. Use when asked about crawling, indexing issues, or whether pages are indexed by Google.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Didn't find tool you were looking for?