mixpanel-automation

Automate Mixpanel event, funnel, cohort, and profile queries with JQL.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/dr-code/beacon --skill mixpanel-automation-dr-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mixpanel-automation
Source: https://github.com/dr-code/beacon/tree/main/plugins/all-skills/skills/mixpanel-automation
Command: npx skills add https://github.com/dr-code/beacon --skill mixpanel-automation-dr-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Product and analytics teams face time-consuming, error-prone workflows when querying Mixpanel for events, funnels, cohorts, and user profiles, and this Skill centralizes and automates those repetitive analyses while enforcing correct parameter formats and sequencing.

Core Features & Use Cases

  • Event Aggregation & Trends: Count and trend events over time with configurable granularity and filters.
  • Segmentation: Break down events by properties (e.g., platform, country) to understand user behavior.
  • Funnels & Cohorts: Query saved funnels, analyze conversion windows, and list cohorts for targeted analysis.
  • User Profile Management: Search, paginate, and batch-update Mixpanel user profiles safely.
  • JQL & Insight Queries: Run custom JQL scripts or saved insights for advanced analyses.
  • Use Case: Run a funnel report from signup to first purchase for the last 30 days, segment by platform, and export top segments.

Quick Start

Run a Mixpanel funnel report from signup to first purchase for the last 30 days.

Frequently Asked Questions about mixpanel-automation

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

FAQPage Schema
How do I automate Mixpanel funnel and cohort analysis over specific date ranges?

You can automate Mixpanel analytics by running queries for event aggregation, segmentation, funnels, and cohorts across specified date ranges. This requires an active Rube MCP connection and a Mixpanel toolkit connection to handle pagination and rate limits.

What do I need to connect before running custom JQL scripts for Mixpanel event analysis?

Running custom JQL scripts and insight queries requires an active Rube MCP connection and a Mixpanel toolkit connection. You must format dates as YYYY-MM-DD and adhere to Mixpanel expression syntax to execute advanced event analysis successfully.

Can I segment Mixpanel event trends by user properties like platform or country?

Yes, Mixpanel automation supports event segmentation by breaking down events by properties like platform or country. It automates queries with configurable granularity and filters to analyze user behavior trends over specified date ranges.

How do I batch update Mixpanel user profiles and search through them safely?

Mixpanel automation searches, paginates, and batch-updates user profiles safely. It manages rate-limit aware queries to ensure profile management operations process reliably without exceeding Mixpanel API thresholds.

What are the limitations when running large scale Mixpanel segmentation queries?

Mixpanel automation handles large scale segmentation through pagination and rate-limit aware queries. Users must adhere to Mixpanel expression syntax and YYYY-MM-DD date formats, as incorrect parameters or exceeding rate limits will disrupt event aggregation workflows.