Agent Skills
› AminForou/mcp-gsc
› content-opportunities
content-opportunities
GitHub分析搜索表现,筛选位置11-20、高曝光但低点击率的页面或查询,计算机会得分并生成标题优化、合并或内链建议。
Trigger Scenarios
询问内容优化机会
寻找快速提升流量的内容目标
Install
npx skills add AminForou/mcp-gsc --skill content-opportunities -g -y
SKILL.md
Frontmatter
{
"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."
}
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
Version History
- b3f2ab8 Current 2026-08-20 08:52


