← 返回 Skills 市场
wux818738-alt

Contract Reviewer Wudi

作者 wux818738-alt · GitHub ↗ · v2.9.5 · MIT-0
cross-platform ✓ 安全检测通过
86
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install contract-reviewer-wudi
功能描述
中文合同审核 Skill - 支持修订痕迹、批注气泡、清洁版生成与多轮迭代管理。覆盖41种合同类型、350+关键条款、229+常见风险、82个法律依据。核心输出为 Word Track Changes(修订痕迹)。
使用说明 (SKILL.md)

合同审核 WUDI | Contract Reviewer WUDI

中文合同审核 Skill,专为 OpenClaw / Claude AI 设计的智能合同审查工具。 以 修订痕迹(Track Changes) 为核心输出,直接写入 Word 文档,所见即所得。

修订痕迹效果

✨ 核心特性

能力 说明
📝 修订痕迹 审核意见直接写入 Word Track Changes,红绿对比一目了然
💬 批注气泡 法律背景说明、结构性提示以 Word Comment 形式呈现
📋 清洁版生成 一键生成接受全部修改后的清洁版文档
🔄 多轮迭代 支持版本跟踪、差异对比、回滚管理
🔍 交叉引用检查 自动检测孤立引用、缺失条款、自引用问题
🏷️ 合同类型检测 自动识别 41 种合同类型(关键词匹配 + 置信度排序)
📚 条款智能推荐 内置 22 个专业条款模板,审核时自动匹配替代条款
📄 PDF/扫描件 OCR 自动识别 PDF 类型,支持 Vision/Tesseract 转换

📊 覆盖范围

  • 41 种合同类型:买卖、租赁、建设工程、技术服务、劳动合同、股权转让、PPP、金融衍生品等
  • 350+ 关键条款审核规则
  • 229+ 常见风险识别点
  • 82 个法律依据(《民法典》合同编为主)

🖼️ 效果展示

1. 合同输入

上传 Word 或 PDF 格式的合同文件即可开始审核。

合同输入

2. 合同类型识别

自动检测合同类型,匹配对应审核规则库。

合同类型识别

3. 风险扫描

逐条扫描合同条款,识别法律风险并分级标注。

风险扫描

4. 修订痕迹(核心输出)★

审核修改直接写入 Word 修订痕迹,红色删除、绿色新增,对比清晰。

修订痕迹

5. 批注气泡

无法用修订表达的内容(法律背景、结构性提示)以批注形式呈现。

批注气泡

6. 清洁版输出

一键生成接受全部修改后的干净文档。

清洁版输出

📁 目录结构

contract-reviewer-wudi/
├── SKILL.md                          # Skill 主文件(AI 审核规则引擎)
├── LICENSE.md                        # GPL-3.0 许可证
├── scripts/
│   ├── contract_parser.py            # 合同结构解析引擎
│   ├── apply_changes.py              # 修订痕迹与批注写入引擎
│   ├── generate_clean.py             # 清洁版生成引擎
│   ├── iteration_manager.py          # 多轮迭代管理引擎
│   ├── clause_recommender.py         # 条款智能推荐引擎
│   ├── check_cross_refs.py           # 交叉引用检查
│   ├── full_pipeline.py              # 完整审核流水线
│   ├── pdf_ocr.py / vision_ocr.py    # PDF OCR 模块
│   ├── preflight_check.py            # 预检工具
│   ├── round_analyzer.py             # 轮次分析
│   ├── generate_comparison.py        # 对比视图生成
│   └── config.py                     # 共享配置
├── references/
│   ├── clause-library/               # 22 个专业条款模板 (JSON)
│   ├── contract-types/               # 41 种合同类型定义 (JSON)
│   ├── review-playbook.md            # 审核操作手册
│   ├── engine-guide.md               # 引擎使用指南
│   └── output-spec.md                # 输出规范
├── agents/
│   └── openai.yaml                   # Agent 配置示例
├── tests/
│   └── test_contract_reviewer.py     # 单元测试
└── images/                           # 效果截图

🚀 安装

OpenClaw 用户

git clone https://github.com/wux818738-alt/contract-reviewer-wudi.git ~/.qclaw/skills/contract-reviewer-wudi

重启 OpenClaw Gateway,Skill 会自动加载。

ClawHub 用户

clawhub install contract-reviewer-wudi

依赖

  • Python 3.8+
  • python-docx(修订痕迹 / 批注写入)
  • PyMuPDFpdfplumber(PDF 解析,可选)
  • Tesseract(扫描件 OCR,可选)
  • LibreOffice(清洁版生成,可选)

