← 返回 Skills 市场
fr3kstyle

Mixpanel Analytics

作者 fr3kstyle · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mixpanel-analytics
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mixpanel-analytics 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: query events, funnels, retention, user profiles via Mixpanel Data Export API
元数据
Slug mixpanel-analytics
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Mixpanel Analytics?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mixpanel-analytics」即可一键安装,无需额外配置。

Mixpanel Analytics 是免费的吗?

是的,Mixpanel Analytics 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mixpanel Analytics 支持哪些平台?

Mixpanel Analytics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mixpanel Analytics?

由 fr3kstyle(@fr3kstyle)开发并维护,当前版本 v1.0.0。

💬 留言讨论