mixpanel-automation
Automate Mixpanel Analytics Tasks
Automate Mixpanel analytics workflows including event tracking, segmentation, funnels, cohorts, and user profile management through Rube MCP integration.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "mixpanel-automation". Get event count for 'page_view' events in the last 7 days
النتيجة المتوقعة:
- Daily page_view counts:
- - Monday: 1,245
- - Tuesday: 1,389
- - Wednesday: 1,567
- - Thursday: 1,423
- - Friday: 1,298
- - Saturday: 892
- - Sunday: 756
- Total: 9,570 page views
استخدام "mixpanel-automation". Analyze signup funnel conversion
النتيجة المتوقعة:
- Funnel: User Signup Flow
- Step 1 (landing): 5,000 users
- Step 2 (register): 2,500 users (50% conversion)
- Step 3 (verify email): 2,100 users (84% from step 2)
- Step 4 (complete profile): 1,680 users (80% from step 3)
- Overall conversion: 33.6%
التدقيق الأمني
آمنThis skill provides documentation and workflows for automating Mixpanel analytics via Rube MCP (Composio). The static analyzer flagged 96 potential issues, but all are false positives: backticks are markdown code formatting, cryptographic algorithm warnings are in YAML frontmatter, and hardcoded URLs point to legitimate public endpoints. This is a documentation skill with no executable code.
عوامل الخطر
⚙️ الأوامر الخارجية (86)
🌐 الوصول إلى الشبكة (1)
درجة الجودة
ماذا يمكنك بناءه
Product Analytics Dashboard
Build automated reports tracking key metrics like daily active users, event counts, and conversion rates over time.
User Cohort Analysis
Identify and analyze user segments based on behavior patterns, subscription status, or custom properties.
Funnel Optimization
Monitor conversion funnels to identify drop-off points and optimize user journey flows.
جرّب هذه الموجهات
Use the Mixpanel automation skill to get the total count of 'purchase' events for the last 7 days, broken down by day.
Run a segmentation analysis on the 'sign_up' event, segmented by 'properties["country"]' for the last 30 days. Limit to top 10 segments.
Query the 'onboarding' funnel to see conversion rates from step 1 to step 3 over the last 14 days. Show breakdown by 'properties["plan"]'.
Update all users in the 'premium_trial' cohort to set 'properties["trial_status"]' to 'expired' where 'properties["trial_end_date"]' is before today.
أفضل الممارسات
- Always call RUBE_SEARCH_TOOLS first to get current tool schemas before running workflows
- Verify connection status shows ACTIVE before executing Mixpanel operations
- Use date filters and property expressions to limit query scope and avoid timeouts
تجنب
- Running queries without first checking Rube MCP connection status
- Using incorrect date formats (must be YYYY-MM-DD)
- Forgetting that event names and property names are case-sensitive in Mixpanel