AI legal document generation powered by CellCog. Contracts, NDAs, terms of service, privacy policies, freelance agreements, employment contracts, compliance...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install legal-cog或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install legal-cog⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/legal-cog/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: legal-cog description: "AI legal document generation powered by CellCog. Contracts, NDAs, terms of service, privacy policies, freelance agreements, employment contracts, compliance reviews, legal research. Precision legal drafting from natural language prompts. Not legal advice." metadata: openclaw: emoji: "⚖️" os: [darwin, linux, windows] requires: bins: [python3] env: [CELLCOG_API_KEY] author: CellCog homepage: https://cellcog.ai dependencies: [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 (Apr 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.
For your first CellCog task in a session, read the cellcog skill for the full SDK reference — file handling, chat modes, timeouts, and more.
OpenClaw (fire-and-forget):
result = client.create_chat(
prompt="[your task prompt]",
notify_session_key="agent:main:main",
task_label="my-task",
chat_mode="agent",
)
All agents except OpenClaw (blocks until done):
from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
prompt="[your task prompt]",
task_label="my-task",
chat_mode="agent",
)
print(result["message"])
---
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.
---
Professional contracts with proper clause structure:
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."
Protect your information:
Legal foundations for digital products:
Example prompt: > "Create a comprehensive privacy policy for: > > Company: HealthTrack (health & fitness mobile app) > Data collected: Name, email, health metrics, workout data, location (optional) > Third parties: Stripe (payments), Firebase (analytics), AWS (hosting) > Jurisdictions: Must comply with GDPR (EU users), CCPA (California), and HIPAA (health data) > > Include: Data collection, use, storage, sharing, user rights, data deletion, breach notification, > children's privacy (13+ only), and contact information. > > Professional formatting, clear language (not impenetrable legalese)."
Research-powered legal intelligence:
Essential documents for founders:
---
1. Intelligence — Legal work requires deep reasoning about context, jurisdiction, edge cases, and implications. CellCog's #1 ranking on DeepResearch Bench means it reasons about legal nuances at a level other AI tools can't match.
2. Document Generation — Legal documents need precise formatting, proper clause numbering, consistent terminology, and professional presentation. CellCog's state-of-the-art PDF generation produces documents that look like they came from a top law firm.
| Generic AI | CellCog Legal Cog | |-----------|-------------------| | Generic contract templates | Jurisdiction-aware, context-specific drafting | | Basic text output | Professional PDF with proper legal formatting | | Surface-level clauses | Deep reasoning about edge cases and implications | | One format | Contracts, policies, memos, research — all from one platform |
---
| Scenario | Recommended Mode | |----------|------------------| | Single contract, NDA, or policy | "agent" | | Complex multi-document legal packages | "agent" | | Deep regulatory research or compliance analysis | "agent team" | | High-stakes contracts, litigation research, regulatory filings | "agent team max" |
Use "agent" for most legal documents. CellCog handles contracts, policies, and standard legal documents excellently in agent mode.
Use "agent team" for complex legal research — multi-jurisdiction compliance analysis, regulatory deep-dives, or when the legal reasoning itself is the deliverable.
Use "agent team max" for high-stakes legal work — litigation preparation, M&A due diligence contracts, regulatory compliance for heavily regulated industries, or any legal work where the cost of an error far exceeds the cost of deeper analysis. All settings are maxed for the deepest reasoning. Requires ≥2,000 credits.
---
---
Run /cellcog-setup (or /cellcog:cellcog-setup depending on your tool) to install and authenticate. OpenClaw users: Run clawhub install cellcog instead. Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.
安装 Legal Cog 后,可以对 AI 说这些话来触发它
Help me get started with Legal Cog
Explains what Legal Cog does, walks through the setup, and runs a quick demo based on your current project
Use Legal Cog to aI legal document generation powered by CellCog
Invokes Legal Cog with the right parameters and returns the result directly in the conversation
What can I do with Legal Cog in my design & creative workflow?
Lists the top use cases for Legal Cog, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/legal-cog/ 目录(个人级,所有项目可用),或 .claude/skills/legal-cog/(项目级)。重启 AI 客户端后,用 /legal-cog 主动调用,或让 AI 根据上下文自动发现并使用。
Legal Cog 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Legal Cog 可免费安装使用。请查阅仓库了解许可证信息。
AI legal document generation powered by CellCog. Contracts, NDAs, terms of service, privacy policies, freelance agreements, employment contracts, compliance...
Legal Cog 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Legal Cog
Identifies repetitive steps in your workflow and sets up Legal Cog to handle them automatically