Install
openclaw skills install @duding-engicool/skill-quality-cost-analysis自动化质量成本分析工具,支持Excel/CSV多Sheet数据读取、智能列识别、数据清洗、四大分类计算、自动图表选择和HTML报告输出;当用户需要质量成本分析、成本结构拆解、趋势分析或质量成本报告时使用
openclaw skills install @duding-engicool/skill-quality-cost-analysispandas>=2.0.0
openpyxl>=3.1.0
plotly>=5.14.0
jinja2>=3.1.0
标准流程:
数据读取与预处理
scripts/data_processor.py 读取 Excel/CSV 文件,自动扫描所有 sheet质量成本计算
scripts/calculator.py 基于清洗后的数据计算质量成本四大分类图表生成
scripts/chart_generator.py 根据计算结果自动选择图表类型报告生成
scripts/report_generator.py 生成 HTML 报告智能分析建议
可选分支:
python scripts/data_processor.py --file ./data/quality_cost_2024.xlsx
python scripts/calculator.py --data ./output/cleaned_data.pkl
python scripts/chart_generator.py --result ./output/calculation_result.json
python scripts/report_generator.py --result ./output/calculation_result.json --charts ./output/charts.html --output ./reports/quality_cost_report.html
python scripts/data_processor.py --file ./data/quality_cost_multi_year.xlsx
python scripts/calculator.py --data ./output/cleaned_data.pkl --multi-period
python scripts/chart_generator.py --result ./output/calculation_result.json --type trend
python scripts/report_generator.py --result ./output/calculation_result.json --charts ./output/charts.html --output ./reports/trend_report.html
| 维度 | 评分 | 说明 |
|---|---|---|
| T — 可信任度 | 9/10 | 纯文档/脚本技能,无外部依赖风险,支持中文交互 |
| R — 可靠性 | 9/10 | 有异常处理说明; 输出格式明确 |
| A — 适用性 | 9/10 | 有适用范围声明; 触发条件明确 |
| C — 规范性 | 10/10 | frontmatter 完整; 文档结构清晰; 内容充分 |
| E — 有效性 | 10/10 | 输出明确; 含使用示例; 文档详尽 |
| 总分 | 47/50 | 通过 |