A powerful AI agent skill for querying Mixpanel analytics, including funnels, retention, segmentation, and event tracking via REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mixpanel
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install mixpanel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Mixpanel skill for Openclaw Skills enables AI agents to interface directly with the Mixpanel Query API to extract actionable product insights. It streamlines the process of analyzing user behavior, allowing agents to perform complex operations like funnel analysis and retention tracking without manual API configuration.
This skill provides a structured framework for managing analytics requests, ensuring that developers can quickly retrieve event counts, segment user profiles, and export raw data. By integrating this into Openclaw Skills, teams can automate their data-driven decision-making processes and maintain a local history of performed queries and insights.
To integrate this skill with Openclaw Skills, you must first configure your Mixpanel Service Account credentials as environment variables:
export MP_SERVICE_ACCOUNT="your-service-account"
export MP_SERVICE_SECRET="your-service-secret"
export MP_PROJECT_ID="your-project-id"
Ensure that both curl and jq are installed on your system. On first use, the skill will initialize the local directory at ~/mixpanel/ to manage its memory and saved queries.
The skill organizes its local state and cached data using the following structure:
| File/Directory | Purpose |
|---|---|
~/mixpanel/memory.md |
Tracks project IDs, saved query summaries, and general insights. |
~/mixpanel/queries/ |
Stores reusable JQL (JavaScript Query Language) files for complex analysis. |
Environment Vars |
Securely stores API credentials outside of the file system. |
Loading
Deploy, secure, and operate MinIO object storage using advanced mc workflows, policy controls, and incident-safe recovery playbooks.

A comprehensive mindfulness support system for guided meditation, structured habit tracking, and adaptive practice planning.

A comprehensive local intelligence skill for navigating Milan as a visitor, resident, student, or professional.

A comprehensive AI skill providing real-time local intelligence for navigating Miami as a visitor, resident, or professional.

Automate machine learning model deployment, monitoring, and scaling with production-ready MLOps pipelines.

A comprehensive tool for tracking mobile app performance across Firebase, App Store Connect, and Google Play Console.








































