← Back to Skills Marketplace
Product Analytics
by
Alireza Rezvani
· GitHub ↗
· v2.1.1
· MIT-0
335
Downloads
0
Stars
5
Active Installs
2
Versions
Install in OpenClaw
/install product-analytics
Description
Use when defining product KPIs, building metric dashboards, running cohort or retention analysis, or interpreting feature adoption trends across product stages.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install product-analytics - After installation, invoke the skill by name or use
/product-analytics - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.1
v2.1.1: optimization, reference splits
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is Product Analytics?
Use when defining product KPIs, building metric dashboards, running cohort or retention analysis, or interpreting feature adoption trends across product stages. It is an AI Agent Skill for Claude Code / OpenClaw, with 335 downloads so far.
How do I install Product Analytics?
Run "/install product-analytics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Product Analytics free?
Yes, Product Analytics is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Product Analytics support?
Product Analytics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Product Analytics?
It is built and maintained by Alireza Rezvani (@alirezarezvani); the current version is v2.1.1.
More Skills