Genie AI Templates
What it does
This tool imports contract templates from Genie AI — the UK-based open-source legal template library at genieai.co — into the current chat session for reference, comparison, or as a drafting starting point. Genie AI provides hundreds of lawyer-drafted templates covering commercial contracts, employment, IP, corporate, and real estate, primarily under English and Scots law with some cross-border coverage.
The tool does not replace Louis's own drafting capability. Its purpose is to:
- Give users a recognized external baseline to compare against an AI-generated draft.
- Surface clause-level alternatives when a user says "how does Genie handle this clause?"
- Support users who already work in a Genie-supplemented workflow and want continuity.
Setup / auth
| Parameter | Description | Required |
|---|---|---|
genieApiKey |
Genie AI API key or OAuth token (configured at tenant level) | Yes |
templateId |
Genie template UUID or slug (e.g., nda-mutual-en) |
No — can search by keyword |
searchQuery |
Free-text search when exact template ID is unknown | Conditional |
If no key is configured, the tool falls back to scraping Genie's publicly indexed templates where permitted by their terms of service. Inform the user if access is limited to the public catalog.
Capabilities
Template search
Input: { query: "mutual NDA governing law English" }
Output: [ { templateId, title, jurisdiction, lastUpdated, clauses: [...] } ]
Template fetch
Input: { templateId: "nda-mutual-en" }
Output: { title, fullText, clauseIndex: [{ number, heading, text }], metadata }
Clause comparison
Given a user-provided draft clause and a Genie template clause:
- Highlight substantive differences
- Flag deviations from Genie's recommended market standard
- Note which party's position each version favors
Import as context
The fetched template can be pinned as a reference document in the RAG window so subsequent drafting or review tasks use it as a comparison baseline.
Usage patterns
Pattern 1 — "Draft like Genie's NDA but adapt for UAE law"
- Fetch Genie's mutual NDA (English law)
- Identify structure and key clauses
- Invoke
draft-nda-mutualwith Genie template as structural reference + UAE / DIFC governing law overlay
Pattern 2 — "How does Genie handle IP assignment?"
- Fetch the relevant template section
- Return Genie's clause text + a plain-English explanation of its effect
- Compare to any alternative in the firm KB ([[tool-rag-firm-knowledge]])
Pattern 3 — Clause benchmarking User uploads their draft → Louis pulls matching Genie clause → side-by-side redline showing deviations.
Permissions & safety
- Scope limitation: never download and store full Genie catalog; fetch on-demand per session.
- Attribution: always cite "Source: Genie AI template [title]" in any output that incorporates Genie text.
- License: Genie AI templates are typically released under open-source licenses (Creative Commons or similar); confirm per template before wholesale incorporation into client deliverables.
- Do not present Genie templates as local firm precedent — they are public market standards, not the firm's own drafting.
Failure modes
| Failure | Symptom | Resolution |
|---|---|---|
| Auth error | 401 from Genie API | Check API key in tenant settings |
| Template not found | Empty result set | Broaden search; try Genie web UI directly |
| Rate limit | 429 response | Retry with backoff; inform user of delay |
| Template outdated | Last updated > 2 years | Warn user; verify against current law |
| Non-English jurisdiction | Genie has limited non-English coverage | Fall back to firm KB or Louis's own drafting |
MENA considerations
Genie's catalog is predominantly English and Scots law. For MENA drafting:
- Use Genie templates as structural inspiration only, not as governing-law-ready documents.
- Immediately flag that choice-of-law, dispute resolution, and local registration requirements differ.
- In Lebanon (civil law), KSA, and UAE onshore, many Genie structural assumptions (implied terms, common-law remedies) do not apply.
- DIFC and ADGM (English common law) are the best fit for Genie templates in the MENA context.
Related skills
- [[tool-harvey-knowledge-source-bridge]] — similar bridge for Harvey AI templates
- [[tool-rag-firm-knowledge]] — prefer the firm's own precedents over external templates
- [[tool-rag-public-legal-corpus]] — public legal corpus RAG for statute and case reference
- [[draft-nda-unilateral]] — Louis's own NDA drafting skill
- [[draft-msa]] — master services agreement drafting