open-agreements 0.7.5 → 0.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.de.md +300 -255
- package/README.es.md +301 -254
- package/README.md +389 -95
- package/README.pt-br.md +301 -254
- package/README.template.md +333 -0
- package/README.zh.md +300 -253
- package/SECURITY.md +34 -0
- package/content/recipes/nvca-stock-purchase-agreement/README.md +39 -0
- package/content/recipes/nvca-voting-agreement/README.md +43 -0
- package/content/templates/bonterms-mutual-nda/README.md +2 -2
- package/content/templates/bonterms-mutual-nda/metadata.yaml +5 -11
- package/content/templates/bonterms-professional-services-agreement/README.md +2 -2
- package/content/templates/bonterms-professional-services-agreement/metadata.yaml +2 -2
- package/content/templates/closing-checklist/template.docx +0 -0
- package/content/templates/closing-checklist/template.md +30 -0
- package/content/templates/common-paper-ai-addendum/template.docx +0 -0
- package/content/templates/common-paper-ai-addendum-in-app/template.docx +0 -0
- package/content/templates/common-paper-csa-with-ai/template.docx +0 -0
- package/content/templates/common-paper-independent-contractor-agreement/template.docx +0 -0
- package/content/templates/common-paper-mutual-nda/README.md +28 -0
- package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -1
- package/content/templates/common-paper-term-sheet/template.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/.template.generated.json +74 -0
- package/content/templates/openagreements-board-consent-safe/README.md +61 -0
- package/content/templates/openagreements-board-consent-safe/metadata.yaml +53 -0
- package/content/templates/openagreements-board-consent-safe/reference-source.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/template.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/template.md +66 -0
- package/content/templates/openagreements-due-diligence-request-list/README.md +68 -0
- package/content/templates/openagreements-due-diligence-request-list/metadata.yaml +300 -0
- package/content/templates/openagreements-due-diligence-request-list/template.docx +0 -0
- package/content/templates/openagreements-due-diligence-request-list/template.md +318 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/.template.generated.json +230 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -1
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +96 -35
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +1 -1
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +2 -2
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.json +75 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +8 -4
- package/content/templates/openagreements-employment-offer-letter/.template.generated.json +224 -0
- package/content/templates/openagreements-employment-offer-letter/README.md +65 -1
- package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -1
- package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
- package/content/templates/openagreements-employment-offer-letter/template.md +70 -30
- package/content/templates/openagreements-restrictive-covenant-florida/.template.generated.json +456 -0
- package/content/templates/openagreements-restrictive-covenant-florida/README.md +141 -0
- package/content/templates/openagreements-restrictive-covenant-florida/metadata.yaml +419 -0
- package/content/templates/openagreements-restrictive-covenant-florida/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-florida/template.md +233 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/.template.generated.json +399 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +69 -12
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +110 -59
- package/content/templates/openagreements-stockholder-consent-safe/.template.generated.json +74 -0
- package/content/templates/openagreements-stockholder-consent-safe/README.md +62 -0
- package/content/templates/openagreements-stockholder-consent-safe/metadata.yaml +53 -0
- package/content/templates/openagreements-stockholder-consent-safe/reference-source.docx +0 -0
- package/content/templates/openagreements-stockholder-consent-safe/template.docx +0 -0
- package/content/templates/openagreements-stockholder-consent-safe/template.md +62 -0
- package/content/templates/working-group-list/template.docx +0 -0
- package/content/templates/working-group-list/template.md +18 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/commands/fill.d.ts +1 -1
- package/dist/commands/fill.d.ts.map +1 -1
- package/dist/commands/fill.js +4 -1
- package/dist/commands/fill.js.map +1 -1
- package/dist/commands/list.js +10 -0
- package/dist/commands/list.js.map +1 -1
- package/dist/commands/recipe.js.map +1 -1
- package/dist/core/employment/jurisdiction-rules.js +2 -2
- package/dist/core/employment/jurisdiction-rules.js.map +1 -1
- package/dist/core/employment/memo.d.ts +1 -1
- package/dist/core/employment/memo.d.ts.map +1 -1
- package/dist/core/employment/memo.js +14 -6
- package/dist/core/employment/memo.js.map +1 -1
- package/dist/core/engine.d.ts.map +1 -1
- package/dist/core/engine.js +28 -0
- package/dist/core/engine.js.map +1 -1
- package/dist/core/fill-pipeline.d.ts +30 -5
- package/dist/core/fill-pipeline.d.ts.map +1 -1
- package/dist/core/fill-pipeline.js +165 -9
- package/dist/core/fill-pipeline.js.map +1 -1
- package/dist/core/humanize-docx.d.ts +21 -0
- package/dist/core/humanize-docx.d.ts.map +1 -0
- package/dist/core/humanize-docx.js +492 -0
- package/dist/core/humanize-docx.js.map +1 -0
- package/dist/core/metadata.d.ts +118 -65
- package/dist/core/metadata.d.ts.map +1 -1
- package/dist/core/metadata.js +268 -13
- package/dist/core/metadata.js.map +1 -1
- package/dist/core/recipe/bracket-normalizer.d.ts +1 -1
- package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -1
- package/dist/core/recipe/bracket-normalizer.js +3 -0
- package/dist/core/recipe/bracket-normalizer.js.map +1 -1
- package/dist/core/recipe/computed.d.ts +1 -1
- package/dist/core/recipe/computed.d.ts.map +1 -1
- package/dist/core/recipe/index.d.ts.map +1 -1
- package/dist/core/recipe/index.js +22 -4
- package/dist/core/recipe/index.js.map +1 -1
- package/dist/core/recipe/types.d.ts +1 -1
- package/dist/core/recipe/types.d.ts.map +1 -1
- package/dist/core/template-listing.d.ts +6 -8
- package/dist/core/template-listing.d.ts.map +1 -1
- package/dist/core/template-listing.js +24 -0
- package/dist/core/template-listing.js.map +1 -1
- package/dist/core/unified-pipeline.d.ts +2 -0
- package/dist/core/unified-pipeline.d.ts.map +1 -1
- package/dist/core/unified-pipeline.js +17 -1
- package/dist/core/unified-pipeline.js.map +1 -1
- package/dist/core/validation/template.d.ts +32 -0
- package/dist/core/validation/template.d.ts.map +1 -1
- package/dist/core/validation/template.js +163 -3
- package/dist/core/validation/template.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/gemini-extension.json +1 -1
- package/package.json +26 -12
- package/skills/canonical-markdown-authoring/CONNECTORS.md +67 -0
- package/skills/canonical-markdown-authoring/SKILL.md +565 -0
- package/skills/client-email/SKILL.md +10 -6
- package/skills/cloud-service-agreement/CONNECTORS.md +2 -2
- package/skills/cloud-service-agreement/SKILL.md +38 -1
- package/skills/cloud-service-agreement/template-filling-execution.md +2 -2
- package/skills/data-privacy-agreement/CONNECTORS.md +2 -2
- package/skills/data-privacy-agreement/SKILL.md +2 -0
- package/skills/delaware-franchise-tax/SKILL.md +2 -0
- package/skills/edit-docx-agreement/SKILL.md +2 -0
- package/skills/employment-contract/CONNECTORS.md +2 -2
- package/skills/employment-contract/SKILL.md +25 -6
- package/skills/iso-27001-evidence-collection/SKILL.md +2 -0
- package/skills/iso-27001-internal-audit/SKILL.md +2 -0
- package/skills/nda/CONNECTORS.md +2 -2
- package/skills/nda/SKILL.md +45 -1
- package/skills/nda/template-filling-execution.md +12 -6
- package/skills/non-compete-contract-explainer/SKILL.md +107 -0
- package/skills/non-compete-contract-explainer/content/alabama.md +251 -0
- package/skills/non-compete-contract-explainer/content/alaska.md +160 -0
- package/skills/non-compete-contract-explainer/content/american-samoa.md +187 -0
- package/skills/non-compete-contract-explainer/content/arizona.md +293 -0
- package/skills/non-compete-contract-explainer/content/arkansas.md +235 -0
- package/skills/non-compete-contract-explainer/content/california.md +270 -0
- package/skills/non-compete-contract-explainer/content/cnmi.md +168 -0
- package/skills/non-compete-contract-explainer/content/colorado.md +277 -0
- package/skills/non-compete-contract-explainer/content/connecticut.md +220 -0
- package/skills/non-compete-contract-explainer/content/delaware.md +222 -0
- package/skills/non-compete-contract-explainer/content/district-of-columbia.md +263 -0
- package/skills/non-compete-contract-explainer/content/florida.md +267 -0
- package/skills/non-compete-contract-explainer/content/georgia.md +323 -0
- package/skills/non-compete-contract-explainer/content/guam.md +180 -0
- package/skills/non-compete-contract-explainer/content/hawaii.md +236 -0
- package/skills/non-compete-contract-explainer/content/idaho.md +258 -0
- package/skills/non-compete-contract-explainer/content/illinois.md +266 -0
- package/skills/non-compete-contract-explainer/content/india.md +269 -0
- package/skills/non-compete-contract-explainer/content/indiana.md +253 -0
- package/skills/non-compete-contract-explainer/content/iowa.md +232 -0
- package/skills/non-compete-contract-explainer/content/kansas.md +227 -0
- package/skills/non-compete-contract-explainer/content/kentucky.md +201 -0
- package/skills/non-compete-contract-explainer/content/louisiana.md +272 -0
- package/skills/non-compete-contract-explainer/content/maine.md +178 -0
- package/skills/non-compete-contract-explainer/content/maryland.md +244 -0
- package/skills/non-compete-contract-explainer/content/massachusetts.md +272 -0
- package/skills/non-compete-contract-explainer/content/michigan.md +222 -0
- package/skills/non-compete-contract-explainer/content/minnesota.md +171 -0
- package/skills/non-compete-contract-explainer/content/mississippi.md +237 -0
- package/skills/non-compete-contract-explainer/content/missouri.md +219 -0
- package/skills/non-compete-contract-explainer/content/montana.md +202 -0
- package/skills/non-compete-contract-explainer/content/nebraska.md +206 -0
- package/skills/non-compete-contract-explainer/content/nevada.md +278 -0
- package/skills/non-compete-contract-explainer/content/new-hampshire.md +233 -0
- package/skills/non-compete-contract-explainer/content/new-jersey.md +277 -0
- package/skills/non-compete-contract-explainer/content/new-mexico.md +244 -0
- package/skills/non-compete-contract-explainer/content/new-york.md +226 -0
- package/skills/non-compete-contract-explainer/content/north-carolina.md +346 -0
- package/skills/non-compete-contract-explainer/content/north-dakota.md +187 -0
- package/skills/non-compete-contract-explainer/content/ohio.md +207 -0
- package/skills/non-compete-contract-explainer/content/oklahoma.md +196 -0
- package/skills/non-compete-contract-explainer/content/oregon.md +359 -0
- package/skills/non-compete-contract-explainer/content/pennsylvania.md +254 -0
- package/skills/non-compete-contract-explainer/content/philippines.md +211 -0
- package/skills/non-compete-contract-explainer/content/puerto-rico.md +163 -0
- package/skills/non-compete-contract-explainer/content/rhode-island.md +171 -0
- package/skills/non-compete-contract-explainer/content/singapore.md +229 -0
- package/skills/non-compete-contract-explainer/content/south-carolina.md +226 -0
- package/skills/non-compete-contract-explainer/content/south-dakota.md +222 -0
- package/skills/non-compete-contract-explainer/content/tennessee.md +251 -0
- package/skills/non-compete-contract-explainer/content/texas.md +297 -0
- package/skills/non-compete-contract-explainer/content/us-virgin-islands.md +193 -0
- package/skills/non-compete-contract-explainer/content/utah.md +250 -0
- package/skills/non-compete-contract-explainer/content/vermont.md +193 -0
- package/skills/non-compete-contract-explainer/content/virginia.md +213 -0
- package/skills/non-compete-contract-explainer/content/washington.md +296 -0
- package/skills/non-compete-contract-explainer/content/west-virginia.md +187 -0
- package/skills/non-compete-contract-explainer/content/wisconsin.md +293 -0
- package/skills/non-compete-contract-explainer/content/wyoming.md +296 -0
- package/skills/non-compete-contract-explainer/manifest.json +540 -0
- package/skills/open-agreements/CONNECTORS.md +2 -2
- package/skills/open-agreements/SKILL.md +165 -67
- package/skills/open-agreements/template-filling-execution.md +2 -2
- package/skills/recipe-quality-audit/SKILL.md +2 -0
- package/skills/safe/CONNECTORS.md +2 -2
- package/skills/safe/SKILL.md +38 -1
- package/skills/safe/template-filling-execution.md +2 -2
- package/skills/services-agreement/CONNECTORS.md +2 -2
- package/skills/services-agreement/SKILL.md +40 -1
- package/skills/services-agreement/template-filling-execution.md +81 -0
- package/skills/shared/template-filling-execution.md +2 -2
- package/skills/soc2-readiness/SKILL.md +2 -0
- package/skills/unit-test-philosophy/SKILL.md +3 -0
- package/skills/venture-financing/CONNECTORS.md +2 -2
- package/skills/venture-financing/SKILL.md +2 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +0 -103
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- This file is generated from README.template.md by scripts/generate_readme.mjs. Do not edit README.md directly. -->
|
|
2
|
+
|
|
1
3
|
# OpenAgreements
|
|
2
4
|
|
|
3
5
|
[](https://www.npmjs.com/package/open-agreements)
|
|
@@ -11,7 +13,34 @@
|
|
|
11
13
|
[](https://openagreements.openstatus.dev/)
|
|
12
14
|
[](https://packagephobia.com/result?p=open-agreements)
|
|
13
15
|
|
|
14
|
-
[English](
|
|
16
|
+
[English](https://github.com/open-agreements/open-agreements/blob/main/README.md) | [Español](https://github.com/open-agreements/open-agreements/blob/main/README.es.md) | [简体中文](https://github.com/open-agreements/open-agreements/blob/main/README.zh.md) | [Português (Brasil)](https://github.com/open-agreements/open-agreements/blob/main/README.pt-br.md) | [Deutsch](https://github.com/open-agreements/open-agreements/blob/main/README.de.md)
|
|
17
|
+
|
|
18
|
+
Fill standard legal agreement templates and get signable DOCX files. OpenAgreements includes 40+ templates across NDAs, cloud service agreements, employment docs, contractor agreements, SAFEs, and NVCA financing documents.
|
|
19
|
+
|
|
20
|
+
Works with Claude Code, Gemini CLI, Cursor, and local MCP or CLI workflows.
|
|
21
|
+
|
|
22
|
+
## Who this is for
|
|
23
|
+
|
|
24
|
+
OpenAgreements starts with standard forms teams already recognize: Common
|
|
25
|
+
Paper, Bonterms, NVCA model documents, and YC SAFE templates. It is for
|
|
26
|
+
small-business legal teams, founders, and the agents helping them who need
|
|
27
|
+
repeatable agreement filling with source, license, and validation context kept
|
|
28
|
+
close to the document.
|
|
29
|
+
|
|
30
|
+
## Contents
|
|
31
|
+
|
|
32
|
+
- [How It Works](#how-it-works)
|
|
33
|
+
- [Available Templates](#available-templates)
|
|
34
|
+
- [Available Skills](#available-skills)
|
|
35
|
+
- [Packages](#packages)
|
|
36
|
+
- [Quick Start](#quick-start)
|
|
37
|
+
- [Install](#install)
|
|
38
|
+
- [Documentation](#documentation)
|
|
39
|
+
- [Privacy](#privacy)
|
|
40
|
+
- [See Also](#see-also)
|
|
41
|
+
- [Contributing](#contributing)
|
|
42
|
+
- [Built With OpenAgreements](#built-with-openagreements)
|
|
43
|
+
- [License](#license)
|
|
15
44
|
|
|
16
45
|
<p align="center">
|
|
17
46
|
<img src="https://raw.githubusercontent.com/open-agreements/open-agreements/main/docs/assets/demo-fill-nda.gif" alt="Fill a Mutual NDA in Claude Code — prompt, answer questions, get a signed-ready DOCX" width="720">
|
|
@@ -19,41 +48,325 @@
|
|
|
19
48
|
|
|
20
49
|
> *Demo: Claude fills a Common Paper Mutual NDA in under 2 minutes. Sped up for brevity.*
|
|
21
50
|
|
|
22
|
-
|
|
51
|
+
## How It Works
|
|
52
|
+
|
|
53
|
+
<!-- SYNC:architecture-diagram BEGIN -->
|
|
54
|
+
```mermaid
|
|
55
|
+
%%{init: {"flowchart": {"htmlLabels": true, "curve": "basis", "nodeSpacing": 30, "rankSpacing": 50}, "themeVariables": {"fontSize": "14px"}} }%%
|
|
56
|
+
flowchart LR
|
|
57
|
+
InputLeft["<b>Catalog + values</b><br/>Common Paper · Bonterms ·<br/>NVCA · YC SAFE<br/><br/>party info · dates · terms"]
|
|
58
|
+
|
|
59
|
+
subgraph Server["open-agreements — local MCP server"]
|
|
60
|
+
direction LR
|
|
61
|
+
|
|
62
|
+
subgraph Discover["<b>1. Discover</b>"]
|
|
63
|
+
direction TB
|
|
64
|
+
DiscTool["<code>list_templates(cursor, limit)</code><br/><code>get_template(template_id)</code>"]
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
subgraph Fill["<b>2. Fill</b>"]
|
|
68
|
+
direction TB
|
|
69
|
+
FillTool["<code>fill_template(<br/> template, values,<br/> output_path, return_mode)</code>"]
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
subgraph Sign["<b>3. Sign</b>"]
|
|
73
|
+
direction TB
|
|
74
|
+
SignTool["<code>send_for_signature(<br/> file_path, signers,<br/> document_name, api_key)</code>"]
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
subgraph Track["<b>4. Track</b>"]
|
|
78
|
+
direction TB
|
|
79
|
+
TrackTool["<code>check_signature_status(<br/> envelope_id, api_key)</code>"]
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
Discover --> Fill
|
|
83
|
+
Fill --> Sign
|
|
84
|
+
Sign -->|envelope_id| Track
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
OutputRight["<b>Signable .docx</b><br/>then <b>signed .pdf</b><br/>on envelope completion"]
|
|
88
|
+
|
|
89
|
+
DocuSign["<b>DocuSign</b><br/>draft · review · signers · artifact"]
|
|
90
|
+
|
|
91
|
+
subgraph Client [" "]
|
|
92
|
+
direction TB
|
|
93
|
+
Prompt["<b>Prompt</b><br/>'Send a Mutual NDA to acme@example.com'"]
|
|
94
|
+
Agent["<b>Coding agent / MCP client</b><br/>Claude Code · Cursor · Gemini CLI"]
|
|
95
|
+
Prompt --> Agent
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
InputLeft --> Discover
|
|
99
|
+
Track --> OutputRight
|
|
100
|
+
SignTool <--> DocuSign
|
|
101
|
+
TrackTool <--> DocuSign
|
|
102
|
+
Agent <-->|tool call / tool result| Server
|
|
103
|
+
|
|
104
|
+
classDef io fill:#f5f5f5,stroke:#888,color:#222
|
|
105
|
+
classDef server fill:#eff6ff,stroke:#3b82f6,color:#1e3a8a
|
|
106
|
+
classDef stage fill:#eef2ff,stroke:#6366f1,color:#1e1b4b
|
|
107
|
+
classDef tools fill:#ecfdf5,stroke:#10b981,color:#064e3b
|
|
108
|
+
classDef ext fill:#ddd6fe,stroke:#7c3aed,color:#3b0764
|
|
109
|
+
classDef hidden fill:none,stroke:none
|
|
110
|
+
class InputLeft,OutputRight io
|
|
111
|
+
class Server server
|
|
112
|
+
class Discover,Fill,Sign,Track stage
|
|
113
|
+
class DiscTool,FillTool,SignTool,TrackTool tools
|
|
114
|
+
class Prompt,Agent,DocuSign ext
|
|
115
|
+
class Client hidden
|
|
116
|
+
```
|
|
117
|
+
<!-- SYNC:architecture-diagram END -->
|
|
118
|
+
|
|
119
|
+
> *Local stdio MCP shown. The hosted HTTP server at `openagreements.org/api/mcp` exposes the same workflow plus a `search_templates` tool, with JWT-based auth replacing the one-time `connect_signing_provider` step.*
|
|
120
|
+
|
|
121
|
+
## Available Templates
|
|
122
|
+
|
|
123
|
+
The Source column links to the upstream standard, source document, or canonical project page (varies by publisher). The License column shows redistribution terms. Repo links point to the GitHub content directory for each template or recipe.
|
|
124
|
+
|
|
125
|
+
### Confidentiality
|
|
126
|
+
|
|
127
|
+
| Template | Website | Source | License | Repo |
|
|
128
|
+
|----------|---------|--------|---------|------|
|
|
129
|
+
| Bonterms Mutual NDA | [Website](https://usejunior.com/templates/bonterms-mutual-nda?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Bonterms](https://bonterms.com/resources/mutual-nda-cover-page-example) | [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/bonterms-mutual-nda) |
|
|
130
|
+
| Common Paper Mutual NDA | [Website](https://usejunior.com/templates/common-paper-mutual-nda?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/mutual-nda/1.0) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-mutual-nda) |
|
|
131
|
+
| One Way NDA | [Website](https://usejunior.com/templates/common-paper-one-way-nda?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/one-way-nda) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-one-way-nda) |
|
|
132
|
+
|
|
133
|
+
### Sales & Licensing
|
|
134
|
+
|
|
135
|
+
| Template | Website | Source | License | Repo |
|
|
136
|
+
|----------|---------|--------|---------|------|
|
|
137
|
+
| Cloud Service Agreement | [Website](https://usejunior.com/templates/common-paper-cloud-service-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-cloud-service-agreement) |
|
|
138
|
+
| CSA Click Through | [Website](https://usejunior.com/templates/common-paper-csa-click-through?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-csa-click-through) |
|
|
139
|
+
| CSA With AI | [Website](https://usejunior.com/templates/common-paper-csa-with-ai?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-csa-with-ai) |
|
|
140
|
+
| CSA With SLA | [Website](https://usejunior.com/templates/common-paper-csa-with-sla?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-csa-with-sla) |
|
|
141
|
+
| CSA Without SLA | [Website](https://usejunior.com/templates/common-paper-csa-without-sla?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-csa-without-sla) |
|
|
142
|
+
| Order Form | [Website](https://usejunior.com/templates/common-paper-order-form?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-order-form) |
|
|
143
|
+
| Order Form With SLA | [Website](https://usejunior.com/templates/common-paper-order-form-with-sla?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-order-form-with-sla) |
|
|
144
|
+
| Software License Agreement | [Website](https://usejunior.com/templates/common-paper-software-license-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/software-license-agreement/1.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-software-license-agreement) |
|
|
145
|
+
|
|
146
|
+
### Data & Compliance
|
|
147
|
+
|
|
148
|
+
| Template | Website | Source | License | Repo |
|
|
149
|
+
|----------|---------|--------|---------|------|
|
|
150
|
+
| AI Addendum | [Website](https://usejunior.com/templates/common-paper-ai-addendum?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/ai-addendum/1.0) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-ai-addendum) |
|
|
151
|
+
| AI Addendum In App | [Website](https://usejunior.com/templates/common-paper-ai-addendum-in-app?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/ai-addendum/1.0) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-ai-addendum-in-app) |
|
|
152
|
+
| Business Associate Agreement | [Website](https://usejunior.com/templates/common-paper-business-associate-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/business-associate-agreement/1.0) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-business-associate-agreement) |
|
|
153
|
+
| Data Processing Agreement | [Website](https://usejunior.com/templates/common-paper-data-processing-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/data-processing-agreement/1.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-data-processing-agreement) |
|
|
154
|
+
|
|
155
|
+
### Professional Services
|
|
156
|
+
|
|
157
|
+
| Template | Website | Source | License | Repo |
|
|
158
|
+
|----------|---------|--------|---------|------|
|
|
159
|
+
| Bonterms Professional Services Agreement | [Website](https://usejunior.com/templates/bonterms-professional-services-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Bonterms](https://bonterms.com/resources/psa-cover-page-example) | [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/bonterms-professional-services-agreement) |
|
|
160
|
+
| Independent Contractor Agreement | [Website](https://usejunior.com/templates/common-paper-independent-contractor-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/independent-contractor-agreement) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-independent-contractor-agreement) |
|
|
161
|
+
| Common Paper Professional Services Agreement | [Website](https://usejunior.com/templates/common-paper-professional-services-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/professional-services-agreement/1.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-professional-services-agreement) |
|
|
162
|
+
| Statement Of Work | [Website](https://usejunior.com/templates/common-paper-statement-of-work?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/statement-of-work) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-statement-of-work) |
|
|
163
|
+
|
|
164
|
+
### Deals & Partnerships
|
|
165
|
+
|
|
166
|
+
| Template | Website | Source | License | Repo |
|
|
167
|
+
|----------|---------|--------|---------|------|
|
|
168
|
+
| Amendment | [Website](https://usejunior.com/templates/common-paper-amendment?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/amendment) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-amendment) |
|
|
169
|
+
| Design Partner Agreement | [Website](https://usejunior.com/templates/common-paper-design-partner-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/design-partner-agreement/1.3) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-design-partner-agreement) |
|
|
170
|
+
| Letter Of Intent | [Website](https://usejunior.com/templates/common-paper-letter-of-intent?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/letter-of-intent) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-letter-of-intent) |
|
|
171
|
+
| Partnership Agreement | [Website](https://usejunior.com/templates/common-paper-partnership-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/partnership-agreement/1.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-partnership-agreement) |
|
|
172
|
+
| Pilot Agreement | [Website](https://usejunior.com/templates/common-paper-pilot-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/pilot-agreement/1.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-pilot-agreement) |
|
|
173
|
+
| Term Sheet | [Website](https://usejunior.com/templates/common-paper-term-sheet?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Common Paper](https://commonpaper.com/standards/term-sheet) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-term-sheet) |
|
|
174
|
+
|
|
175
|
+
### Employment
|
|
176
|
+
|
|
177
|
+
| Template | Website | Source | License | Repo |
|
|
178
|
+
|----------|---------|--------|---------|------|
|
|
179
|
+
| Employee IP Inventions Assignment | [Website](https://usejunior.com/templates/openagreements-employee-ip-inventions-assignment?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employee-ip-inventions-assignment) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employee-ip-inventions-assignment) |
|
|
180
|
+
| Employment Confidentiality Acknowledgement | [Website](https://usejunior.com/templates/openagreements-employment-confidentiality-acknowledgement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employment-confidentiality-acknowledgement) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employment-confidentiality-acknowledgement) |
|
|
181
|
+
| Employment Offer Letter | [Website](https://usejunior.com/templates/openagreements-employment-offer-letter?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employment-offer-letter) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employment-offer-letter) |
|
|
182
|
+
| Restrictive Covenant Florida | [Website](https://usejunior.com/templates/openagreements-restrictive-covenant-florida?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-restrictive-covenant-florida) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-restrictive-covenant-florida) |
|
|
183
|
+
| Restrictive Covenant Wyoming | [Website](https://usejunior.com/templates/openagreements-restrictive-covenant-wyoming?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-restrictive-covenant-wyoming) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-restrictive-covenant-wyoming) |
|
|
184
|
+
|
|
185
|
+
### SAFEs
|
|
186
|
+
|
|
187
|
+
| Template | Website | Source | License | Repo |
|
|
188
|
+
|----------|---------|--------|---------|------|
|
|
189
|
+
| Discount | [Website](https://usejunior.com/templates/yc-safe-discount?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Y Combinator](https://www.ycombinator.com/documents) | [CC-BY-ND-4.0](https://creativecommons.org/licenses/by-nd/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/external/yc-safe-discount) |
|
|
190
|
+
| MFN | [Website](https://usejunior.com/templates/yc-safe-mfn?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Y Combinator](https://www.ycombinator.com/documents) | [CC-BY-ND-4.0](https://creativecommons.org/licenses/by-nd/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/external/yc-safe-mfn) |
|
|
191
|
+
| Pro Rata Side Letter | [Website](https://usejunior.com/templates/yc-safe-pro-rata-side-letter?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Y Combinator](https://www.ycombinator.com/documents) | [CC-BY-ND-4.0](https://creativecommons.org/licenses/by-nd/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/external/yc-safe-pro-rata-side-letter) |
|
|
192
|
+
| Valuation Cap | [Website](https://usejunior.com/templates/yc-safe-valuation-cap?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Y Combinator](https://www.ycombinator.com/documents) | [CC-BY-ND-4.0](https://creativecommons.org/licenses/by-nd/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/external/yc-safe-valuation-cap) |
|
|
193
|
+
|
|
194
|
+
### Venture Financing
|
|
195
|
+
|
|
196
|
+
| Template | Website | Source | License | Repo |
|
|
197
|
+
|----------|---------|--------|---------|------|
|
|
198
|
+
| Certificate Of Incorporation | [Website](https://usejunior.com/templates/nvca-certificate-of-incorporation?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [NVCA](https://nvca.org/wp-content/uploads/2025/10/NVCA-Model-COI-10-1-2025.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-certificate-of-incorporation) |
|
|
199
|
+
| Indemnification Agreement | [Website](https://usejunior.com/templates/nvca-indemnification-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [NVCA](https://nvca.org/wp-content/uploads/2021/12/NVCA-2020-Indemnification-Agreement.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-indemnification-agreement) |
|
|
200
|
+
| Investors Rights Agreement | [Website](https://usejunior.com/templates/nvca-investors-rights-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [NVCA](https://nvca.org/wp-content/uploads/2025/10/NVCA-Model-IRA-10-1-2025-2-1.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-investors-rights-agreement) |
|
|
201
|
+
| Management Rights Letter | [Website](https://usejunior.com/templates/nvca-management-rights-letter?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [NVCA](https://nvca.org/wp-content/uploads/2025/12/NVCA-2020-Management-Rights-Letter-1-1.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-management-rights-letter) |
|
|
202
|
+
| ROFR Co Sale Agreement | [Website](https://usejunior.com/templates/nvca-rofr-co-sale-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [NVCA](https://nvca.org/wp-content/uploads/2025/10/NVCA-Model-ROFRA-10-1-2025.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-rofr-co-sale-agreement) |
|
|
203
|
+
| Stock Purchase Agreement | [Website](https://usejunior.com/templates/nvca-stock-purchase-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [NVCA](https://nvca.org/wp-content/uploads/2025/10/NVCA-Model-SPA-10-28-2025-1.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-stock-purchase-agreement) |
|
|
204
|
+
| Voting Agreement | [Website](https://usejunior.com/templates/nvca-voting-agreement?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [NVCA](https://nvca.org/wp-content/uploads/2024/10/NVCA-Model-VA-10-1-2025.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-voting-agreement) |
|
|
205
|
+
|
|
206
|
+
### Other
|
|
207
|
+
|
|
208
|
+
| Template | Website | Source | License | Repo |
|
|
209
|
+
|----------|---------|--------|---------|------|
|
|
210
|
+
| Closing Checklist | [Website](https://usejunior.com/templates/closing-checklist?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [OpenAgreements](https://github.com/open-agreements/open-agreements) | [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/closing-checklist) |
|
|
211
|
+
| Board Consent SAFE | [Website](https://usejunior.com/templates/openagreements-board-consent-safe?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-board-consent-safe) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-board-consent-safe) |
|
|
212
|
+
| Due Diligence Request List | [Website](https://usejunior.com/templates/openagreements-due-diligence-request-list?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-due-diligence-request-list) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-due-diligence-request-list) |
|
|
213
|
+
| Stockholder Consent SAFE | [Website](https://usejunior.com/templates/openagreements-stockholder-consent-safe?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-stockholder-consent-safe) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-stockholder-consent-safe) |
|
|
214
|
+
| Working Group List | [Website](https://usejunior.com/templates/working-group-list?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [OpenAgreements](https://github.com/open-agreements/open-agreements) | [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/working-group-list) |
|
|
215
|
+
|
|
216
|
+
## Available Skills
|
|
217
|
+
|
|
218
|
+
### Agreement Drafting And Filling
|
|
219
|
+
|
|
220
|
+
| Skill | Description |
|
|
221
|
+
|-------|-------------|
|
|
222
|
+
| [open-agreements](https://github.com/open-agreements/open-agreements/tree/main/skills/open-agreements) | Fill standard legal agreement templates (NDAs, cloud service agreements, SAFEs) and produce signable DOCX files. Supports Common Paper, Bonterms, and Y Combinator templates. Use when the user needs to draft a legal agreement, create an NDA, fill a contract template, or generate a SAFE. Can also send agreements for electronic signature via DocuSign. |
|
|
223
|
+
| [nda](https://github.com/open-agreements/open-agreements/tree/main/skills/nda) | Draft and fill NDA templates — mutual NDA, one-way NDA, confidentiality agreement. Produces signable DOCX files from Common Paper and Bonterms standard forms. Use when user says "NDA," "non-disclosure agreement," "confidentiality agreement," "mutual NDA," or "one-way NDA." |
|
|
224
|
+
| [cloud-service-agreement](https://github.com/open-agreements/open-agreements/tree/main/skills/cloud-service-agreement) | Draft and fill SaaS agreement templates — cloud contract, MSA, order form, software license, pilot agreement, design partner agreement. Includes variants with SLAs and AI terms. Produces signable DOCX from Common Paper standard forms. Use when user says "SaaS agreement," "cloud contract," "MSA," "order form," "software license," "pilot agreement," or "design partner agreement." |
|
|
225
|
+
| [services-agreement](https://github.com/open-agreements/open-agreements/tree/main/skills/services-agreement) | Draft and fill services agreement templates — consulting contract, contractor agreement, SOW, statement of work, professional services agreement. Produces signable DOCX files from Common Paper and Bonterms standard forms. Use when user says "consulting contract," "contractor agreement," "SOW," "statement of work," "services agreement," or "freelancer contract." |
|
|
226
|
+
| [employment-contract](https://github.com/open-agreements/open-agreements/tree/main/skills/employment-contract) | Draft and fill employment contract templates — offer letter, employment agreement, IP/inventions assignment (PIIA), and confidentiality acknowledgement — producing signable DOCX files from OpenAgreements standard forms for hiring employees. Use when the user says "employment contract," "employment agreement," "offer letter," "PIIA," "IP assignment," "hire someone," "new hire paperwork," or "onboarding paperwork." To explain non-compete or restrictive-covenant law rather than draft a document, see the non-compete-contract-explainer skill. |
|
|
227
|
+
| [data-privacy-agreement](https://github.com/open-agreements/open-agreements/tree/main/skills/data-privacy-agreement) | Draft and fill data privacy agreement templates — DPA, data processing agreement, GDPR, HIPAA BAA, business associate agreement, AI addendum. Produces signable DOCX files from Common Paper standard forms. Use when user says "DPA," "data processing agreement," "HIPAA BAA," "business associate agreement," or "AI addendum." |
|
|
228
|
+
| [safe](https://github.com/open-agreements/open-agreements/tree/main/skills/safe) | Draft and fill Y Combinator SAFE templates — valuation cap, discount, MFN, pro rata side letter. Standard startup fundraising documents for convertible equity. Produces signable DOCX files. Use when user says "SAFE," "simple agreement for future equity," "YC SAFE," "valuation cap," "seed round documents," or "fundraising paperwork." |
|
|
229
|
+
| [venture-financing](https://github.com/open-agreements/open-agreements/tree/main/skills/venture-financing) | Draft and fill NVCA model documents — stock purchase agreement, certificate of incorporation, investors rights agreement, voting agreement, ROFR, co-sale, indemnification, management rights letter. Series A and venture financing templates. Produces signable DOCX files. Use when user says "Series A documents," "NVCA," "stock purchase agreement," "investors rights agreement," "voting agreement," or "venture financing docs." |
|
|
230
|
+
|
|
231
|
+
### Editing And Client Workflows
|
|
232
|
+
|
|
233
|
+
| Skill | Description |
|
|
234
|
+
|-------|-------------|
|
|
235
|
+
| [edit-docx-agreement](https://github.com/open-agreements/open-agreements/tree/main/skills/edit-docx-agreement) | Make bespoke edits to a DOCX agreement generated by OpenAgreements (or any existing DOCX), using Safe Docx MCP tools for surgical, formatting-preserving edits and tracked-changes outputs. Use when user says "edit this contract," "change a clause," "modify the agreement," "custom edits to the docx," or "bespoke changes to the document." |
|
|
236
|
+
| [client-email](https://github.com/open-agreements/open-agreements/tree/main/skills/client-email) | Draft client-facing emails for legal services — cover notes for contract deliverables, redline summaries, deal status updates, and follow-ups. Use when composing or revising outbound emails to clients about legal work product. Triggers on "draft reply," "email to client," "cover note," "write back to," or any outbound email accompanying a legal deliverable. |
|
|
237
|
+
| [delaware-franchise-tax](https://github.com/open-agreements/open-agreements/tree/main/skills/delaware-franchise-tax) | File your Delaware annual franchise tax and annual report. Guides you through tax calculation (Authorized Shares and Assumed Par Value Capital methods), the eCorp portal filing process, and payment. For Delaware C-Corps (March 1 deadline) and LLCs/LPs/GPs (June 1 deadline). Use when user says "Delaware franchise tax," "annual report Delaware," "file franchise tax," or "eCorp portal." |
|
|
238
|
+
|
|
239
|
+
### Compliance And Audit
|
|
240
|
+
|
|
241
|
+
| Skill | Description |
|
|
242
|
+
|-------|-------------|
|
|
243
|
+
| [soc2-readiness](https://github.com/open-agreements/open-agreements/tree/main/skills/soc2-readiness) | Assess SOC 2 Type II readiness. Map Trust Services Criteria to controls, identify gaps, and build a remediation plan. Uses NIST SP 800-53 (public domain) as canonical reference with SOC 2 criterion cross-mapping. Use when user says "SOC 2 readiness," "SOC 2 preparation," "SOC 2 gap analysis," or "prepare for SOC 2 audit." |
|
|
244
|
+
| [iso-27001-internal-audit](https://github.com/open-agreements/open-agreements/tree/main/skills/iso-27001-internal-audit) | Run an ISO 27001 internal audit. Walk through controls by domain, identify gaps, collect evidence, and generate findings with corrective action recommendations. Uses NIST SP 800-53 (public domain) as canonical reference. Use when user says "run internal audit," "ISO 27001 audit," "control assessment," "audit findings," or "ISMS assessment." |
|
|
245
|
+
| [iso-27001-evidence-collection](https://github.com/open-agreements/open-agreements/tree/main/skills/iso-27001-evidence-collection) | Collect, organize, and validate evidence for ISO 27001 and SOC 2 audits. API-first approach with CLI commands for major cloud platforms. Produces timestamped, auditor-ready evidence packages. Use when user says "collect audit evidence," "prepare evidence package," "evidence for the auditor," "refresh evidence," or "evidence gap analysis." |
|
|
246
|
+
|
|
247
|
+
### Developer Workflows
|
|
248
|
+
|
|
249
|
+
| Skill | Description |
|
|
250
|
+
|-------|-------------|
|
|
251
|
+
| [recipe-quality-audit](https://github.com/open-agreements/open-agreements/tree/main/skills/recipe-quality-audit) | Audit NVCA recipe quality: check file inventory, metadata schema, field-to-replacement coverage, ambiguous keys, smart quotes, test fixtures, and fill quality. Produces a structured scorecard per recipe with maturity tier classification. Use when user says "audit recipe quality," "check recipe coverage," "recipe scorecard," or "NVCA recipe quality." |
|
|
252
|
+
| [unit-test-philosophy](https://github.com/open-agreements/open-agreements/tree/main/skills/unit-test-philosophy) | Risk-based unit testing and Allure-readable behavioral spec style for open-agreements. Use when user says "add tests," "test quality," "coverage expansion," "unit test style," or "Allure test spec." Applies when adding/updating tests, expanding coverage, or reviewing test quality across src, integration-tests, and workspace packages. |
|
|
253
|
+
|
|
254
|
+
### Legal Explainers
|
|
255
|
+
|
|
256
|
+
| Skill | Description |
|
|
257
|
+
|-------|-------------|
|
|
258
|
+
| [non-compete-contract-explainer](https://github.com/open-agreements/open-agreements/tree/main/skills/non-compete-contract-explainer) | Explain U.S. state-by-state (and select international) non-compete and restrictive-covenant law — whether a non-compete is enforceable, blue-pencil reformation, tolling, choice of law, independent-contractor reach, and recent bans. Reads a bundled, source-cited snapshot per jurisdiction. Use when the user says "non-compete," "noncompete contract," "restrictive covenant," "non-solicit," "garden leave," "covenant not to compete," "employment agreement," asks "is my non-compete enforceable," or names a U.S. state. |
|
|
259
|
+
|
|
260
|
+
### Template Authoring
|
|
261
|
+
|
|
262
|
+
| Skill | Description |
|
|
263
|
+
|-------|-------------|
|
|
264
|
+
| [canonical-markdown-authoring](https://github.com/open-agreements/open-agreements/tree/main/skills/canonical-markdown-authoring) | Convert plain markdown contract drafts into OpenAgreements' canonical template.md authoring format — YAML frontmatter, Kind|Label|Value|Show When cover-term tables, oa:clause directives, [[Defined Term]] paragraphs, and oa:signer directives that compile to validated JSON specs and DOCX artifacts. Use when the user says "convert this to canonical markdown," "author a new OpenAgreements template," "migrate template to template.md," or "write a canonical-form contract." |
|
|
265
|
+
|
|
266
|
+
## Packages
|
|
267
|
+
|
|
268
|
+
| Package | Description |
|
|
269
|
+
|---------|-------------|
|
|
270
|
+
| [open-agreements](https://www.npmjs.com/package/open-agreements) | Open-source legal template filling CLI and library |
|
|
271
|
+
| [@open-agreements/contract-templates-mcp](https://github.com/open-agreements/open-agreements/blob/main/packages/contract-templates-mcp/README.md) | Local stdio MCP server for OpenAgreements template discovery and filling |
|
|
272
|
+
| [@open-agreements/contracts-workspace](https://github.com/open-agreements/open-agreements/blob/main/packages/contracts-workspace/README.md) | Workspace-oriented CLI for organizing and tracking contract repositories |
|
|
273
|
+
| [@open-agreements/contracts-workspace-mcp](https://github.com/open-agreements/open-agreements/blob/main/packages/contracts-workspace-mcp/README.md) | Local stdio MCP server for contracts workspace operations |
|
|
274
|
+
| [@open-agreements/checklist-mcp](https://github.com/open-agreements/open-agreements/blob/main/packages/checklist-mcp/README.md) | Local stdio MCP server for OpenAgreements checklist memory operations |
|
|
275
|
+
|
|
276
|
+
### What Gets Installed
|
|
277
|
+
|
|
278
|
+
```text
|
|
279
|
+
open-agreements/
|
|
280
|
+
bin/ # CLI entry point
|
|
281
|
+
dist/ # Compiled TypeScript
|
|
282
|
+
content/
|
|
283
|
+
templates/ # Fillable DOCX templates with {tag} placeholders
|
|
284
|
+
external/ # YC SAFE templates vendored unchanged
|
|
285
|
+
recipes/ # Recipe instructions for non-redistributable sources
|
|
286
|
+
skills/ # Agent skill definitions
|
|
287
|
+
server.json # MCP server manifest
|
|
288
|
+
gemini-extension.json # Gemini CLI extension config
|
|
289
|
+
README.md, LICENSE
|
|
290
|
+
```
|
|
23
291
|
|
|
24
|
-
|
|
292
|
+
NVCA recipe templates are downloaded at runtime and are not bundled in the package.
|
|
25
293
|
|
|
26
|
-
|
|
294
|
+
<details>
|
|
295
|
+
<summary><strong>CLI Reference</strong></summary>
|
|
27
296
|
|
|
28
|
-
|
|
29
|
-
npm install -g open-agreements
|
|
30
|
-
```
|
|
297
|
+
### `list`
|
|
31
298
|
|
|
32
|
-
|
|
299
|
+
Show available templates with license info and field counts.
|
|
33
300
|
|
|
34
301
|
```bash
|
|
35
|
-
|
|
302
|
+
open-agreements list
|
|
303
|
+
|
|
304
|
+
# Machine-readable JSON for agent skills and automation
|
|
305
|
+
open-agreements list --json
|
|
36
306
|
```
|
|
37
307
|
|
|
38
|
-
|
|
308
|
+
### `fill <template>`
|
|
39
309
|
|
|
40
|
-
|
|
310
|
+
Render a filled DOCX from a template.
|
|
41
311
|
|
|
42
|
-
|
|
312
|
+
```bash
|
|
313
|
+
# From a JSON data file
|
|
314
|
+
open-agreements fill common-paper-mutual-nda -d data.json -o output.docx
|
|
43
315
|
|
|
316
|
+
# With inline --set flags
|
|
317
|
+
open-agreements fill common-paper-mutual-nda --set party_1_name="Acme Corp" --set governing_law="Delaware"
|
|
44
318
|
```
|
|
45
|
-
|
|
319
|
+
|
|
320
|
+
### `validate [template]`
|
|
321
|
+
|
|
322
|
+
Run the validation pipeline on one or all templates.
|
|
323
|
+
|
|
324
|
+
```bash
|
|
325
|
+
open-agreements validate
|
|
326
|
+
open-agreements validate common-paper-mutual-nda
|
|
46
327
|
```
|
|
47
328
|
|
|
48
|
-
|
|
329
|
+
</details>
|
|
330
|
+
|
|
331
|
+
<details>
|
|
332
|
+
<summary><strong>Agent Setup Details</strong></summary>
|
|
333
|
+
|
|
334
|
+
### Claude Code
|
|
335
|
+
|
|
336
|
+
```bash
|
|
337
|
+
npx skills add open-agreements/open-agreements
|
|
338
|
+
```
|
|
49
339
|
|
|
50
|
-
###
|
|
340
|
+
### Gemini CLI
|
|
51
341
|
|
|
52
342
|
```bash
|
|
53
343
|
gemini extensions install https://github.com/open-agreements/open-agreements
|
|
54
344
|
```
|
|
55
345
|
|
|
56
|
-
|
|
346
|
+
### Cursor
|
|
347
|
+
|
|
348
|
+
This repository includes a Cursor plugin manifest at `.cursor-plugin/plugin.json` with MCP wiring in `mcp.json`.
|
|
349
|
+
|
|
350
|
+
### Local Vs Hosted Execution
|
|
351
|
+
|
|
352
|
+
- **Local**: `npx`, global install, or stdio MCP. Processing happens on your machine.
|
|
353
|
+
- **Hosted**: `https://openagreements.org/api/mcp`. Template filling runs server-side for faster setup.
|
|
354
|
+
|
|
355
|
+
Choose based on document sensitivity and internal policy. See the trust checklist below for the data-flow summary.
|
|
356
|
+
|
|
357
|
+
</details>
|
|
358
|
+
|
|
359
|
+
## Quick Start
|
|
360
|
+
|
|
361
|
+
### With Claude Code
|
|
362
|
+
|
|
363
|
+
Ask Claude:
|
|
364
|
+
|
|
365
|
+
```text
|
|
366
|
+
Fill the Common Paper mutual NDA for my company
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
Claude can discover templates, interview you for field values, and render a signed-ready DOCX.
|
|
57
370
|
|
|
58
371
|
### With the CLI
|
|
59
372
|
|
|
@@ -77,137 +390,118 @@ open-agreements fill common-paper-mutual-nda --set party_1_name="Acme Corp" --se
|
|
|
77
390
|
|
|
78
391
|
### What Happens
|
|
79
392
|
|
|
80
|
-
1. The agent runs `list --json` to discover templates and their fields
|
|
81
|
-
2. It interviews you for field values
|
|
82
|
-
3. It runs `fill <template>` to render a DOCX preserving
|
|
83
|
-
4. You review and sign the output document
|
|
84
|
-
|
|
85
|
-
## Templates
|
|
393
|
+
1. The agent runs `list --json` to discover templates and their fields.
|
|
394
|
+
2. It interviews you for field values grouped by section.
|
|
395
|
+
3. It runs `fill <template>` to render a DOCX preserving the source formatting.
|
|
396
|
+
4. You review and sign the output document.
|
|
86
397
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
- **NDAs** — Mutual and one-way (Common Paper, Bonterms)
|
|
90
|
-
- **Cloud & SaaS** — Cloud service agreements, order forms, SLAs, pilot agreements, software licenses
|
|
91
|
-
- **Services & Contractors** — Professional services, independent contractor, SOW (Common Paper, Bonterms)
|
|
92
|
-
- **Employment** — Offer letter, IP assignment, confidentiality acknowledgement, restrictive covenant
|
|
93
|
-
- **Data Privacy** — DPA, BAA, AI addendum (Common Paper)
|
|
94
|
-
- **SAFEs** — Valuation cap, discount, MFN, pro rata side letter (Y Combinator)
|
|
95
|
-
- **Venture Financing** — Stock purchase, certificate of incorporation, investors' rights, voting, ROFR, indemnification, management rights letter (NVCA)
|
|
96
|
-
|
|
97
|
-
Internal templates are CC BY 4.0. YC SAFEs are CC BY-ND 4.0 (vendored unchanged). NVCA documents are downloaded on demand from nvca.org (not bundled).
|
|
398
|
+
## Install
|
|
98
399
|
|
|
99
|
-
|
|
400
|
+
### Agent Skill (recommended)
|
|
100
401
|
|
|
101
|
-
```
|
|
102
|
-
open-agreements/
|
|
103
|
-
bin/ # CLI entry point
|
|
104
|
-
dist/ # Compiled TypeScript
|
|
105
|
-
content/
|
|
106
|
-
templates/ # Fillable DOCX templates with {tag} placeholders
|
|
107
|
-
external/ # YC SAFE templates (vendored unchanged)
|
|
108
|
-
skills/ # Agent skill definitions (Claude Code, Gemini, Cursor)
|
|
109
|
-
server.json # MCP server manifest
|
|
110
|
-
gemini-extension.json # Gemini CLI extension config
|
|
111
|
-
README.md, LICENSE
|
|
402
|
+
```bash
|
|
403
|
+
npx skills add open-agreements/open-agreements
|
|
112
404
|
```
|
|
113
405
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
<details>
|
|
117
|
-
<summary><strong>CLI Reference</strong></summary>
|
|
406
|
+
### Remote MCP
|
|
118
407
|
|
|
119
|
-
|
|
408
|
+
Connect any MCP-compatible agent to the hosted server at `https://openagreements.org/api/mcp`.
|
|
120
409
|
|
|
121
|
-
|
|
410
|
+
**Claude Code**
|
|
122
411
|
|
|
123
412
|
```bash
|
|
124
|
-
open-agreements
|
|
125
|
-
|
|
126
|
-
# Machine-readable JSON (for agent skills and automation)
|
|
127
|
-
open-agreements list --json
|
|
413
|
+
claude mcp add --transport http open-agreements https://openagreements.org/api/mcp
|
|
128
414
|
```
|
|
129
415
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
Render a filled DOCX from a template.
|
|
416
|
+
**Codex CLI**
|
|
133
417
|
|
|
134
418
|
```bash
|
|
135
|
-
|
|
136
|
-
open-agreements fill common-paper-mutual-nda -d data.json -o output.docx
|
|
137
|
-
|
|
138
|
-
# With inline --set flags
|
|
139
|
-
open-agreements fill common-paper-mutual-nda --set party_1_name="Acme Corp" --set governing_law="Delaware"
|
|
419
|
+
codex mcp add open-agreements --url https://openagreements.org/api/mcp
|
|
140
420
|
```
|
|
141
421
|
|
|
142
|
-
|
|
422
|
+
**Other agents** — point your client at `https://openagreements.org/api/mcp` (streamable HTTP).
|
|
143
423
|
|
|
144
|
-
|
|
424
|
+
### Gemini CLI Extension
|
|
145
425
|
|
|
146
426
|
```bash
|
|
147
|
-
open-agreements
|
|
148
|
-
open-agreements validate common-paper-mutual-nda # One template
|
|
427
|
+
gemini extensions install https://github.com/open-agreements/open-agreements
|
|
149
428
|
```
|
|
150
429
|
|
|
151
|
-
|
|
430
|
+
### CLI
|
|
152
431
|
|
|
153
|
-
|
|
154
|
-
|
|
432
|
+
```bash
|
|
433
|
+
npm install -g open-agreements
|
|
434
|
+
```
|
|
155
435
|
|
|
156
|
-
|
|
436
|
+
Or run directly with zero install:
|
|
157
437
|
|
|
158
438
|
```bash
|
|
159
|
-
npx
|
|
439
|
+
npx -y open-agreements@latest list
|
|
160
440
|
```
|
|
161
441
|
|
|
162
|
-
|
|
442
|
+
---
|
|
163
443
|
|
|
164
|
-
|
|
444
|
+
## Documentation
|
|
165
445
|
|
|
166
|
-
|
|
167
|
-
gemini extensions install https://github.com/open-agreements/open-agreements
|
|
168
|
-
```
|
|
446
|
+
### Start Here
|
|
169
447
|
|
|
170
|
-
|
|
448
|
+
- [Getting Started](https://github.com/open-agreements/open-agreements/blob/main/docs/getting-started.md)
|
|
171
449
|
|
|
172
|
-
###
|
|
450
|
+
### Guides
|
|
173
451
|
|
|
174
|
-
|
|
452
|
+
- [Adding Templates](https://github.com/open-agreements/open-agreements/blob/main/docs/adding-templates.md)
|
|
453
|
+
- [Adding Recipes](https://github.com/open-agreements/open-agreements/blob/main/docs/adding-recipes.md)
|
|
175
454
|
|
|
176
|
-
###
|
|
455
|
+
### Other Packages
|
|
177
456
|
|
|
178
|
-
|
|
457
|
+
- [Contracts Workspace CLI](https://github.com/open-agreements/open-agreements/blob/main/docs/contracts-workspace.md)
|
|
179
458
|
|
|
180
|
-
|
|
181
|
-
- **Hosted** (`https://openagreements.org/api/mcp`): template filling runs server-side for fast setup. No filled documents are stored after the response.
|
|
459
|
+
### Reference
|
|
182
460
|
|
|
183
|
-
|
|
461
|
+
- [Licensing](https://github.com/open-agreements/open-agreements/blob/main/docs/licensing.md)
|
|
462
|
+
- [Changelog & Release Process](https://github.com/open-agreements/open-agreements/blob/main/docs/changelog-release-process.md)
|
|
463
|
+
- [Trust Checklist](https://github.com/open-agreements/open-agreements/blob/main/docs/trust-checklist.md)
|
|
464
|
+
- [Supported Tools](https://github.com/open-agreements/open-agreements/blob/main/docs/supported-tools.md)
|
|
465
|
+
- [Assumptions](https://github.com/open-agreements/open-agreements/blob/main/docs/assumptions.md)
|
|
466
|
+
- [Employment Source Policy](https://github.com/open-agreements/open-agreements/blob/main/docs/employment-source-policy.md)
|
|
184
467
|
|
|
185
|
-
|
|
468
|
+
**Links:** [Website](https://usejunior.com?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Template Catalog](https://usejunior.com/templates?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Docs](https://github.com/open-agreements/open-agreements/tree/main/docs) | [Trust](https://usejunior.com/security?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [npm](https://www.npmjs.com/package/open-agreements)
|
|
186
469
|
|
|
187
470
|
## Privacy
|
|
188
471
|
|
|
189
472
|
- **Local mode** (`npx`, global install, stdio MCP): all processing happens on your machine. No document content is sent externally.
|
|
190
473
|
- **Hosted mode** (`https://openagreements.org/api/mcp`): template filling runs server-side. No filled documents are stored after the response is returned.
|
|
191
474
|
|
|
192
|
-
See
|
|
193
|
-
|
|
194
|
-
## Built With OpenAgreements
|
|
195
|
-
|
|
196
|
-
- [Safe Clause](https://safeclause.deltaxy.ai) — AI-powered contract platform for startups. [#1 on vibecode.law, March 2026](https://vibecode.law/showcase/safe-clause-317416).
|
|
475
|
+
See the [Privacy Policy](https://usejunior.com/privacy_policy) for details.
|
|
197
476
|
|
|
198
|
-
|
|
477
|
+
Security policy: see [SECURITY.md](https://github.com/open-agreements/open-agreements/blob/main/SECURITY.md).
|
|
199
478
|
|
|
200
479
|
## See Also
|
|
201
480
|
|
|
202
|
-
- [safe-docx](https://github.com/UseJunior/safe-docx) — surgical editing of existing Word documents with coding agents
|
|
481
|
+
- [safe-docx](https://github.com/UseJunior/safe-docx) — surgical editing of existing Word documents with coding agents
|
|
203
482
|
|
|
204
483
|
## Contributing
|
|
205
484
|
|
|
485
|
+
See [CONTRIBUTING.md](https://github.com/open-agreements/open-agreements/blob/main/CONTRIBUTING.md) for how to add templates, recipes, and other improvements.
|
|
206
486
|
|
|
207
|
-
|
|
487
|
+
## Built With OpenAgreements
|
|
488
|
+
|
|
489
|
+
- [Safe Clause](https://safeclause.deltaxy.ai) — AI-powered contract platform for startups. [#1 on vibecode.law, March 2026](https://vibecode.law/showcase/safe-clause-317416).
|
|
490
|
+
|
|
491
|
+
Building on OpenAgreements? Open a PR to add your project.
|
|
492
|
+
|
|
493
|
+
## Star History
|
|
494
|
+
|
|
495
|
+
[](https://star-history.com/#open-agreements/open-agreements&Date)
|
|
208
496
|
|
|
209
497
|
## License
|
|
210
498
|
|
|
211
|
-
MIT. Template content is licensed by
|
|
499
|
+
MIT. Template content is licensed by its respective authors:
|
|
500
|
+
|
|
501
|
+
- CC BY 4.0 for Common Paper, Bonterms, and OpenAgreements-authored templates
|
|
502
|
+
- CC BY-ND 4.0 for Y Combinator SAFE templates vendored unchanged
|
|
503
|
+
- proprietary or non-redistributable for NVCA source documents handled via recipe workflows
|
|
504
|
+
|
|
505
|
+
See each template's `metadata.yaml` for source-specific details.
|
|
212
506
|
|
|
213
507
|
This tool generates documents from standard templates. It does not provide legal advice. Consult an attorney for legal guidance.
|