Today's Agent Skill: Contract Clause Flagger
What It Does
Reading contracts cover-to-cover is important but time-consuming, and critical clauses hide in dense legalese. This skill scans contracts and flags the clauses that actually affect your business — liability, termination, auto-renewal, and IP assignment.
How It Works
The Contract Clause Flagger reads a contract document and identifies high-impact clauses across categories that matter most to businesses: liability limits, indemnification, termination rights, auto-renewal terms, non-compete/non-solicit, IP ownership, payment terms, and data handling. Each flag includes a plain-English summary so non-lawyers understand what they are agreeing to.
How to Deploy It
Run this skill on any new contract before signing by uploading the PDF or pasting the text. For semi-autonomous use, integrate it into your contract review workflow so every incoming agreement gets flagged before it reaches a human reviewer — cutting review time by 60% or more.
SKILL.md — Ready to Deploy
# Contract Clause Flagger
## Description
Scan contracts for high-impact clauses (liability, termination, IP, auto-renewal) and summarize each in plain English.
## Trigger
"review this contract", "flag risky clauses in", "what should I watch for in this agreement"
## Input
- Contract document (PDF, DOCX, or pasted text)
- Optional: your role (buyer, seller, contractor, employer)
## Steps
1. Parse the full contract text
2. Identify and extract clauses in these categories:
- Liability and indemnification
- Termination rights and notice periods
- Auto-renewal and cancellation windows
- Non-compete and non-solicit
- IP ownership and work-for-hire
- Payment terms and late fees
- Data handling and confidentiality
- Governing law and dispute resolution
3. For each flagged clause, write a plain-English summary
4. Rate each clause: standard, favorable, unfavorable, or needs negotiation
5. Output a prioritized review summary
## Output Format
```markdown
# Contract Review — [Document Title]
## High Priority (review before signing)
- **Auto-Renewal (Section 4.2):** Contract auto-renews annually with only a 30-day cancellation window. *Rating: Unfavorable* — conside
Copy the full SKILL.md and drop it into your agent's skills directory to activate this skill.