Version: 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: - Indemnification clauses - Limitation of liability - Termination provisions - Force majeure - Confidentiality/NDA terms - Non-compete/non-solicitation - Intellectual property assignments - Governing law & jurisdiction - Dispute resolution (arbitration/litigation) - Payment terms & penalties - Representations & warranties - Change of control provisions
Generate executive summaries for legal documents: - Contract summaries with key terms highlighted - Case brief generation - Deposition summary - Discovery document digest - Regulatory filing summaries - M&A due diligence summaries
AI-powered legal research assistance: - Case law search and analysis - Statutory interpretation - Regulatory guidance lookup - Precedent identification - Jurisdiction-specific research - Citation verification
Automated legal deadline management: - Statute of limitations tracking - Filing deadline extraction - Court date monitoring - Contract milestone alerts - Regulatory compliance dates - Discovery deadlines
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
发现更多技能插件,请访问7w4.net。
| 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 |
这个 Skill 文档详细、示例专业,四大核心功能基本完整可用,质量中等偏上。主要优点是代码结构清晰、文档丰富;主要不足是多语言混杂(中文英文混用)、compare 功能未实现、中美法律体系定位不清。对于中国法律场景的用户,CLAUDE.md 的身份设定有价值,但其他配置需调整后才能真正适配国内使用。总体来说可用但不够完善,需要开发者统一定位后改进。