From mixpanel-data
This skill installs mixpanel_data, pandas, numpy, matplotlib, and seaborn, then verifies Mixpanel credentials. It should be invoked when setting up a new environment for Mixpanel data analysis, when dependencies are missing, or when configuring service account or OAuth credentials for the first time.
npx claudepluginhub jaredmcfarland/mixpanel_data --plugin mixpanel-dataThis skill is limited to using the following tools:
Install dependencies and verify credentials for CodeMode analytics.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Install dependencies and verify credentials for CodeMode analytics.
bash ${CLAUDE_SKILL_DIR}/scripts/setup.sh
This will:
mixpanel_data, pandas, numpy, matplotlib, and seaborn (tries uv, pip in order)After installation, check auth status:
python3 ${CLAUDE_PLUGIN_ROOT}/skills/mixpanel-analyst/scripts/auth_manager.py status
Parse the JSON result. If active_method is not "none", credentials are configured — proceed to verification.
If no credentials are configured, guide the user to one of these methods:
Tell the user to run /mp-auth add for a step-by-step walkthrough that securely collects credentials.
Tell the user to run /mp-auth login for browser-based authentication (no service account needed).
For quick testing, set all four variables in the shell:
export MP_USERNAME="service-account-username"
export MP_SECRET="service-account-secret"
export MP_PROJECT_ID="12345"
export MP_REGION="us" # or "eu", "in"
python3 ${CLAUDE_PLUGIN_ROOT}/skills/mixpanel-analyst/scripts/auth_manager.py test
If the result shows "success": true, setup is complete. The user can now ask questions about their Mixpanel data.
If verification fails, suggest /mp-auth test for detailed diagnostics.