← 返回 Skills 市场
harrylabsj

CN Contract Review

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
36
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-contract-review
功能描述
Review Chinese contracts for risky clauses — labor lease purchase NDA. Built-in 20+ rule sets.
使用说明 (SKILL.md)

Contract Review

Review Chinese contracts for risky clauses. Supports labor, lease, purchase, NDA, service agreements and more.

Workflow

  1. Extract text — read PDF/DOCX (python-docx / pdftotext / OCR fallback).
  2. Identify type — classify contract type via keyword matching + AI:
    • 劳动合同, 租房合同, 购销合同, NDA, 服务协议, 借款合同, 担保合同, 股权协议, 装修合同, 合伙协议, 买卖合同, 承揽合同, 运输合同, 建设工程合同, etc.
  3. Load rule sets — load 20+ built-in Chinese contract risk rule sets keyed by contract type.
  4. Scan clauses — check each clause against rules:
    • 违约金比例 ≥ 30% → 🔴
    • 竞业限制期 > 2年 → 🔴
    • 保密期无限 → 🟡
    • 管辖权归属不利于乙方 → 🟡
    • 单方解约权 → 🟡
    • 空白授权条款 → 🔴
  5. Risk label — assign severity per finding: 🔴 High / 🟡 Medium / 🟢 Low.
  6. Explain — for each 🔴 finding, output:
    • Original clause excerpt
    • Plain Chinese explanation of the risk
    • Standard/recommended clause for comparison
  7. Summarize — contract summary: parties, amounts, term, key dates, special conditions.
  8. Report — structured report (JSON or Markdown) with summary, risk table, and recommendations.

Sample Prompt

contract-review review --input 租赁合同.pdf
contract-review review --input 劳动合同.docx --type labor
contract-review review --input nda.pdf --type nda --severity-only high
contract-review batch ./contracts/*.pdf
contract-review rules --type labor  # list available rules
安全使用建议
Install only if you are comfortable having your agent read the contracts you provide. Treat the output as contract-risk assistance, not a substitute for legal advice, especially for high-value or legally consequential agreements.
能力评估
Purpose & Capability
The stated purpose is reviewing Chinese contracts for risky clauses, and the instructions align with that purpose by extracting user-provided documents, classifying contract type, checking clauses against risk rules, and producing reports.
Instruction Scope
The workflow is user-directed and limited to contract analysis; it does not instruct the agent to access unrelated files, override user control, hide actions, or change system behavior.
Install Mechanism
The artifact contains only SKILL.md markdown with no executable scripts, package installs, hooks, or background components.
Credentials
Reading PDF/DOCX inputs and optionally using OCR is proportionate for contract review, but users should provide only contracts they intend the agent to analyze because contract text may be sensitive.
Persistence & Privilege
No persistence, privilege escalation, credential/session access, long-running worker, or broad indexing behavior is present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-contract-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-contract-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Review Chinese contracts with 20+ rule sets, risk scoring and structured reports
元数据
Slug cn-contract-review
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

CN Contract Review 是什么?

Review Chinese contracts for risky clauses — labor lease purchase NDA. Built-in 20+ rule sets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。

如何安装 CN Contract Review?

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

CN Contract Review 是免费的吗?

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

CN Contract Review 支持哪些平台?

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

谁开发了 CN Contract Review?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论