← 返回 Skills 市场
Product Analytics
作者
Alireza Rezvani
· GitHub ↗
· v2.1.1
· MIT-0
335
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install product-analytics
功能描述
Use when defining product KPIs, building metric dashboards, running cohort or retention analysis, or interpreting feature adoption trends across product stages.
安全使用建议
This skill appears coherent and implementationally simple, but consider the following before installing: 1) Source is unknown — prefer skills from trusted publishers. 2) The CLI reads CSVs you supply; those files may contain PII or sensitive user data — avoid passing sensitive data unless you trust the environment. 3) The script loads the entire CSV into memory and assumes ISO-like date strings; large files may exhaust memory and malformed dates may raise errors. 4) Output is printed to stdout (no encryption or storage) — logs could be captured by your environment. If you plan to use it in production, review/modify the script for input validation, streaming large files, and any privacy requirements.
功能分析
Type: OpenClaw Skill
Name: product-analytics
Version: 2.1.1
The product-analytics skill bundle is a legitimate toolset for calculating and interpreting product metrics. The core logic in `scripts/metrics_calculator.py` uses standard Python libraries to process CSV data for retention and funnel analysis without any suspicious file access, network calls, or obfuscation. The documentation in `SKILL.md` and the `references/` directory provides helpful frameworks (AARRR, HEART) and instructions that align perfectly with the stated purpose of the skill.
能力评估
Purpose & Capability
Name/description (product KPIs, cohort/retention, dashboards) align with the included documentation and the CLI Python utility (scripts/metrics_calculator.py) which implements retention, cohort matrices, and funnel conversion from CSV input.
Instruction Scope
SKILL.md limits runtime actions to selecting frameworks, defining KPIs, designing dashboards, and running the included CLI against local CSV files. The instructions do not ask the agent to read unrelated files, environment variables, system configs, or to transmit data externally.
Install Mechanism
There is no install spec and only an included Python script; nothing is downloaded or extracted from external URLs. This is low-risk for disk persistence or arbitrary code retrieval.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The included script reads only CSVs provided as command arguments and does not access secrets or network resources.
Persistence & Privilege
Skill is not set to always:true and is user-invocable only. It does not modify other skills or system-wide agent settings; it does not request permanent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install product-analytics - 安装完成后,直接呼叫该 Skill 的名称或使用
/product-analytics触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.1
v2.1.1: optimization, reference splits
v1.0.0
Initial publish
元数据
常见问题
Product Analytics 是什么?
Use when defining product KPIs, building metric dashboards, running cohort or retention analysis, or interpreting feature adoption trends across product stages. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 335 次。
如何安装 Product Analytics?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install product-analytics」即可一键安装,无需额外配置。
Product Analytics 是免费的吗?
是的,Product Analytics 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Product Analytics 支持哪些平台?
Product Analytics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Product Analytics?
由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v2.1.1。
推荐 Skills