← 返回 Skills 市场
Review Summary
作者
lialia691691-alt
· GitHub ↗
· v1.0.0
· MIT-0
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install review-summary
功能描述
Generate 4-sheet Excel review summary (评审汇总表) from 广联达 export data for budget review projects. Auto-classifies review line items into 7 categories: repeat-bi...
使用说明 (SKILL.md)
评审汇总表生成
从广联达导表自动生成4张评审汇总表。
用法
python3 scripts/generate_review_summary.py \x3C数据目录> \x3C输出.xlsx> \
--project "项目名" --building-area 208465.8
数据目录下需含 分部分项汇总审核导表.xlsx 和 总审核导表.xlsx。
输出
| Sheet | 内容 |
|---|---|
| 评审底稿 | 封面:送审/审定金额汇总、签名栏 |
| 汇总表 | 单位工程 × 7大类别矩阵 |
| 导表填写 | 逐条清单分类映射(含审增减原因原文) |
| 审增减明细生成表 | 按7类别归集的正式审增减清单 |
分类规则
脚本按优先级匹配关键字自动分类,详见 references/classification.md。
⚠️ 自动分类需人工复核:
[调价]项默认归入材料价格,可能实为定额子目调整- 关键字无法识别隐式重复计取
- 措施费/税金调整依赖"基数/税金"等关键字命中
复核后修正分类,重新运行即可。
模板
原始模板位于 assets/评审汇总表模板(四张表).xls,作为样式参考。
详细参考
- 模板4张Sheet的完整列结构和数据映射:
references/template_structure.md - 7类审增减分类规则及判断依据:
references/classification.md
安全使用建议
This appears safe for its stated purpose, but it will run local Python code on budget review spreadsheets. Use it on the intended folder only, verify that Python/openpyxl are available, and manually review the automatically classified categories as the skill itself recommends.
功能分析
Type: OpenClaw Skill
Name: review-summary
Version: 1.0.0
The skill bundle is a specialized utility for generating construction budget review reports from Glodon (广联达) Excel exports. The Python script (scripts/generate_review_summary.py) uses the openpyxl library to process local data and generate a multi-sheet summary without any network activity, shell execution, or unauthorized file access. The documentation (SKILL.md and references/) accurately describes the tool's logic and classification rules, and no evidence of malicious intent or prompt injection was found.
能力评估
Purpose & Capability
The stated purpose—generating a 4-sheet budget review summary from 广联达 Excel exports—matches the visible script behavior of reading named Excel files, classifying rows, and producing an output workbook.
Instruction Scope
The instructions are user-directed and tied to clear trigger phrases or a provided data folder; they do not attempt to override user intent, force hidden tool use, or change stopping conditions.
Install Mechanism
The registry says there is no install spec or required binary, but the skill instructs running a Python script and the code imports openpyxl. This is not suspicious, but users should ensure the runtime dependency is available.
Credentials
The script processes local project Excel files and writes a new Excel workbook. This local file access is proportionate to the skill purpose, but users should run it only on intended project folders because the data may contain business or budget information.
Persistence & Privilege
No credentials, network calls, background persistence, startup hooks, or privilege escalation are evident in the provided artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install review-summary - 安装完成后,直接呼叫该 Skill 的名称或使用
/review-summary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the review-summary skill.
- Automatically generates a 4-sheet Excel review summary (评审汇总表) from 广联达 export data for budget review projects.
- Auto-classifies review line items into 7 standard categories: repeat-billing, omission, quantity, quota-subitem, material-price, other, base-adjustment.
- Supports direct input of folders with required 广联达导表 files for processing.
- Produces a comprehensive package including 评审底稿, 汇总表, 导表填写, and 审增减明细 sheets.
- Includes instructions for usage, folder requirements, and classification rules for effective review and adjustment.
元数据
常见问题
Review Summary 是什么?
Generate 4-sheet Excel review summary (评审汇总表) from 广联达 export data for budget review projects. Auto-classifies review line items into 7 categories: repeat-bi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。
如何安装 Review Summary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install review-summary」即可一键安装,无需额外配置。
Review Summary 是免费的吗?
是的,Review Summary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Review Summary 支持哪些平台?
Review Summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Review Summary?
由 lialia691691-alt(@lialia691691-alt)开发并维护,当前版本 v1.0.0。
推荐 Skills