Agent Skills
› AminForou/mcp-gsc
› seo-weekly-report
seo-weekly-report
GitHub根据 Google Search Console 数据生成 SEO 周报,包含流量概览、同比变化、点击下降超20%的预警查询及Top10关键词,并提供针对性建议。
Trigger Scenarios
需要网站SEO性能摘要
请求生成每周SEO报告
Install
npx skills add AminForou/mcp-gsc --skill seo-weekly-report -g -y
SKILL.md
Frontmatter
{
"name": "seo-weekly-report",
"description": "Generate a complete weekly SEO performance report for a site. Use when asked for a site summary, performance overview, or weekly report."
}
SEO Weekly Report
Generate a full weekly SEO performance report for a Google Search Console property.
Steps
- Call
list_propertiesto confirm the exactsite_urlto use. - Call
get_performance_overviewwithdays=28to retrieve totals (clicks, impressions, CTR, position) and the daily trend. - Call
compare_search_periodscomparing the last 28 days against the prior 28-day period, usingdimensions=queryandlimit=20. - Flag any queries where clicks dropped by more than 20% between periods.
- Call
get_search_analyticswithdimensions=queryandrow_limit=10to get the top 10 queries by clicks. - Summarize all results in a structured report with:
- Overall performance snapshot (totals + period-over-period change)
- Alerts: queries with >20% click decline
- Top 10 queries by clicks
- One-sentence recommendation for each alert
Output format
Present the report as a clear markdown document with headings, a summary table, and an action list.
Version History
- b3f2ab8 Current 2026-08-20 08:52


