/seo-weekly-report
Generate a complete weekly SEO performance report for a site.
$ npx -y skills add AminForou/mcp-gsc --skill seo-weekly-report --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/seo-weekly-report
Context preview
The summary Claude sees to decide when to auto-load this skill.
Generate a complete weekly SEO performance report for a site.
SKILL.md
seo-weekly-report.SKILL.mdname: 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
1. Call `list_properties` to confirm the exact `site_url` to use. 2. Call `get_performance_overview` with `days=28` to retrieve totals (clicks, impressions, CTR, position) and the daily trend. 3. Call `compare_search_periods` comparing the last 28 days against the prior 28-day period, using `dimensions=query` and `limit=20`. 4. Flag any queries where clicks dropped by more than 20% between periods. 5. Call `get_search_analytics` with `dimensions=query` and `row_limit=10` to get the top 10 queries by clicks. 6. 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.
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
Other skills on mcp-search-console.
- /cannibalization-check
Detect keyword cannibalization — queries where multiple pages compete
Open skill - /content-opportunities
Find quick-win content optimization targets — high impressions, low CTR,
Open skill - /indexing-audit
Audit indexing status across top pages. Use when asked about crawling,
Open skill

