heatmap-analysis

Solid

Analyze user interaction heatmaps for attention patterns and click behavior

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Heatmap Analysis Skill ## Purpose Analyze user interaction heatmaps to identify attention patterns, click concentrations, and scroll depth insights for UX optimization. ## Capabilities - Parse heatmap data from analytics platforms - Identify attention hotspots and cold zones - Analyze click concentration patterns - Measure scroll depth and engagement - Generate attention flow visualizations - Compare heatmaps across variants ## Target Processes - user-research.js - user-journey-mapping.js - usability-testing.js - information-architecture.js ## Integration Points - Hotjar API - Crazy Egg API - Microsoft Clarity - Custom heatmap data formats ## Input Schema ```json { "type": "object", "properties": { "dataSource": { "type": "string", "enum": ["hotjar", "crazyegg", "clarity", "custom"], "description": "Heatmap data source" }, "heatmapType": { "type": "string", "enum": ["click", "move", "scroll", "attention"], "default": "click" }, "dataPath": { "type": "string", "description": "Path to heatmap data file or API endpoint" }, "pageUrl": { "type": "string", "description": "URL of the analyzed page" }, "segmentation": { "type": "object", "properties": { "device": { "type": "string" }, "dateRange": { "type": "object" } } }, "thresholds": { "type": "object", "properties": { "hotspot": { "type": "number", "default":...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills