microsoft_clarity-automation
Automate Microsoft Clarity tasks via Rube MCP (Composio): session recordings, heatmaps, and user behavior analytics. Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:35
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-microsoft_clarity-automation&locale=en&source=copy
Microsoft Clarity Automation
Skill Overview
Using Rube MCP automation to perform Microsoft Clarity tasks, including retrieving session recordings, generating heatmaps, and analyzing user behavior data.
Use Cases
Core Features
Frequently Asked Questions
How do I get started with Microsoft Clarity Automation?
First, add the Rube MCP server (https://rube.app/mcp). Then call
RUBE_MANAGE_CONNECTIONS to connect to the Microsoft Clarity toolkit. After that, use RUBE_SEARCH_TOOLS to discover available tools and execute automation tasks.What operations does Microsoft Clarity Automation support?
It supports operations such as retrieving session recordings, generating heatmaps, exporting user behavior data, and querying project lists. The specific available tools need to be dynamically discovered first via
RUBE_SEARCH_TOOLS, since the tool list may change over time.What should I be mindful of when using it?
Before each task execution, it’s recommended to use
RUBE_SEARCH_TOOLS to check the currently available tools and the latest architecture, ensuring the connection status is ACTIVE. For batch operations, watch for rate limits; if necessary, implement a request backoff mechanism.