What problem does it solve? Microsoft Clarity's Data Export API allows only 10 requests per day per project, so repeated analysis questions can silently exhaust the daily quota. This Skill analyzes website user behavior (rage clicks, dead clicks, scroll depth, engagement time) through the official Clarity MCP server while enforcing a mandatory local cache and quota check before every API call. ## Core Features & Use Cases - Quota-Safe API Access: Every call to the Clarity MCP tools passes through a local cache script that checks for same-day cached results, tracks daily usage, and blocks calls when the quota is exhausted. - Three Analysis Modes: Per-page UX health checks (rage clicks, dead clicks, excessive scrolling), engagement time and scroll depth analysis, and retrieval of notable session recordings filtered by URL, device, browser, OS, country, or city. - Self-Contained Dashboard Output: Results are rendered as an HTML Artifact dashboard with stat tiles, session recording links, a cache/fresh data label, and the remaining daily quota in the footer. - Use Case: A site owner asks why visitors are not clicking a signup button. The Skill checks the cache, queries Clarity for rage and dead clicks on that page within the 3-dimension and 3-day API limits, and produces a dashboard showing where users actually struggle. ## Quick Start Run /insight-clarity with your Clarity project ID and ask it to analyze rage clicks and scroll depth on a specific page of your website.