agentsclimarketplace

Contract summarization

Skill siddhu1716/LearnKit/skills/legal/contract_summarization

LIA Labs / Learnkit - "Make your AI agents Learn Improve and Adapt".

Install
npx -y skills add siddhu1716/LearnKit --skill contract_summarization

Assembled 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

  1. Extract all obligations per party
  2. Extract termination clauses and notice periods
  3. Flag indemnity and liability cap clauses separately
  4. Identify governing law and dispute resolution mechanisms
  5. Simplify legal language to plain English
  6. 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."

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.