legal-auto-signer
Installation
SKILL.md
Legal Contract Auto-Signer
This skill acts as a digital legal filter, identifying safe contracts and highlighting risks before signing.
Core Mechanics (99% Logic)
- Document Extraction: Use
extract_file_toolto parse PDF or Word contracts into clean text. - Risk Clause Logic: Scan for a list of 'Danger Words' (Uncapped liability, auto-renewal, intellectual property assignment).
- Rule-Based Approval: If a contract meets all user safety criteria, prepare it for e-signature (via DocuSign/HelloSign API).
- Draft Negotiation: Automatically suggest changes for clauses that don't meet the safety criteria.
- Legal Archive: Save the final signed version and set an automated reminder for the expiration date.
Examples
- "Check this NDA: if there is no IP assignment, let me know it's safe to sign."
- "Extract the renewal dates from all contracts in my 'Legal' folder."