Loading...
Loading...
Understand user behavior with Hotjar's heatmaps, recordings, and feedback tools.
npx skill4agent add andrejones92/canifi-life-os hotjarcurl -sSL https://canifi.com/skills/hotjar/install.sh | bashcp -r skills/hotjar ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set HOTJAR_API_KEY "your_api_key"
canifi-env set HOTJAR_SITE_ID "your_site_id"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Show me the heatmap for the homepage"
Assistant: Returns heatmap data for specified pageUser: "Show me recent session recordings"
Assistant: Returns list of user session recordingsUser: "What are the survey results from this week?"
Assistant: Returns survey responses and analyticsUser: "Show me recent user feedback"
Assistant: Returns feedback widget submissions| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify API key |
| 403 Forbidden | Feature not available | Check plan |
| 404 Not Found | Site not found | Verify site ID |
| 429 Rate Limited | Too many requests | Wait and retry |