The skill's files, instructions, and behavior are coherent with its stated purpose (customer segmentation) and do not request unrelated credentials, installations, or network access; however it will process sensitive financial/customer data so privacy and compliance checks are advised before use.
评估建议
This skill appears coherent and implements customer segmentation as advertised, but it processes sensitive financial and personally identifiable data. Before installing/running: (1) Verify where outputs are written and ensure they stay on trusted storage; (2) Confirm the runtime environment has no network egress or is monitored if data must remain private; (3) Review and test the script on synthetic or anonymized data first (there are minor logic issues such as a simplistic 'optimal_k' selection...
详细分析 ▾
✓用途与能力
Name/description match the provided SKILL.md and the included scripts. The Python script implements feature engineering, K-Means clustering, profiling, and chart generation — exactly what the skill says it will do. There are no unrelated environment variables, binaries, or config paths requested.
ℹ指令范围
Instructions and code focus on reading user-uploaded CSV/Excel files, cleaning, feature engineering, clustering, and producing CSV/PNG/MD outputs. The skill will therefore handle sensitive bank/customer data (PII/financial). There are no instructions to read other system files, environment variables, or to transmit data externally, but the operator should confirm the runtime environment prevents unintended exfiltration.
✓安装机制
No install spec is provided (instruction-only plus included script). Nothing is downloaded or extracted; the skill relies on standard Python libraries (pandas, scikit-learn, matplotlib, seaborn) which are expected for this task.
✓凭证需求
The skill requests no credentials, env vars, or config paths. Its resource needs (CPU/memory when clustering large datasets) are proportional to the task. No broad or unrelated secrets are requested.
✓持久化与权限
always is false and the skill does not request permanent system presence or attempt to modify other skills. It writes output files to a provided output directory (normal for this use case).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/22
Customer Segmentation Skill v1.0.0
- Automatically analyzes financial customer data upon CSV/Excel upload or user request (“analyze customers”, “customer segmentation”).
- Performs data cleaning, missing value handling, and feature engineering (RFM model + extended attributes).
- Applies K-Means clustering (auto K detection or fixed K=5) to generate customer segments.
- Outputs segmentation labels, statistical summaries, and assigns five intuitive customer categories.
- Produces key visualizations (histogram, radar chart, heatmap, scatter plot) and exports all results (tables, charts, Markdown reports) for easy sharing.
- All major processing steps (cleaning, clustering, profiling, visualization, output) are automated for streamlined analysis.