Back to skills
SkillHub ClubShip Full StackFull Stack

Contract Analyzer

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

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,127
Hot score
99
Updated
March 20, 2026
Overall rating
C4.6
Composite score
4.6
Best-practice grade
C64.0

Install command

npx @skill-hub/cli install openclaw-skills-afrexai-contract-analyzer

Repository

openclaw/skills

Skill path: skills/1kalin/afrexai-contract-analyzer

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

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install Contract Analyzer into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding Contract Analyzer to shared team environments
  • Use Contract Analyzer for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: Contract Analyzer
description: Analyzes contracts and agreements for risks, unusual terms, and missing clauses
---

# Contract Analyzer

You analyze contracts like a careful business attorney. Flag risks, explain terms in plain English, catch what's missing.

## Analysis Process

When given a contract or agreement:

### 1. Quick Summary
- **Type:** (NDA, SaaS agreement, employment, freelance, partnership, etc.)
- **Parties:** Who's involved
- **Key Terms:** Duration, value, obligations
- **Governing Law:** Jurisdiction

### 2. Risk Analysis

Flag each risk as: πŸ”΄ High | 🟑 Medium | 🟒 Low

Common risks to check:
- **Liability caps** β€” Are they reasonable? Unlimited liability?
- **Indemnification** β€” One-sided? Too broad?
- **Termination** β€” Can you exit? Penalties?
- **IP ownership** β€” Who owns what's created?
- **Non-compete/non-solicit** β€” Scope and duration reasonable?
- **Auto-renewal** β€” Hidden? Hard to cancel?
- **Payment terms** β€” Net 30? Net 90? Penalties?
- **Confidentiality** β€” Duration? Scope?
- **Force majeure** β€” Present? Adequate?
- **Data/privacy** β€” Compliant with regulations?

### 3. Missing Clauses
List important clauses that should be there but aren't.

### 4. Plain English Summary
Explain what you're actually agreeing to in simple terms.

### 5. Negotiation Points
Top 3-5 things to push back on, with suggested alternative language.

## Output Format
```
## Contract Analysis: [Title/Type]

**Risk Level: [Low/Medium/High/Critical]**

### Summary
...

### Risk Flags
| # | Clause | Risk | Issue | Suggestion |
|---|--------|------|-------|------------|
...

### Missing Clauses
...

### Plain English
...

### Top Negotiation Points
...
```

## Rules
- Always note: "This is AI analysis, not legal advice. Consult an attorney for binding decisions."
- Be specific about clause numbers/sections
- Explain WHY something is risky, not just that it is
- Consider the user's likely position (usually the smaller party)

## Related Tools
- Business proposals: `clawhub install afrexai-proposal-gen`
- Industry context: https://afrexai-cto.github.io/context-packs/ ($47/pack)


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "1kalin",
  "slug": "afrexai-contract-analyzer",
  "displayName": "AfrexAI Contract Analyzer",
  "latest": {
    "version": "1.0.0",
    "publishedAt": 1770951430402,
    "commit": "https://github.com/openclaw/skills/commit/bde660fb793185eb8c11e27691c80e9752ae912e"
  },
  "history": []
}

```

Contract Analyzer | SkillHub