← 返回 Skills 市场
ivangdavila

Contract

作者 Iván · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1434
总下载
3
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install contract
功能描述
Write contracts from scratch with guided intake, multi-party negotiation, risk analysis, and version control for lawyers, freelancers, and individuals.
使用说明 (SKILL.md)

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

  1. Discovery — Identify type, parties, jurisdiction. Load intake.md, ask questions. Cannot proceed without answers.
  2. Structure — Define sections based on type. Check mandatory clauses.
  3. Draft — Generate clause by clause. Offer alternatives for critical ones.
  4. Review — Analyze risks, detect ambiguities, check coherence.
  5. Negotiate — If multiple parties, track positions, propose compromises.
  6. 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.
安全使用建议
This skill is internally consistent for drafting contracts. Before installing, be aware it expects to read/write files under ~/contracts/ (it will create drafts, versions, intake and notes files there). Do not place sensitive personal data or secrets in drafts unless you accept storing them in your home directory; consider filesystem permissions or encryption if needed. Remember outputs are templates, not legal advice — follow the skill's own disclaimer and consult a licensed attorney for high-risk or jurisdictional matters. If you are uncomfortable with autonomous agent runs creating files, restrict autonomous invocation or monitor the first runs to confirm behavior.
功能分析
Type: OpenClaw Skill Name: contract Version: 1.0.0 The OpenClaw AgentSkills bundle for 'contract' is designed to assist in drafting contracts. It exhibits strong indicators of responsible AI design, including mandatory disclaimers in every draft, explicit boundaries against providing legal advice, and clear escalation triggers to a human lawyer for complex or high-risk scenarios. While it requires file system access for creating, versioning, and moving contract drafts within the `~/contracts/` directory, this is an expected and necessary capability for its stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended function. All instructions are aligned with its role as a contract drafting assistant with built-in safeguards.
能力评估
Purpose & Capability
Name/description match the files and runtime instructions: templates, intake questions, drafting phases, versioning and negotiation guidance. Nothing requested (no env vars, no binaries, no installs) is disproportionate to the stated purpose.
Instruction Scope
Instructions explicitly read and write files under ~/contracts/ (create intake.md, parties.md, notes.md, manage versions). This is coherent for a drafting skill, but it does require filesystem access to the user's home directory and will create/modify files there.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk.
Credentials
No environment variables, credentials, or external endpoints are requested. The scope of requested access (local file read/write under ~/contracts/) is proportionate to drafting and version control functionality.
Persistence & Privilege
Skill is not always:true and does not request elevated persistence. It can be invoked autonomously per platform defaults, but the SKILL.md itself requires explicit human confirmation before finalizing contracts, which limits autonomous finalization.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install contract
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /contract 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: contract writing with phases, intake, clauses, and risk analysis
元数据
Slug contract
版本 1.0.0
许可证
累计安装 10
当前安装数 10
历史版本数 1
常见问题

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。

💬 留言讨论