skills/legal-cog/SKILL.md
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.
npx skillsauth add aaaaqwq/claude-code-skills legal-cogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
This skill requires the cellcog skill for SDK setup and API calls.
clawhub install cellcog
Read the cellcog skill first for SDK setup. This skill shows you what's possible.
Quick pattern (v1.0+):
result = client.create_chat(
prompt="[your legal document request]",
notify_session_key="agent:main:main",
task_label="legal-task",
chat_mode="agent"
)
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" |
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.
Specify jurisdiction: "A contract" is vague. "A Delaware-governed contract for California-based parties" gives CellCog the legal context it needs.
Name the parties clearly: Include entity types (LLC, Corp, sole proprietor) and locations.
Define the deal terms: Payment amounts, timelines, equity splits, deliverables — the more specific, the better.
State what clauses matter: "Include IP assignment, non-compete, and arbitration" focuses the document.
Indicate formality level: "Standard startup-friendly language" vs. "formal corporate tone" changes the output significantly.
testing
通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎、微信公众号、小红书、抖音号六个平台的自动化发布流程。使用Playwright自动化实现平台导航和发布,支持通过storageState管理Cookie实现账号切换。
development
# SKILL.md - Model Configuration Status (mcstatus) ## 触发条件 - `/mcstatus` 命令 - 用户询问模型配备、模型配置、model status、模型列表等 ## 功能 实时生成 Agent + Cron 的模型配置报告,展示当前所有 agent 的主模型/fallback链和所有 cron 任务的模型分配。 ## 执行步骤 ### Step 1: 收集 Agent 模型配置 读取各 agent 的 models.json 获取主模型和 fallback 链: ```bash for agent in main ops code quant data research content market finance pm law product sales batch; do config=$(cat ~/.openclaw/agents/$agent/agent/models.json 2>/dev/null) if [ -n "$config" ]; then echo "=== $agent
tools
MCP 服务器智能管理助手。自动检测 MCP 可用性、智能开关、功能问答,提供人性化的 MCP 管理体验。
tools
从GitHub搜索并自动安装配置MCP(Model Context Protocol)服务器工具到Claude配置文件。当用户需要安装MCP工具时触发此技能。工作流程:搜索GitHub上的MCP项目 -> 提取npx配置 -> 添加到~/.claude.json -> 处理API密钥(如有)。