← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mixpanel-analytics
Description
Query Mixpanel product analytics — events, funnels, retention, user profiles, and cohorts via the Mixpanel Data Export API. Use when you need to: (1) Query e...
Usage Guidance
This skill appears to be a straightforward Mixpanel Data Export CLI: it needs Mixpanel service-account credentials or an API secret and will call Mixpanel APIs and print event/profile data (which may include PII). The primary concern is metadata incoherence: the registry lists no required environment variables even though SKILL.md and the script clearly expect MIXPANEL_SERVICE_ACCOUNT_USERNAME, MIXPANEL_SERVICE_ACCOUNT_SECRET or MIXPANEL_API_SECRET and optionally MIXPANEL_PROJECT_ID and MIXPANEL_DATA_REGION. Before installing or enabling autonomous invocation, do the following: (1) Require the publisher/maintainer to update the registry metadata to declare the exact env vars/secrets needed so you can audit them; (2) Review the full scripts/mx.py file (the provided file was truncated in the package listing) to confirm it only contacts mixpanel domains and does not send data to other endpoints or log secrets; (3) Consider running the script in a least-privilege environment and avoid supplying secrets with broad scopes — use service accounts with minimal permissions; (4) Be aware that outputs can include user properties/PII; restrict access to agents and logs accordingly. If the publisher cannot justify the missing metadata or provide the full unobfuscated source, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: mixpanel-analytics
Version: 1.0.0
The mixpanel-analytics skill is a legitimate tool for querying Mixpanel's Data Export and Engage APIs. The Python script (scripts/mx.py) uses standard libraries to perform authenticated requests to official Mixpanel domains (data.mixpanel.com and mixpanel.com) based on user-provided environment variables. No evidence of data exfiltration to unauthorized endpoints, malicious execution, or prompt injection was found in the code or documentation.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and scripts/mx.py all describe Mixpanel Data Export API interactions (events, funnels, retention, profiles). The credentials the code uses (service account username/secret or API secret) and an optional project_id are appropriate and expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to run the included CLI script (~/.openclaw/workspace/skills/mixpanel-analytics/scripts/mx.py) and documents the exact env vars the script requires (MIXPANEL_SERVICE_ACCOUNT_USERNAME, MIXPANEL_SERVICE_ACCOUNT_SECRET or MIXPANEL_API_SECRET, optionally MIXPANEL_PROJECT_ID and MIXPANEL_DATA_REGION). The script reads only those Mixpanel-related env vars and calls mixpanel domains. However, the registry metadata lists no required env vars — this mismatch is a scope/metadata coherence issue. Also the shipped script output can expose user properties (PII) which is consistent with its purpose but should be noted.
Install Mechanism
This is instruction-only (no install spec). The skill includes a Python script (no external package download or obscure install). No network-based installers or archive extraction are present in the metadata. That is low risk from an install-mechanism perspective.
Credentials
The code legitimately requires Mixpanel credentials and optionally a project ID and region. However, the skill's declared requirements in the registry show zero required env vars/credentials while SKILL.md and scripts clearly require secrets. The missing declaration is an incoherence and a risk (users may not realize they must provide secrets). Also the script will return user profile properties (potentially PII) — the skill needs access to sensitive data, which is proportionate to its purpose but should be explicitly documented in registry metadata.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or permanent system privileges. Nothing in the files indicates modification of other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mixpanel-analytics - After installation, invoke the skill by name or use
/mixpanel-analytics - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: query events, funnels, retention, user profiles via Mixpanel Data Export API
Metadata
Frequently Asked Questions
What is Mixpanel Analytics?
Query Mixpanel product analytics — events, funnels, retention, user profiles, and cohorts via the Mixpanel Data Export API. Use when you need to: (1) Query e... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Mixpanel Analytics?
Run "/install mixpanel-analytics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mixpanel Analytics free?
Yes, Mixpanel Analytics is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mixpanel Analytics support?
Mixpanel Analytics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mixpanel Analytics?
It is built and maintained by fr3kstyle (@fr3kstyle); the current version is v1.0.0.
More Skills