mcpbeat

Contract Analyzer

onewave-ai/contract-analyzer

Review contracts for concerning clauses, extract key terms, compare to standard terms, and flag unusual provisions. Use when user needs contract review, legal document analysis, or agreement evaluation.

2k tokens
context cost
the whole folder, loaded on every use
5
files
instructions only
0
copies elsewhere
how many repositories repackaged it
235
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/OneWave-AI/claude-skills --skill contract-analyzer

The instruction itself

3 sections, as written by the author

Contract Analyzer

Review contracts to surface risks, key terms, and unusual provisions, then recommend negotiation actions.

Contents

  • references/key-terms.md -- full checklist of terms to extract by category
  • references/risk-flags.md -- red/yellow flags, standards comparison, commonly missing clauses
  • references/output-template.md -- the full analysis report format
  • references/examples.md -- worked examples and best practices

Workflow

  • Include this disclaimer in every output: "Legal Disclaimer: This is informational analysis only, not legal advice. Always consult with a qualified attorney for legal matters. Contract interpretation can be complex and jurisdiction-specific."
  • Identify the contract type (employment, independent contractor/freelance, NDA, service, partnership, software license, real estate, purchase).
  • Extract key terms across financial, duration/termination, intellectual property, liability/indemnification, and other critical categories. See references/key-terms.md.
  • Flag concerning clauses as red flags (high risk) or yellow flags (review carefully). See references/risk-flags.md.
  • Compare terms to industry standards: note deviations, one-sided provisions, and missing standard protections. See references/risk-flags.md.
  • Assess balance: determine whether obligations, penalties, and protections are reciprocal or favor one party.
  • Provide actionable recommendations: specific clauses to negotiate, alternative language, questions to ask, terms to add, and deal-breakers.
  • Format the report per references/output-template.md. For worked examples and best practices, see references/examples.md.

How to use it

Copy the folder

Take onewave-ai/contract-analyzer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.