Vendor Contract Extraction
Reads a set of vendor contracts and pulls each one into a single structured register -- one row per vendor -- capturing term and renewal dates, notice periods, annual cost and payment terms, the auto-renew flag, key risk provisions, and authorized user counts. Flags auto-renewals whose notice window is open, costs with no cap, and terms it could not find. Every extracted value cites its source contract and section. Provisional markers are field-level: a value from a scan or noisy OCR is marked on that field, not the whole row. Multi-file vendors (base agreement plus amendments) consolidate into one row with later terms overriding earlier ones. The breadth sibling to contract-review: this sweeps the portfolio, that reads one agreement deeply.
Simple install — no setup required
Download the skill file below
Add it to Claude — pick your platform:
Claude desktop app
- Open the Claude desktop app
- Go to Code, then Customize
- Click Create a new skill
- Upload the skill file you downloaded
claude.ai (web)
- Go to Customize, then Skills
- Click +, then Create a new skill
- Upload the skill file you downloaded
Say a trigger phrase to activate it
Download the skill file below
Place it at .cursor/skills/vendor-contract-extraction/SKILL.md (rename the downloaded file to SKILL.md). The shared .agents/skills/vendor-contract-extraction/SKILL.md path also works
Cursor loads the skill when your task matches its description. Say a trigger phrase to activate it
Download the skill file below
In ChatGPT, create a Project and attach the file (or paste its contents into the project instructions). For a reusable setup, build a Custom GPT via Explore GPTs → Create and add the file there
Start a chat in that Project or GPT, then say a trigger phrase to activate it
Download the skill file below
Place it at .github/skills/vendor-contract-extraction/SKILL.md in your repository (rename the downloaded file to SKILL.md)
Copilot loads the skill when it is relevant to your task. Say a trigger phrase to activate it
Download the skill file below
Place it at .agents/skills/vendor-contract-extraction/SKILL.md in your repository (rename the downloaded file to SKILL.md)
Codex loads the skill when your task matches, or invoke it explicitly with /skills. Say a trigger phrase to activate it
Your skill is downloading.
Get an email when we ship new skills and updates.
You're on the list. We'll email you when new skills drop.
What this skill does
This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the pinned source below.
Vendor Contract Extraction
Extract key terms, risk provisions, cost obligations, renewal/termination clauses, and authorized user counts across a vendor portfolio into one risk-and-cost register. Use to build or refresh a vendor risk and cost inventory.
The breadth sibling to contract-review: this sweeps the whole portfolio into a structured table, that reads one agreement deeply into a risk memo. Every field cites its source contract and section. Auto-renewals inside their notice window are flagged. Provisional markers are field-level, not row-level.
Includes an eval contract with four self-tests covering auto-renewal notice-window flagging, missing-term handling, multi-file amendment consolidation, and field-level OCR provisional marking.
View full SKILL.md on GitHub