← Back to Skills Marketplace
40
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-contract-audit
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
- Extract text — read PDF/DOCX (python-docx / pdftotext / OCR fallback).
- Identify type — classify contract type via keyword matching + AI:
- 劳动合同, 租房合同, 购销合同, NDA, 服务协议, 借款合同, 担保合同, 股权协议, 装修合同, 合伙协议, 买卖合同, 承揽合同, 运输合同, 建设工程合同, etc.
- Load rule sets — load 20+ built-in Chinese contract risk rule sets keyed by contract type.
- Scan clauses — check each clause against rules:
- 违约金比例 ≥ 30% → 🔴
- 竞业限制期 > 2年 → 🔴
- 保密期无限 → 🟡
- 管辖权归属不利于乙方 → 🟡
- 单方解约权 → 🟡
- 空白授权条款 → 🔴
- Risk label — assign severity per finding: 🔴 High / 🟡 Medium / 🟢 Low.
- Explain — for each 🔴 finding, output:
- Original clause excerpt
- Plain Chinese explanation of the risk
- Standard/recommended clause for comparison
- Summarize — contract summary: parties, amounts, term, key dates, special conditions.
- 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 letting the agent read the contract files you explicitly provide. Treat the output as review assistance rather than legal advice, especially for high-value or binding agreements.
Capability Assessment
Purpose & Capability
The stated purpose and instructions align: read user-provided Chinese contracts, identify contract type, check clauses against risk rules, and produce a structured report.
Instruction Scope
The workflow is scoped to contract-review tasks and examples require explicit user inputs; there are no role overrides, hidden instructions, or unrelated agent-control directives.
Install Mechanism
The artifact contains only a single SKILL.md markdown file and no executable scripts, package install steps, hooks, or external resources.
Credentials
Reading PDF/DOCX files and possible OCR are proportionate for contract review, but contract files may contain sensitive legal or business information.
Persistence & Privilege
No persistence, background workers, privilege escalation, credential/session/profile access, or network exfiltration behavior appears in the artifact.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-contract-audit - After installation, invoke the skill by name or use
/cn-contract-audit - 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
Frequently Asked Questions
What is CN Contract Audit?
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 40 downloads so far.
How do I install CN Contract Audit?
Run "/install cn-contract-audit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is CN Contract Audit free?
Yes, CN Contract Audit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does CN Contract Audit support?
CN Contract Audit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created CN Contract Audit?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills