ClawSkills logoClawSkills

LegalDoc AI

为律师事务所和专业人员自动执行合同和法律文档的提取、分析、总结、法律研究和截止日期跟踪。

介绍

# LegalDoc AI

**版本:** 1.0.0 **类别:** 法律 / 专业服务 **作者:** Manas AI **许可证:** 商业

## 概述

LegalDoc AI 是一款全面的法律文档自动化技能,可帮助律师事务所和法律专业人士简化文档审查、合同分析、法律研究和截止日期管理。专为律师、律师助理和法律运营团队设计。

## 功能

### 1. 合同条款提取

从合同中提取和分析特定条款:

- 赔偿条款 - 责任限制 - 终止规定 - 不可抗力 - 保密/ NDA 条款 - 竞业禁止/禁止招揽 - 知识产权转让 - 适用法律与管辖权 - 争议解决(仲裁/诉讼) - 付款条款与违约金 - 陈述与保证 - 控制权变更规定

### 2. 文档摘要

生成法律文档的执行摘要:

- 突出关键条款的合同摘要 - 案例摘要生成 - 庭外证言摘要 - 发现文件摘要 - 监管备案摘要 - 并购尽职调查摘要

### 3. 法律研究查询

AI 驱动的法律研究辅助:

- 判例法搜索与分析 - 法规解释 - 监管指引查询 - 先例识别 - 特定司法管辖区研究 - 引文验证

### 4. 截止日期跟踪

自动化的法律截止日期管理:

- 诉讼时效跟踪 - 备案截止日期提取 - 庭审日期监控 - 合同里程碑提醒 - 监管合规日期 - 开示程序截止日期

## 命令

### 条款提取

``` 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 ```

## 支持的文件类型

- PDF(包括支持 OCR 的扫描件) - Microsoft Word (.doc, .docx) - 纯文本 (.txt) - 富文本格式 (.rtf) - HTML 文档 - Markdown (.md)

## 配置

```yaml # ~/.legaldoc/config.yaml default_jurisdiction: "federal" output_format: "markdown" ocr_enabled: true deadline_alerts: enabled: true email: "[email protected]" 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}" ```

## 环境变量

| 变量 | 描述 | 必填 | |----------|-------------|----------| | `LEGALDOC_API_KEY` | LegalDoc AI API 密钥 | 是 | | `WESTLAW_API_KEY` | Westlaw 研究 API(可选) | 否 | | `LEXIS_API_KEY` | LexisNexis API(可选) | 否 | | `COURTLISTENER_API_KEY` | CourtListener 免费版 API | 否 | | `CLIO_API_KEY` | Clio 案件管理 | 否 | | `LEGALDOC_STORAGE_PATH` | 本地文档存储路径 | 否 |

## 数据隐私与安全

- **不存储文档**:文档在内存中处理,从不存储在外部服务器上 - **端到端加密**:所有 API 通信均使用 TLS 1.3 - **SOC 2 Type II 合规**:企业级安全标准 - **HIPAA 就绪**:适用于医疗相关的法律事务 - **律师-客户特权**:旨在维护特权保护 - **审计日志**:所有操作的完整审计追踪

## 输出格式

### 条款提取输出 (JSON)

```json { "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..." } ] } ```

### 摘要输出 (Markdown)

```markdown # 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 ```

## 集成点

### 律所管理系统

- Clio - MyCase - PracticePanther - Rocket Matter - CosmoLex

### 文档管理

- NetDocuments - iManage - Dropbox Business - Google Drive - SharePoint

### 沟通

- 电子邮件 (SMTP) - Slack - Microsoft Teams - 短信提醒

## 最佳实践

1. **务必对照源文档核实提取的条款** 2. **使用司法管辖区标记进行研究查询**以确保相关性 3. **设置带有多个提醒间隔的截止日期提醒** 4. **在纳入最终文档之前审查 AI 建议** 5. **维护审计日志**以用于合规和防范不当执业风险

## 定价层级

| 层级 | 每月文档数 | 研究查询数 | 价格 | |------|-----------------|------------------|-------| | 个人版 | 50 | 100 | $99/月 | | 小型律所 | 200 | 500 | $299/月 | | 中型律所 | 1,000 | 2,500 | $799/月 | | 企业版 | 无限制 | 无限制 | 定制 |

## 支持

- **文档:** https://docs.legaldoc.ai - **电子邮件:** [email protected] - **Slack 社区:** legaldoc-users.slack.com - **企业版:** 专属客户经理

## 更新日志

### v1.0.0 (2026-01-31)

- 首次发布 - 合同条款提取(12 种条款类型) - 文档摘要 - 法律研究集成 - 截止日期跟踪系统

更多产品