contract-reviewer

Review business contracts for risks, missing clauses, unfavorable terms, and compliance gaps. Use when analyzing NDAs, MSAs, SaaS agreements, vendor contracts, SOWs, or employment agreements. Generates a structured risk report with recommendations. Built by AfrexAI.

3,891 stars

Best use case

contract-reviewer is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Review business contracts for risks, missing clauses, unfavorable terms, and compliance gaps. Use when analyzing NDAs, MSAs, SaaS agreements, vendor contracts, SOWs, or employment agreements. Generates a structured risk report with recommendations. Built by AfrexAI.

Review business contracts for risks, missing clauses, unfavorable terms, and compliance gaps. Use when analyzing NDAs, MSAs, SaaS agreements, vendor contracts, SOWs, or employment agreements. Generates a structured risk report with recommendations. Built by AfrexAI.

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "contract-reviewer" skill to help with this workflow task. Context: Review business contracts for risks, missing clauses, unfavorable terms, and compliance gaps. Use when analyzing NDAs, MSAs, SaaS agreements, vendor contracts, SOWs, or employment agreements. Generates a structured risk report with recommendations. Built by AfrexAI.

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/contract-reviewer/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/1kalin/contract-reviewer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/contract-reviewer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How contract-reviewer Compares

Feature / Agentcontract-reviewerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Review business contracts for risks, missing clauses, unfavorable terms, and compliance gaps. Use when analyzing NDAs, MSAs, SaaS agreements, vendor contracts, SOWs, or employment agreements. Generates a structured risk report with recommendations. Built by AfrexAI.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Contract Reviewer

Review any business contract for risks, gaps, and unfavorable terms. Outputs a structured risk report.

## When to Use

- Reviewing NDAs, MSAs, SaaS agreements, vendor contracts, SOWs
- Pre-signature risk assessment
- Comparing contract terms against industry standards
- Identifying missing protective clauses
- Compliance gap analysis (GDPR, SOC 2, HIPAA references)

## How to Use

1. User provides contract text (paste, file, or URL)
2. Agent analyzes against the framework below
3. Outputs structured risk report

## Analysis Framework

### 1. Contract Metadata
Extract and confirm:
- **Parties**: Who is bound? Are entities correctly named?
- **Effective date & term**: Start, duration, auto-renewal?
- **Governing law & jurisdiction**: Which state/country?
- **Contract type**: NDA / MSA / SaaS / SOW / Employment / Vendor / Other

### 2. Financial Terms Review
Flag issues with:
- **Payment terms**: Net 30/60/90? Late payment penalties?
- **Price escalation**: Annual increases capped? CPI-linked?
- **Hidden fees**: Setup, overage, early termination, minimum commitments
- **Currency & tax**: Who bears tax obligations?

### 3. Risk Clauses (RED FLAGS)
Score each 🔴 High / 🟡 Medium / 🟢 Low:

| Clause | What to Check |
|--------|--------------|
| **Limitation of liability** | Is it capped? Mutual? Carve-outs for IP/data? |
| **Indemnification** | One-sided or mutual? Uncapped exposure? |
| **Termination** | Can either party terminate for convenience? Notice period? |
| **Auto-renewal** | Silent renewal? Opt-out window too short? |
| **IP ownership** | Who owns work product? License-back provisions? |
| **Data handling** | DPA included? Breach notification timeline? Data return/deletion? |
| **Non-compete / non-solicit** | Scope, duration, geography reasonable? |
| **Force majeure** | Included? Pandemic/cyber covered? |
| **Assignment** | Can they assign without consent? Change of control? |
| **Warranty disclaimers** | "As-is" without recourse? SLA commitments? |
| **Confidentiality** | Mutual? Duration? Carve-outs? Survival period? |
| **Dispute resolution** | Arbitration vs litigation? Venue favorable? |

### 4. Missing Clauses Check
Flag if absent:
- [ ] Data Processing Agreement (if personal data involved)
- [ ] SLA with uptime commitments and credits
- [ ] Insurance requirements
- [ ] Audit rights
- [ ] Subcontractor approval rights
- [ ] Escrow provisions (for critical software)
- [ ] Business continuity / disaster recovery obligations
- [ ] Right to terminate for cause (material breach + cure period)

### 5. Plain Language Issues
- Ambiguous terms ("reasonable efforts" without definition)
- Undefined capitalized terms
- Conflicting clauses (e.g., termination vs auto-renewal)
- Missing exhibits or schedules referenced but not attached

## Output Format

```markdown
# Contract Review Report

## Summary
- **Contract**: [type] between [Party A] and [Party B]
- **Overall Risk Level**: 🔴/🟡/🟢
- **Top 3 Concerns**: [bullet list]
- **Recommendation**: Sign / Negotiate / Walk Away

## Detailed Findings

### 🔴 High Risk
[numbered list with clause reference, issue, recommendation]

### 🟡 Medium Risk
[numbered list with clause reference, issue, recommendation]

### 🟢 Low Risk / Acceptable
[numbered list noting well-drafted provisions]

## Missing Clauses
[checklist of what should be added]

## Suggested Redlines
[specific language changes recommended, with before/after]

## Next Steps
1. [prioritized action items]
```

## Important Notes

- This is an **AI-assisted review**, not legal advice
- Always have a qualified attorney review before signing
- Flag jurisdiction-specific requirements the model may miss
- For regulated industries (healthcare, finance), additional compliance review needed

## AfrexAI

Built by [AfrexAI](https://afrexai-cto.github.io/aaas/landing.html) — AI agents for business operations.
Need a full-time AI legal operations agent? We deploy managed AI agents starting at $1,500/month.

Related Skills

Pitch Deck Reviewer

3891
from openclaw/skills

Reviews pitch decks and provides investor-ready feedback with scoring

Business Strategy & Growth

Contract Review Assistant

3891
from openclaw/skills

Analyze business contracts for risks, unfavorable terms, and missing clauses. Get a plain-English summary of what you're signing.

Legal & Finance

Contract Analyzer

3891
from openclaw/skills

Analyzes contracts and agreements for risks, unusual terms, and missing clauses

Legal Technology & Document Automation

afrexai-code-reviewer

3891
from openclaw/skills

Enterprise-grade code review agent. Reviews PRs, diffs, or code files for security vulnerabilities, performance issues, error handling gaps, architecture smells, and test coverage. Works with any language, any repo, no dependencies required.

Coding & Development

onchain-contract-token-analysis

3891
from openclaw/skills

Analyze smart contracts, token mechanics, permissions, fee flows, upgradeability, market risks, and likely attack surfaces for onchain projects. Use when reviewing ERC-20s, launchpads, vaults, staking systems, LP fee routing, ownership controls, proxy setups, or suspicious token behavior.

Security

Contract Reviewer - AI Legal Document Risk Scanner

3891
from openclaw/skills

Upload any contract or legal document and get a structured risk analysis with flagged clauses, plain-language explanations, and negotiation suggestions.

aws-terraform-security-reviewer

3891
from openclaw/skills

Review Terraform plans and HCL files for AWS security misconfigurations before deployment

azure-defender-posture-reviewer

3891
from openclaw/skills

Interpret Microsoft Defender for Cloud Secure Score and generate a prioritized remediation roadmap

resume-reviewer

3891
from openclaw/skills

Analyze resumes for target roles, identify weak bullets, missing keywords, ATS gaps, and provide actionable rewrite suggestions.

code-reviewer

3891
from openclaw/skills

Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.

contract-and-proposal-writer

3891
from openclaw/skills

Contract & Proposal Writer

api-design-reviewer

3891
from openclaw/skills

API Design Reviewer