jelly-mixpanel-skill

Query Mixpanel funnels, retention cohorts, insights, and export NDJSON data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-mixpanel-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jelly-mixpanel-skill
Source: https://github.com/dev-jelly/jelly-dotclaude/tree/main/skills/jelly-mixpanel-skill
Command: npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-mixpanel-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

A comprehensive Mixpanel analytics skill that provides funnel analysis, retention tracking, insights queries, and data export with automatic rate limiting and formatted results.

Core Features & Use Cases

  • Funnel Analysis: Query funnels, calculate conversions, drop-offs, segment by properties.
  • Retention Analysis: Cohorts, born/compounded retention, variable intervals.
  • Insights Queries: Trends, segmentation, aggregations.
  • Data Export: NDJSON exports for raw data.
  • Robust Automation: Rate limiting, retries, and environment detection.

Quick Start

Initialize the skill and run queries like list-funnels or query-funnel with a date range.

Frequently Asked Questions about jelly-mixpanel-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze Mixpanel funnels to identify conversion drop-offs?

Funnel analysis in Mixpanel tracks user progression through sequential steps, calculating conversion rates and drop-off points at each stage. Query funnels with date ranges and segment by user properties to isolate where audiences abandon the flow, then export results for deeper investigation.

Can I track user retention cohorts and measure repeat engagement in Mixpanel?

Retention analysis tracks cohorts of users born on specific dates, measuring how many return across intervals using born or compounded retention models. Mixpanel retention queries reveal engagement trends and identify at-risk user segments for targeted intervention.

What's the best way to export raw Mixpanel event data for external analysis?

Raw event export retrieves complete event records in NDJSON format, enabling bulk data transfer to data warehouses, analytics platforms, or custom processing pipelines. Configure date ranges and segmentation filters before export to control scope and reduce file size.

How do I query Mixpanel insights for trend analysis and property segmentation?

Insights queries aggregate event trends and segment results by user properties, revealing behavioral patterns, demographic splits, and time-series changes. Results format as Markdown, JSON, or summary output for reporting and downstream integration.

Does Mixpanel analytics handle high-frequency queries without rate limiting issues?

The skill enforces automatic rate limiting at 60 requests per hour with 5 concurrent connections, and applies exponential backoff on 429 errors to prevent API throttling. Environment-based credential discovery and read-only access ensure secure, fault-tolerant automation at scale.