Index every signed contract, verified
Sweep the whole contract drive, index every key term, and verify a random sample with a second pass.
What this does
- Sweeps the whole drive and parses every contract on file
- Extracts parties, dates, value, governing law, and renewal terms
- Independently re-extracts a random sample and flags any disagreement, unverified
- Publishes a searchable index with a confidence state per contract
Workflow
- Trigger
One-off audit
Manual kickoff, long cloud run.
- Shell
Bulk parse every contract
Extract text from every docx/PDF in the drive with Anthropic's document skill.
- Prompt
Extract key terms
Parties, effective date, term, value, governing law, and renewal terms per contract.
- Prompt
Verify a random sample
A second, independent pass re-extracts terms for the sample percentage and compares against the first pass.
- Result
Publish the index
Searchable index view goes live; any contract that failed verification is flagged, not published silently.
Recommended skills
Reusable skills the recipe pulls in, add them once, every agent can use them.
How to use this recipe
- 1Connect Drive, your tracker sheet, and Slack to the agent
- 2Kick it off manually; it's a one-off, not a daily job
- 3Paste the prompt and set your sample percentage and drive scope
- 4Review the flagged and disagreement contracts before anyone treats them as certified
Install the "Index every signed contract, verified" recipe from the Eluu cookbook. 1. Fetch https://eluu.ai/cookbook/contract-repo-audit/skill.md and save it into your skills folder as "contract-repo-audit". 2. Ask me its first-run questions and store my answers in memory. 3. Then run the skill once end to end so we can review the output together.
Paste it into any agent. It fetches the recipe file and pulls in the skills and prompts on its own, the prompt stays short, the detail lives at the URL.