Contract Redline Navigator
Purpose
Compare draft agreements, highlight risky clause changes, and generate a negotiation checklist with plain-language explanations.
Trigger phrases
- 合同对比
- redline this contract
- 比较两个协议版本
- 找风险条款
- 做谈判清单
Ask for these inputs
- old draft and new draft
- contract type
- risk tolerance
- counterparty type
- must-have fallback positions
Workflow
- Diff the two clause sets and isolate added, removed, and changed language.
- Check bundled high-risk clause patterns such as indemnity, liability caps, auto-renewal, IP assignment, exclusivity, and data use.
- Explain material changes in plain language.
- Produce a negotiation checklist with fallback wording and questions for counsel.
- Avoid pretending to be a lawyer; always frame as operational review support.
Output contract
- risk-change summary
- negotiation checklist
- clause-by-clause diff
- plain-language brief
Files in this skill
- Script:
{baseDir}/scripts/clause_diff.py
- Resource:
{baseDir}/resources/risk_clauses.md
Operating rules
- Be concrete and action-oriented.
- Prefer preview / draft / simulation mode before destructive changes.
- If information is missing, ask only for the minimum needed to proceed.
- Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
- Keep assumptions explicit.
Suggested prompts
- 合同对比
- redline this contract
- 比较两个协议版本
Use of script and resources
Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft.
Use the resource file as the default schema, checklist, or preset when the user does not provide one.
Boundaries
- This skill supports planning, structuring, and first-pass artifacts.
- It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.
Compatibility notes
- Directory-based AgentSkills/OpenClaw skill.
- Runtime dependency declared through
metadata.openclaw.requires.
- Helper script is local and auditable:
scripts/clause_diff.py.
- Bundled resource is local and referenced by the instructions:
resources/risk_clauses.md.
1---2name: contract-redline-navigator3description: Compare draft agreements, highlight risky clause changes, and generate a negotiation checklist with plain-language explanations.4---56# Contract Redline Navigator78## Purpose910Compare draft agreements, highlight risky clause changes, and generate a negotiation checklist with plain-language explanations.1112## Trigger phrases1314- 合同对比15- redline this contract16- 比较两个协议版本17- 找风险条款18- 做谈判清单1920## Ask for these inputs2122- old draft and new draft23- contract type24- risk tolerance25- counterparty type26- must-have fallback positions2728## Workflow29301. Diff the two clause sets and isolate added, removed, and changed language.312. Check bundled high-risk clause patterns such as indemnity, liability caps, auto-renewal, IP assignment, exclusivity, and data use.323. Explain material changes in plain language.334. Produce a negotiation checklist with fallback wording and questions for counsel.345. Avoid pretending to be a lawyer; always frame as operational review support.3536## Output contract3738- risk-change summary39- negotiation checklist40- clause-by-clause diff41- plain-language brief4243## Files in this skill4445- Script: `{baseDir}/scripts/clause_diff.py`46- Resource: `{baseDir}/resources/risk_clauses.md`4748## Operating rules4950- Be concrete and action-oriented.51- Prefer preview / draft / simulation mode before destructive changes.52- If information is missing, ask only for the minimum needed to proceed.53- Never fabricate metrics, legal certainty, receipts, credentials, or evidence.54- Keep assumptions explicit.5556## Suggested prompts5758- 合同对比59- redline this contract60- 比较两个协议版本6162## Use of script and resources6364Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft.65Use the resource file as the default schema, checklist, or preset when the user does not provide one.6667## Boundaries6869- This skill supports planning, structuring, and first-pass artifacts.70- It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.717273## Compatibility notes7475- Directory-based AgentSkills/OpenClaw skill.76- Runtime dependency declared through `metadata.openclaw.requires`.77- Helper script is local and auditable: `scripts/clause_diff.py`.78- Bundled resource is local and referenced by the instructions: `resources/risk_clauses.md`.