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 |
小蔥技能7w4.net有更新,你可以訪問看下。
{
"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 |
這個 Skill 文件詳細、示例專業,四大核心功能基本完整可用,質量中等偏上。主要優點是程式碼結構清晰、文件豐富;主要不足是多語言混雜(中文英文混用)、compare 功能未實現、中美法律體系定位不清。對於中國法律場景的使用者,CLAUDE.md 的身份設定有價值,但其他配置需調整後才能真正適配國內使用。總體來說可用但不夠完善,需要開發者統一定位後改進。