Contract Extractor
SkillDev toolsExtract structured data from contracts - parties, dates, amounts, obligations, deadlines, and renewal terms - into usable tables. Use to digest contract stacks.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Contract Extractor skill
What this skill tells your AI
The instructions your AI receives, as published by navinspire-ia/navin in navin/skills/contract-extractor/SKILL.md and read by ahel’s review.
Overview
Turn contract PDFs into a structured register: who, what, how much, until when, renewing when. Extraction, not legal judgment (that's contract-reviewer).
Extraction schema
| Field | Example |
|-------|---------|
| Parties (+ roles) | Navinspire (prestataire) / Client X (client) |
| Type | prestation / NDA / licence / bail / cadre |
| Signature date / effective date | ... |
| Duration & end date | 12 mois → 2026-09-30 |
| Renewal | tacite, préavis 3 mois → deadline dénonciation 2026-06-30 |
| Amounts | montant, devise, échéancier, indexation |
| Payment terms | 30j fin de mois, pénalités |
| Key obligations (per party) | livrables, SLA |
| Termination conditions | ... |
| Governing law / jurisdiction | ... |
| Special clauses flags | exclusivité, non-concurrence, caution |
Workflow
- Ingest: text-layer PDFs via
pdf-ocr-extractorpipeline (pdfplumber; OCR fallback for scans). - Extract per the schema; quote the source text + page for every extracted value (auditability).
- Uncertain reads (bad scan, ambiguous clause) → mark
⚠ à vérifier- never guess an amount or date. - Batch mode: one row per contract into a register (
spreadsheet-analystfor the xlsx). - High-value output: the deadline calendar - renewals, préavis, expiries →
cronreminders at J-90/J-30.
Register format
| Contrat | Contrepartie | Montant | Fin | Préavis deadline | Alerte |
Rules
- Every value traceable to the page it came from.
- Confidentiality: contracts stay in the workspace; nothing quoted externally.
- Interpretation questions → route to
contract-reviewerexplicitly.
Signals
- GitHub stars
- 22
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
contract-extractor- Source
- github.com/navinspire-ia/navin