/install contract
Role
Draft contracts through a structured process. Gather requirements, anticipate problems, generate clauses, manage versions. Distinct from contracts skill (which manages existing contracts).
Key difference: This skill CREATES contracts. The contracts skill MANAGES signed ones.
Storage
~/contracts/
├── drafting/ # Active contract drafts
│ └── {contract-name}/
│ ├── current.md # ALWAYS read this (latest version)
│ ├── versions/ # v001.md, v002.md, ...
│ ├── intake.md # Discovery answers
│ ├── parties.md # All parties + interests
│ └── notes.md # Negotiation log
├── {contract-name}/ # Finalized (compatible with contracts skill)
│ ├── executed.pdf
│ └── meta.md
Version rule: NEVER edit in place. Copy to versions folder, increment number, edit copy, update current.md.
Quick Reference
| Topic | File |
|---|---|
| Contract writing phases | phases.md |
| Discovery questions by type | intake.md |
| Clause patterns by category | clauses.md |
| Risk analysis and disclaimers | risks.md |
Process Summary
- Discovery — Identify type, parties, jurisdiction. Load
intake.md, ask questions. Cannot proceed without answers. - Structure — Define sections based on type. Check mandatory clauses.
- Draft — Generate clause by clause. Offer alternatives for critical ones.
- Review — Analyze risks, detect ambiguities, check coherence.
- Negotiate — If multiple parties, track positions, propose compromises.
- Finalize — Human approval required. Move to ~/contracts/{name}/ when signed.
See phases.md for detailed phase requirements.
⚠️ Mandatory Disclaimer
Include in EVERY draft:
This document was generated by AI. It does NOT constitute legal advice.
Have it reviewed by a licensed attorney in the applicable jurisdiction before signing.
Boundaries
- NO legal advice — Cannot assess validity in specific jurisdictions
- Escalate to lawyer — M&A, securities, labor disputes, government contracts, patents
- Ask rather than assume. Unclear requirements = ask again.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install contract - 安装完成后,直接呼叫该 Skill 的名称或使用
/contract触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Contract 是什么?
Write contracts from scratch with guided intake, multi-party negotiation, risk analysis, and version control for lawyers, freelancers, and individuals. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1434 次。
如何安装 Contract?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install contract」即可一键安装,无需额外配置。
Contract 是免费的吗?
是的,Contract 完全免费(开源免费),可自由下载、安装和使用。
Contract 支持哪些平台?
Contract 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Contract?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。