Contract Reviewer
Detect risk clauses, summarize terms, and rate legal documents for contract review.
Why use this skill?
Instantly analyze legal contracts for risk clauses, summarize key terms, and compare document versions with this automated AI skill for OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/contract-reviewerWhat This Skill Does
The Contract Reviewer is an advanced AI agent skill designed to streamline the legal review process by automating the identification of risk-heavy clauses. It acts as an intelligent paralegal, parsing complex legal jargon into plain-English summaries and highlighting potential pitfalls in contracts, NDAs, service agreements, and terms of service. By categorizing findings into Liability, Termination, IP Assignment, Data/Privacy, Non-compete, Dispute Resolution, and Payment terms, the skill provides a structured risk assessment report. Each identified clause is assigned a risk level (Standard, Review recommended, or High risk), enabling users to focus their limited time on the sections that actually require human legal intervention. Furthermore, the tool supports document comparison, making it invaluable for tracking changes across multiple drafts of a contract.
Installation
To integrate the Contract Reviewer into your OpenClaw workspace, open your terminal or command interface and execute the following command:
clawhub install openclaw/skills/skills/sa9saq/contract-reviewer
Ensure that your system has pdftotext from poppler-utils installed if you intend to process PDF-based legal documents. The skill is designed to operate locally without external API dependencies, ensuring your data remains within your controlled environment.
Use Cases
- Freelancers: Quickly review service agreements before signing to identify unfavorable payment terms or broad IP assignment clauses.
- Procurement Teams: Analyze vendor contracts to flag auto-renewals or unfavorable liability caps before procurement cycles close.
- Legal Departments: Perform initial triage on high-volume standard contracts to determine which require immediate senior attorney attention.
- Contract Lifecycle Management: Compare two versions of a draft contract to identify what shifted during negotiation rounds.
Example Prompts
- "Analyze this SaaS agreement (file: vendor_contract.pdf) and highlight any clauses related to data retention and liability caps."
- "Compare version 1 and version 2 of this NDA. What are the specific changes to the non-compete duration and geographic scope?"
- "Review the provided text for a consulting contract and point out any high-risk IP ownership language that I should negotiate."
Tips & Limitations
- Security: The skill does not transmit contract data to third-party servers. If you are handling highly sensitive information, you may request that the AI masks specific entity names during the logging process.
- Human-in-the-Loop: Always treat output as a diagnostic tool rather than legal advice. The AI may occasionally miss nuanced legal implications; therefore, a qualified attorney should provide the final sign-off on any critical or high-value document.
- Formatting: For best results, use clean text, markdown, or high-quality PDFs. Avoid using scanned images of contracts without first running them through an OCR tool.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-sa9saq-contract-reviewer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.