Skip to main content

Mixpanel

@keeb/mixpanelv2026.04.22.3· 8d agoMODELS·SKILLS
01README

Mixpanel analytics API integration (segmentation, funnels, retention, boards)

02Models1
@keeb/mixpanelv2026.03.01.2mixpanel.ts

Global Arguments

ArgumentTypeDescription
serviceAccountUsernamestringMixpanel service account username
serviceAccountSecretstringMixpanel service account secret
projectIdstringMixpanel project ID
regionenumMixpanel data residency region
fn segmentation(event: string, fromDate: string, toDate: string, type: enum, unit: enum, on?: string, where?: string)
Query event segmentation data
ArgumentTypeDescription
eventstringEvent name to segment
fromDatestringStart date (YYYY-MM-DD)
toDatestringEnd date (YYYY-MM-DD)
typeenum
unitenum
on?stringProperty to break down by
where?stringFilter expression
fn query_insights(bookmarkId: string)
Query a saved Insights report by bookmark ID
ArgumentTypeDescription
bookmarkIdstringInsights bookmark ID
fn query_funnels(funnelId: string, fromDate: string, toDate: string, unit?: enum)
Query funnel conversion data
ArgumentTypeDescription
funnelIdstringFunnel ID from Mixpanel
fromDatestringStart date (YYYY-MM-DD)
toDatestringEnd date (YYYY-MM-DD)
unit?enum
fn query_retention(fromDate: string, toDate: string, bornEvent: string, event: string, unit?: enum)
Query user retention data
ArgumentTypeDescription
fromDatestringStart date (YYYY-MM-DD)
toDatestringEnd date (YYYY-MM-DD)
bornEventstringEvent that defines the cohort birth
eventstringEvent that defines return activity
unit?enum
fn list_funnels()
List all available funnels in the project
fn get_board(boardId: string)
Get a dashboard/board by ID
ArgumentTypeDescription
boardIdstringBoard ID from Mixpanel URL

Resources

segmentation(infinite)— Segmentation query results
insights(infinite)— Insights report results
funnels(infinite)— Funnel analysis results
retention(infinite)— Retention analysis results
funnelsList(infinite)— List of available funnels
board(infinite)— Dashboard/board data
03Skills1
mixpanel1 file
04Previous Versions6
2026.04.22.2Apr 22, 2026

Added 1 skills

2026.04.06.1Apr 7, 2026
2026.03.02.3Mar 3, 2026
2026.03.02.2Mar 3, 2026
2026.03.02.1Mar 3, 2026
2026.03.01.2Mar 2, 2026
05Stats
A
100 / 100
Downloads
2
Archive size
6.5 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Security Notice

This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.

07Platforms
08Labels