Agent Skills
› cosmicstack-labs/mercury-agent-skills
› contract-review
contract-review
GitHub提供合同审查与谈判支持,涵盖关键条款(责任、终止、IP)分析、合同类型对比及红线条文修改策略,助力高效评估风险并制定谈判方案。
Trigger Scenarios
需要审核或起草商业合同时
询问特定合同条款(如赔偿、终止)的含义或标准时
寻求合同谈判策略或红线条文建议时
Install
npx skills add cosmicstack-labs/mercury-agent-skills --skill contract-review -g -y
SKILL.md
Frontmatter
{
"name": "contract-review",
"metadata": {
"tags": [
"contract",
"legal",
"review",
"negotiation",
"compliance"
],
"author": "cosmicstack-labs",
"version": "1.0.0",
"category": "finance-legal"
},
"description": "Contract types, key clauses (indemnification, liability, termination), redlining, and negotiation strategy"
}
Contract Review
Review and negotiate contracts effectively.
Key Clauses to Watch
Liability & Indemnification
- Limitation of Liability: Cap at contract value (not revenue)
- Indemnification: Who pays if something goes wrong
- Mutuality: Both sides should have same protections
- Exclusions: What's NOT limited (IP infringement, death/injury)
Termination
- For cause: Breach + cure period (30 days standard)
- For convenience: Without cause, 30-90 days notice
- Termination fee: Breakage costs if early termination
- Survival: Which clauses survive termination (confidentiality, IP)
IP Ownership
- Work for hire: Company owns deliverables
- Pre-existing IP: Clearly listed and excluded
- License grant: What rights does each party get?
- Improvements: Who owns modifications to pre-existing IP?
Contract Types
| Type | Use | Key Terms |
|---|---|---|
| MSA | Ongoing services | Scope, pricing, liability |
| SOW | Specific projects | Deliverables, timeline, acceptance |
| NDA | Confidential information | Definition, term, exclusions |
| SaaS | Software access | SLA, data, uptime |
| Contractor | Services | IP, independence, termination |
Redlining Best Practices
- Start with friendly language, escalate if needed
- Explain WHY you want each change
- Focus on high-risk clauses first
- Get everything in writing (email is sufficient)
- Know your walk-away points before negotiating
Version History
- 38e2523 Current 2026-07-05 19:39


