← Back to Skills Marketplace
harrylabsj

CN Contract Review

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
36
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-contract-review
Description
Review Chinese contracts for risky clauses — labor lease purchase NDA. Built-in 20+ rule sets.
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-contract-review
  3. After installation, invoke the skill by name or use /cn-contract-review
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Review Chinese contracts with 20+ rule sets, risk scoring and structured reports
Metadata
Slug cn-contract-review
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is CN Contract Review?

Review Chinese contracts for risky clauses — labor lease purchase NDA. Built-in 20+ rule sets. It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.

How do I install CN Contract Review?

Run "/install cn-contract-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is CN Contract Review free?

Yes, CN Contract Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does CN Contract Review support?

CN Contract Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created CN Contract Review?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.

💬 Comments