Skill 详情
legal-cog
Generates legal documents and supports legal research workflows.
使用前先检查
自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。
SKILL.md
这段内容是审核时保存的快照。外部来源才是完整且最新的版本。
---
name: legal-cog
description: "Legal demands two things: frontier-level reasoning and precision document generation. CellCog delivers both. #1 on DeepResearch Bench (Feb 2026) for the intelligence that legal work requires, paired with state-of-the-art document generation for contracts, NDAs, terms of service, privacy policies, compliance reviews, and legal research. AI contract generator, legal document drafting, NDA creator, terms of service, privacy policy, compliance, legal AI."
metadata:
openclaw:
emoji: "⚖️"
author: CellCog
dependencies: [cellcog]
---
# Legal Cog - AI Legal Documents Powered by CellCog
**Legal demands two things: frontier-level reasoning and precision document generation.** CellCog delivers both.
Legal is the frontier of human intelligence — and it's done best when powered by the frontier of AI intelligence. #1 on DeepResearch Bench (Feb 2026) for the deep reasoning that legal work requires, paired with state-of-the-art PDF generation for documents that look as professional as the thinking behind them.
---
## Prerequisites
This skill requires the `cellcog` skill for SDK setup and API calls.
```bash
clawhub install cellcog
```
**Read the cellcog skill first** for SDK setup. This skill shows you what's possible.
**Quick pattern (v1.0+):**
```python
result = client.create_chat(
prompt="[your legal document request]",
notify_session_key="agent:main:main",
task_label="legal-task",
chat_mode="agent"
)
```
---
## Important Note
CellCog generates legal documents using frontier AI reasoning and research. However, **AI-generated legal documents should be reviewed by a qualified attorney** before execution — especially for high-value contracts, regulated industries, or jurisdiction-specific requirements. CellCog provides an excellent starting point that saves significant time and cost, but human legal review remains important for critical documents.
---
## What You Can Create
### Contracts & Agreements
Professional contracts with proper clause structure:
- **Freelance Agreements**: "Create a freelance services agreement for a web development project"
- **Employment Contracts**: "Draft an employment contract for a senior engineer in California"
- **Consulting Agreements**: "Create a consulting agreement with milestone-based payments"
- **Partnership Agreements**: "Draft a partnership agreement for a 60/40 equity split startup"
- **Licensing Agreements**: "Create a software licensing agreement for SaaS distribution"
**Example prompt:**
> "Create a freelance contractor agreement:
>
> Client: Acme Corp (Delaware C-Corp)
> Contractor: Jane Smith (Web Developer, sole proprietor)
> Project: E-commerce website redesign
> Duration: 3 months (March 1 – May 31, 2026)
> Payment: $15,000 (50% upfront, 50% on completion)
>
> Include: Scope of work, deliverables, payment terms, IP ownership (work-for-hire),
> confidentiality, non-solicitation, termination clauses, dispute resolution (arbitration).
>
> Professional legal formatting with numbered clauses."
### NDAs & Confidentiality
Protect your information:
- **Mutual NDA**: "Create a mutual NDA between two companies exploring a partnership"
- **Employee NDA**: "Draft an employee confidentiality agreement with non-compete"
- **Investor NDA**: "Create an NDA for sharing financial information with potential investors"
- **Vendor NDA**: "Draft a one-way NDA for a vendor accessing our customer data"
### Terms & Policies
Legal foundations for digital products:
- **Terms of Service**: "Create terms of service for a SaaS platform"
- **Privacy Policy**: "Draft a GDPR and CCPA-compliant privacy policy for a mobile app"
- **Cookie Policy**: "Create a cookie consent policy for a European-facing website"
- **Acceptable Use Policy**: "Draft an acceptable use policy for a community platform"
- **EULA**: "Create an end-user license agreement for desktop software"
- **Return Policy**: "Draft a refund and return policy for an e-commerce store"
**在 GitHub 阅读完整来源 (打开外部页面)