Loading...
Loading...
Track product analytics and user behavior with Mixpanel's event-based platform.
npx skill4agent add andrejones92/canifi-life-os mixpanelcurl -sSL https://canifi.com/skills/mixpanel/install.sh | bashcp -r skills/mixpanel ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set MIXPANEL_TOKEN "your_project_token"
canifi-env set MIXPANEL_API_SECRET "your_api_secret"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Track a 'Purchase Complete' event in Mixpanel"
Assistant: Sends event with properties to MixpanelUser: "Show me the checkout funnel conversion rate"
Assistant: Returns funnel steps and conversion ratesUser: "What's our user retention for the past month?"
Assistant: Returns retention cohort analysisUser: "Show me activity for user john@company.com"
Assistant: Returns user profile and event history| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid credentials | Verify token/secret |
| 403 Forbidden | No project access | Check permissions |
| 400 Bad Request | Invalid query | Fix query syntax |
| 429 Rate Limited | Too many requests | Implement backoff |