Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add Andrejones92/canifi-life-os --skill "hotjar"
Install specific skill from multi-skill repository
# Description
Understand user behavior with Hotjar's heatmaps, recordings, and feedback tools.
# SKILL.md
name: hotjar
description: Understand user behavior with Hotjar's heatmaps, recordings, and feedback tools.
category: analytics
Hotjar Skill
Understand user behavior with Hotjar's heatmaps, recordings, and feedback tools.
Quick Install
curl -sSL https://canifi.com/skills/hotjar/install.sh | bash
Or manually:
cp -r skills/hotjar ~/.canifi/skills/
Setup
Configure via canifi-env:
# 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"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
1. Complete the Browser Automation Setup using CDP mode
2. Login to the service manually in the Playwright-controlled Chrome window
3. Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
Capabilities
- Heatmaps: View click, scroll, and move heatmaps
- Session Recordings: Watch user session recordings
- Surveys: Create and manage on-site surveys
- Feedback Widgets: Collect visual feedback from users
- Funnels: Analyze conversion funnels
Usage Examples
View Heatmap
User: "Show me the heatmap for the homepage"
Assistant: Returns heatmap data for specified page
Get Recordings
User: "Show me recent session recordings"
Assistant: Returns list of user session recordings
Survey Results
User: "What are the survey results from this week?"
Assistant: Returns survey responses and analytics
Feedback Analysis
User: "Show me recent user feedback"
Assistant: Returns feedback widget submissions
Authentication Flow
- Get API key from Hotjar account settings
- Note your site ID from settings
- Use API key for authentication
- Site ID scopes data access
Error Handling
| 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 |
Notes
- Heatmaps and recordings core features
- GDPR compliant with consent tools
- Free tier available
- Real-time data collection
- Integration with many tools
- Mobile app recordings available
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.