Help us improve
Share bugs, ideas, or general feedback.
From mcp-search-console
Generates full weekly SEO performance reports from Google Search Console data, including totals, trends, top queries, click decline alerts, and recommendations. Use for site summaries, performance overviews, or weekly reports.
npx claudepluginhub aminforou/mcp-gscHow this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-search-console:seo-weekly-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a full weekly SEO performance report for a Google Search Console property.
Use this skill when the user wants to review organic search performance, identify SEO opportunities, or diagnose ranking drops. Activate when the user says "SEO report", "how is our organic doing", "check Search Console", "why did we lose rankings", "find quick wins for SEO", "which queries should we target", "impressions dropped", "CTR is low", or any question about organic traffic, rankings, or search visibility. Works best with Dataslayer MCP connected (Search Console + GA4). Also works with manual data.
Optimizes SEO using Google Search Console data: analyzes metrics like clicks/impressions/CTR/position, finds striking-distance keywords, fixes low-CTR pages, detects keyword cannibalization, identifies declining pages, builds data-driven strategies.
Analyzes Google Analytics 4 data to review website performance, traffic patterns, bounce rates, and conversions. Generates actionable reports including SEO daily reports with organic KPIs, anomaly detection, and prioritized recommendations.
Share bugs, ideas, or general feedback.
Generate a full weekly SEO performance report for a Google Search Console property.
list_properties to confirm the exact site_url to use.get_performance_overview with days=28 to retrieve totals (clicks, impressions, CTR, position) and the daily trend.compare_search_periods comparing the last 28 days against the prior 28-day period, using dimensions=query and limit=20.get_search_analytics with dimensions=query and row_limit=10 to get the top 10 queries by clicks.Present the report as a clear markdown document with headings, a summary table, and an action list.