← 返回 Skills 市场
ivangdavila

Mixpanel

作者 Iván · GitHub ↗ · v1.0.1
linuxdarwin ✓ 安全检测通过
560
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install mixpanel
功能描述
Query Mixpanel analytics with funnels, retention, segmentation, and event tracking via REST API.
安全使用建议
This skill appears coherent for querying Mixpanel, but before installing consider the following: 1) The skill requires a Mixpanel service account and secret — treat MP_SERVICE_SECRET as sensitive since it can enable queries and exports; create a least-privilege service account and rotate credentials regularly. 2) The SKILL.md example uses the base64 utility but only lists curl and jq as required binaries — ensure base64 is available in your agent environment or add it to required tools. 3) Cached query results are stored in ~/mixpanel/ — if those results contain PII or sensitive analytics, restrict directory permissions and consider where backups or sync tools might copy that data. 4) The skill uses the raw export endpoint which can return detailed event data; only enable this capability for accounts that are allowed to export raw event data. 5) The skill claims it will not send data outside Mixpanel; confirm the agent runtime you use executes those curl commands locally (and does not proxy them through an external host you do not control). If any of these points are unacceptable (for example, service account secrets you cannot provide or strict data-export restrictions), do not install or limit the service-account permissions before enabling the skill.
功能分析
Type: OpenClaw Skill Name: mixpanel Version: 1.0.1 The OpenClaw Mixpanel skill is benign. It clearly defines its purpose of interacting with the Mixpanel API for analytics, using standard tools like `curl` and `jq`. It correctly handles sensitive credentials by requiring them as environment variables (`MP_SERVICE_ACCOUNT`, `MP_SERVICE_SECRET`, `MP_PROJECT_ID`) and explicitly instructs the agent not to store them in files or ask users to paste them in chat (`SKILL.md`, `memory-template.md`, `setup.md`). All network calls are directed to legitimate Mixpanel domains, and the skill explicitly disavows sending data to other services. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection aiming for harmful actions.
能力评估
Purpose & Capability
Name/description, required env vars (MP_SERVICE_ACCOUNT, MP_SERVICE_SECRET, MP_PROJECT_ID), required binaries (curl, jq), and the declared local config path (~/mixpanel/) all align with a Mixpanel Query API integration that caches queries locally. The primary credential (MP_SERVICE_SECRET) is appropriate for authentication.
Instruction Scope
SKILL.md stays on-topic: all commands and endpoints target mixpanel.com or data.mixpanel.com, it reads only the declared environment variables, and it directs cached results to ~/mixpanel/. One minor mismatch: the example constructs a Basic auth token using the base64 command (echo ... | base64) but base64 is not listed in required binaries. Otherwise the instructions avoid asking users to paste secrets into chat and state they will not store credentials to disk.
Install Mechanism
Instruction-only skill with no install spec or remote downloads. This minimizes disk-write risk: nothing is fetched or executed at install time by the skill itself.
Credentials
The three required environment variables map directly to Mixpanel service-account authentication and project selection; no unrelated secrets or broad credentials are requested. The declared config path (~/mixpanel/) is proportional for caching queries and saved insights.
Persistence & Privilege
The skill is not force-included (always:false) and does not request system-wide privileges. It stores memory and cached query results in a single user-local directory (~/mixpanel/), which is a reasonable level of persistence for this purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mixpanel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mixpanel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Improved security docs and env var declarations.
v1.0.0
Initial release with Query API, funnels, cohorts, and user profiles.
元数据
Slug mixpanel
版本 1.0.1
许可证
累计安装 5
当前安装数 5
历史版本数 2
常见问题

Mixpanel 是什么?

Query Mixpanel analytics with funnels, retention, segmentation, and event tracking via REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 560 次。

如何安装 Mixpanel?

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

Mixpanel 是免费的吗?

是的,Mixpanel 完全免费(开源免费),可自由下载、安装和使用。

Mixpanel 支持哪些平台?

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

谁开发了 Mixpanel?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.1。

💬 留言讨论