Legal Drafting (bilingual first drafts)
Generates bilingual (Arabic + English) first-draft legal documents for a Kuwait/GCC civil-engineering context (FIDIC-aware). Drafts only — review by a licensed lawyer before sending.
Doc types
notice · eot-claim · demand · nda · agreement · customUsage
bash
. /data/.openclaw/secrets/env.sh
python3 skills/legal-drafting/legal_drafting.py notice --brief "facts..." --run
python3 skills/legal-drafting/legal_drafting.py eot-claim --brief "delay event, cause, days" --run --out draft.txt
python3 skills/legal-drafting/legal_drafting.py custom --brief "describe the document"
omit --run to just print the prompt (paste into Opus 4.8 for best quality)
Model routing
- Best quality: prompt → Claude Opus 4.8 (golden chain) + run through
text-humanizer. - Quick draft:
--run(Gemini 3.1 Pro).
Verified (2026-06-05)
notice --runlive: professional bilingual delay-notice draft, FIDIC/Kuwait context ✅
Notes
- Always uses placeholders ([Date], [Amount]). Drafts only; not legal advice.
- For external letters, pass output through text-humanizer (auto-trigger rule).