Agent skill · Data & Analytics

Microsoft Clarity Automation

Automate user behavior analytics with Microsoft Clarity -- export heatmap data, session metrics, and engagement analytics segmented by browser, device, country, source, and more through the Composio Microsoft Clarity integration.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill microsoft-clarity-automation --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: composio-skills/microsoft-clarity-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Microsoft Clarity Automation Export **Microsoft Clarity** user behavior analytics directly from Claude Code. Pull heatmap data, session metrics, and engagement insights segmented by multiple dimensions without leaving your terminal. **Toolkit docs:** [composio.dev/toolkits/microsoft_clarity](https://composio.dev/toolkits/microsoft_clarity) --- ## Setup 1. Add the Composio MCP server to your configuration: ``` https://rube.app/mcp ``` 2. Connect your Microsoft Clarity account when prompted. The agent will provide an authentication link. 3. Ensure your Clarity project has sufficient data collection enabled for the dimensions you want to analyze. --- ## Core Workflows ### 1. Export Recent Analytics Data Export Clarity analytics data for the last 1-3 days, segmented by up to three dimensions simultaneously. **Tool:** `MICROSOFT_CLARITY_DATA_EXPORT` Key parameters: - `numOfDays` (required) -- number of days to export: `1` (last 24h), `2` (last 48h), or `3` (last 72h) - `dimension1` -- first breakdown dimension - `dimension2` -- second breakdown dimension (optional) - `dimension3` -- third breakdown dimension (optional) Available dimensions: - `Browser` -- Chrome, Firefox, Safari, Edge

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Export Recent Analytics Data
  4. 2. Device Performance Analysis
  5. 3. Traffic Source Breakdown
  6. 4. Geographic User Behavior
  7. 5. Page-Level Performance
  8. 6. Campaign Attribution Analysis
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
What does the Microsoft Clarity Automation skill do?

Automate user behavior analytics with Microsoft Clarity -- export heatmap data, session metrics, and engagement analytics segmented by browser, device, country, source, and more through the Composio Microsoft Clarity integration.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill microsoft-clarity-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going