Loading...
Loading...
Analyze product analytics with Amplitude's digital analytics platform.
npx skill4agent add andrejones92/canifi-life-os amplitudecurl -sSL https://canifi.com/skills/amplitude/install.sh | bashcp -r skills/amplitude ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set AMPLITUDE_API_KEY "your_api_key"
canifi-env set AMPLITUDE_SECRET_KEY "your_secret_key"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Show me 'Signup' event counts for this week"
Assistant: Returns event counts and trendsUser: "Show the user journey from signup to first purchase"
Assistant: Returns journey visualization dataUser: "Create a cohort of users who purchased in January"
Assistant: Creates cohort with specified criteriaUser: "Show me daily active users for the past month"
Assistant: Returns DAU chart data| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid credentials | Verify API keys |
| 403 Forbidden | No access | Check project permissions |
| 400 Bad Request | Invalid query | Fix query parameters |
| 429 Rate Limited | Too many requests | Wait and retry |