Contract summarization
Skill siddhu1716/LearnKit/skills/legal/contract_summarization
LIA Labs / Learnkit - "Make your AI agents Learn Improve and Adapt".
npx -y skills add siddhu1716/LearnKit --skill contract_summarizationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, as published. Nobody here has run it
Contract Summarization
When to use this skill
Summarize the key terms, obligations, and risk areas of a legal contract into a structured, plain-English bullet summary.
Approach
- Extract all obligations per party
- Extract termination clauses and notice periods
- Flag indemnity and liability cap clauses separately
- Identify governing law and dispute resolution mechanisms
- Simplify legal language to plain English
- Structure output as a bullet summary grouped by party
Tools used
- pdf_reader: extract text from contract PDF
- clause_extractor: identify clause boundaries and types
Known constraints
- Output must be under 500 words
- No legal jargon in the summary — plain English only
- Preserve all monetary figures and dates exactly
Known failure modes
- Hallucinating clause references that don't exist in the document
- Missing amendment or addendum clauses attached at the end
- Confusing indemnification limits across different liability sections
- Merging obligations from different parties into a single list
Examples
Good output pattern
Party A (Service Provider):
- Must deliver software by Q3 2026
- 30-day cure period for material breach
- Liability capped at $500,000
Party B (Client):
- Payment due within 45 days of invoice
- Must provide access to staging environment
Bad output pattern
"The contract says things about obligations and there are some clauses about termination."