AI Agent Hub
Back to skills
Contract Smart Compare icon

Contract Smart Compare

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_26bdbd50/contract-compare according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Contract review often gets stuck between two or more versions: which party changed the breach clause, what obligations were added, and whether fee changes shift liability boundaries. Manual line-by-line review is slow and can miss material changes buried in long clauses.

How It Works and Limits

contract-compare breaks contract text into comparable clause units, then uses a model to produce a structured diff. Key steps include:

  • Clause extraction: identifies numbered clauses such as Clause 1 or Article X while preserving context.
  • Diff classification: groups changes into added clauses, removed clauses, and modified clauses for faster review.
  • Risk summary: flags high-risk edits such as liability, breach, and fee clauses so reviewers can prioritize them.
  • Report output: generates a Markdown diff report; higher tiers also add Excel listings and key clause summaries.

The boundary is clear: it is best for difference triage and review support, not a substitute for legal advice. Scanned files, PDFs, and OCR depend on the selected tier. If it uses OPENAI_API_KEY or ANTHROPIC_API_KEY, confirm model access and data-handling requirements yourself.

Use Cases

  • A legal specialist receives a revised DOCX contract and needs to locate added, removed, and modified clauses in a Markdown review checklist.
  • A procurement officer receives a scanned PDF contract and needs OCR parsing to compare it with the prior version, especially liability and fee clauses.
  • A compliance reviewer handles three versions of the same agreement and needs a classified diff summary focused on breach and fee changes.
  • A contract operations lead needs to compile key changes across multiple contracts into a short brief for business and legal review.

Best For

  • Legal specialists reviewing contract revisions who need clause-level changes and risk flags first.
  • Operations staff managing procurement and vendor agreements who need PDF, DOCX, or scanned-file diffs into a trackable list.
  • Compliance reviewers who need to classify added, removed, and modified clauses quickly.
  • Legal-tech developers building internal contract review workflows around structured diff reports.