📜 许可证

GPL-3.0 © 2026 WUDI

🙏 致谢

本 Skill 的审核方法论基于法律审核通用实践,属于行业公共知识。感谢所有法律从业者对本领域的贡献。

安全使用建议
This skill appears coherent for contract reviewing, but you are downloading and running code from an unknown GitHub fork. Before installing: (1) inspect the Python scripts for any network calls, subprocess.exec usage, or references to external endpoints or hidden credentials; (2) run tests in an isolated/sandbox environment (container or VM); (3) verify third‑party dependencies (python-docx, OCR tools) and install them from trusted sources; (4) confirm GPL-3.0 license obligations if you distribute or modify the tool; (5) if you plan to process sensitive contracts, ensure no code transmits documents externally and consider keeping processing on an air‑gapped or enterprise‑approved environment. If you want, provide the contents of key scripts (e.g., full_pipeline.py, apply_changes.py, pdf_ocr.py) and I can point out any networking or exfiltration code patterns that would raise stronger concerns.
功能分析
Type: OpenClaw Skill Name: contract-reviewer-wudi Version: 2.9.5 The contract-reviewer-wudi skill bundle is a legitimate and highly sophisticated tool designed for automated legal contract review. It provides a complete workflow including document parsing (scripts/contract_parser.py), native Word Track Changes and Comments injection (scripts/apply_changes.py), and multi-round negotiation analysis (scripts/round_analyzer.py). While scripts/pdf_ocr.py contains a function to automatically install Python dependencies via pip, the targets are hardcoded to standard libraries (e.g., pymupdf, pytesseract) required for its OCR functionality. The bundle exhibits no signs of data exfiltration, malicious remote execution, or prompt injection, and its logic is entirely consistent with the stated purpose of assisting legal professionals.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (Chinese contract reviewer producing Word Track Changes) matches the repository contents: parsing, OCR, clause libraries, apply_changes and generate_clean scripts, and contract-type JSONs. Declared dependencies (python-docx, pdf libs, Tesseract, LibreOffice) are sensible for the stated functionality.
Instruction Scope
SKILL.md describes workflows that operate on uploaded Word/PDF files, produce tracked changes/comments, OCR scanned PDFs, and manage iterations — all within the domain of contract review. The instructions do not request unrelated files, credentials, or network exfiltration in the visible text.
Install Mechanism
There is no platform install spec (the skill is instruction-only) but SKILL.md instructs users to git clone the repo from an external GitHub URL. Cloning and running third‑party code is standard for this type of skill but carries the usual risk of running arbitrary code from an untrusted source; review the scripts before executing and prefer a sandboxed environment.
Credentials
The skill declares no required environment variables or credentials. That is appropriate for a local document-processing tool. No evidence in SKILL.md or manifest that unrelated secrets are requested.
Persistence & Privilege
Flags show always:false and no special OS restrictions or config paths. The repo is intended to be installed into the user's Skills directory (per SKILL.md) which is normal and scoped to the skill itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install contract-reviewer-wudi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /contract-reviewer-wudi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.9.5
图片改用标准 Markdown 语法,修复 ClawHub 图片不显示问题
v2.9.4
SKILL.md 与 GitHub README 一致
v2.9.3
添加效果图截图
v2.9.2
优化 SKILL.md 结构:精简 description 用于 ClawHub 索引,正文保留核心介绍和用法,详细审核规则移至 references/
v2.9.1
中文合同审核 Skill v2.9.1 - 支持修订痕迹、批注气泡、清洁版生成与多轮迭代管理,覆盖41种合同类型
元数据
Slug contract-reviewer-wudi
版本 2.9.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Contract Reviewer Wudi 是什么?

中文合同审核 Skill - 支持修订痕迹、批注气泡、清洁版生成与多轮迭代管理。覆盖41种合同类型、350+关键条款、229+常见风险、82个法律依据。核心输出为 Word Track Changes(修订痕迹)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Contract Reviewer Wudi?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install contract-reviewer-wudi」即可一键安装,无需额外配置。

Contract Reviewer Wudi 是免费的吗?

是的,Contract Reviewer Wudi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Contract Reviewer Wudi 支持哪些平台?

Contract Reviewer Wudi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Contract Reviewer Wudi?

由 wux818738-alt(@wux818738-alt)开发并维护,当前版本 v2.9.5。

💬 留言讨论