Install
openclaw skills install legaldoc-aiAutomate extraction, analysis, summarization, legal research, and deadline tracking of contracts and legal documents for law firms and professionals.
openclaw skills install legaldoc-aiVersion: 1.0.0
Category: Legal / Professional Services
Author: Manas AI
License: Commercial
LegalDoc AI is a comprehensive legal document automation skill that helps law firms and legal professionals streamline document review, contract analysis, legal research, and deadline management. Designed for attorneys, paralegals, and legal operations teams.
Extract and analyze specific clauses from contracts:
Generate executive summaries for legal documents:
AI-powered legal research assistance:
Automated legal deadline management:
legaldoc extract clauses <file_path>
legaldoc extract clauses <file_path> --type indemnification,liability
legaldoc extract clauses <file_path> --output json|markdown|table
legaldoc compare clauses <file1> <file2> --type all
legaldoc summarize <file_path>
legaldoc summarize <file_path> --type executive|detailed|bullet
legaldoc summarize <file_path> --length short|medium|long
legaldoc summarize <file_path> --focus obligations|risks|terms
legaldoc research "<query>"
legaldoc research "<query>" --jurisdiction CA|NY|TX|federal
legaldoc research "<query>" --type case_law|statute|regulation
legaldoc research citations <file_path> --verify
legaldoc deadlines extract <file_path>
legaldoc deadlines list --upcoming 30d
legaldoc deadlines add "<description>" --date YYYY-MM-DD --matter <matter_id>
legaldoc deadlines alert --email <address> --days-before 7,3,1
legaldoc compare <file1> <file2>
legaldoc compare <file1> <file2> --type redline|summary|clause-by-clause
legaldoc compare versions <file_path> --show-history
# ~/.legaldoc/config.yaml
default_jurisdiction: "federal"
output_format: "markdown"
ocr_enabled: true
deadline_alerts:
enabled: true
email: "legal@yourfirm.com"
slack_webhook: "https://hooks.slack.com/..."
days_before: [7, 3, 1]
matter_management:
enabled: true
system: "clio" # or "mycase", "practicepanther", "custom"
api_key: "${CLIO_API_KEY}"
| Variable | Description | Required |
|---|---|---|
LEGALDOC_API_KEY | LegalDoc AI API key | Yes |
WESTLAW_API_KEY | Westlaw research API (optional) | No |
LEXIS_API_KEY | LexisNexis API (optional) | No |
COURTLISTENER_API_KEY | CourtListener free API | No |
CLIO_API_KEY | Clio matter management | No |
LEGALDOC_STORAGE_PATH | Local document storage | No |
{
"document": "Master_Services_Agreement.pdf",
"extracted_at": "2026-01-31T10:30:00Z",
"clauses": [
{
"type": "indemnification",
"section": "8.1",
"page": 12,
"text": "Client shall indemnify and hold harmless...",
"risk_level": "high",
"notes": "Broad indemnification with no carve-outs",
"suggested_revision": "Consider adding carve-outs for gross negligence..."
}
]
}
# Executive Summary: Master Services Agreement
**Parties:** Acme Corp (Client) ↔ TechVendor Inc (Provider)
**Effective Date:** January 1, 2026
**Term:** 3 years with auto-renewal
## Key Terms
- **Contract Value:** $2.4M over term
- **Payment:** Net 30, quarterly invoicing
- **Termination:** 90-day notice for convenience
## Risk Assessment
🔴 **High Risk:** Unlimited liability for data breaches
🟡 **Medium Risk:** Broad IP assignment clause
🟢 **Low Risk:** Standard force majeure provisions
## Critical Deadlines
- First payment due: February 1, 2026
- Annual review: December 1, 2026
- Renewal notice deadline: October 1, 2028
| Tier | Documents/Month | Research Queries | Price |
|---|---|---|---|
| Solo | 50 | 100 | $99/mo |
| Small Firm | 200 | 500 | $299/mo |
| Mid-Size | 1,000 | 2,500 | $799/mo |
| Enterprise | Unlimited | Unlimited | Custom |