What problem does it solve? Turning raw Google Analytics 4 data into a readable report normally requires navigating the GA4 interface, exporting numbers, and building charts by hand. This Skill queries GA4 through the official Google Analytics MCP server and compiles the results into a self-contained web dashboard artifact with stat tiles, trend charts, and ranking tables. ## Core Features & Use Cases - Six analysis modes: traffic summary with WoW/MoM comparison, top pages and landing pages, traffic source/channel breakdown, funnel and conversion tracking, real-time active users, and audience demographics by country, device, or browser. - Dashboard artifact output: embeds all queried data into a single HTML artifact with delta indicators, line/bar charts, and tables, plus a 3-5 bullet summary in chat. - Safe data handling: verifies MCP tool availability before running, asks which GA4 property to use when ambiguous, and never fabricates numbers when the API returns errors or empty data. - Use Case: Ask for a weekly traffic summary of your website, and receive a dashboard comparing the last 7 days against the previous 7 days with sessions, users, pageviews, and engagement rate deltas. ## Quick Start Run /insight-ga4 with a question like "summarize this month's traffic for my GA4 property and show top pages and channel breakdown".