Open source · MIT and Apache-2.0

# Agent Skills

Install 12 open-source skills for Claude Code, Codex, Cursor, and other coding agents. Fill standard contracts, edit Word documents, and manage your inbox — all from the terminal you already use.

One-line install — click to copy:

```
npx skills add open-agreements/open-agreements
```

6 skills

## Legal Agreements

Fill standard contract templates (NDA, SAFE, SaaS, services, ISO evidence) from structured values and produce signable DOCX files.

### open-agreements

v0.2.3 · open-agreements/open-agreements

Flagship

Umbrella skill for the full legal template library. Routes to nda, safe, cloud-service-agreement, services-agreement, and more.

```
npx skills add open-agreements/open-agreements
```

[View source on GitHub →](https://github.com/open-agreements/open-agreements)

### nda

v0.2.2 · open-agreements/open-agreements

Draft mutual and one-way non-disclosure agreements from Common Paper and Bonterms standard forms.

```
npx skills add open-agreements/nda
```

[View source on GitHub →](https://github.com/open-agreements/open-agreements)

### safe

v0.2.1 · open-agreements/open-agreements

Y Combinator SAFE templates — valuation cap, discount, MFN, pro rata side letter. Standard startup fundraising documents.

```
npx skills add open-agreements/safe
```

[View source on GitHub →](https://github.com/open-agreements/open-agreements)

### cloud-service-agreement

v0.2.1 · open-agreements/open-agreements

SaaS cloud contract, MSA, order form, pilot agreement, design partner agreement — including SLA and AI-term variants.

```
npx skills add open-agreements/cloud-service-agreement
```

[View source on GitHub →](https://github.com/open-agreements/open-agreements)

### services-agreement

v0.2.1 · open-agreements/open-agreements

Consulting contract, contractor agreement, SOW, professional services agreement from Common Paper and Bonterms forms.

```
npx skills add open-agreements/services-agreement
```

[View source on GitHub →](https://github.com/open-agreements/open-agreements)

### iso-27001-evidence-collection

v0.1.0 · open-agreements/open-agreements

Collect ISO 27001 audit evidence mapped to NIST SP 800-53 and SOC 2 Trust Services Criteria.

```
npx skills add open-agreements/iso-27001-evidence-collection
```

[View source on GitHub →](https://github.com/open-agreements/open-agreements)

6 skills

## Document & Email Productivity

Edit Word documents, triage inbox by sender trust, draft tone-matched replies, and organize folders — all from your coding agent.

### email-cleanup

v0.1.4 · UseJunior/email-agent-mcp

Flagship

Organize a cluttered Outlook inbox with folders, batch moves, and server-side inbox rules via Microsoft Graph.

```
npx skills add UseJunior/email-agent-mcp
```

[View source on GitHub →](https://github.com/UseJunior/email-agent-mcp)

### docx-editing

v0.3.0 · UseJunior/safe-docx

Flagship

Edit existing Word documents with tracked changes, comments, footnotes, and revision control. Powered by safe-docx MCP.

```
npx skills add UseJunior/safe-docx
```

[View source on GitHub →](https://github.com/UseJunior/safe-docx)

### email-triage

v0.1.2 · UseJunior/email-agent-mcp

Zero-trust email triage — prioritize inbox by sender trust tier, not arrival order. Surfaces paying customers immediately.

```
npx skills add UseJunior/email-agent-mcp
```

[View source on GitHub →](https://github.com/UseJunior/email-agent-mcp)

### email-drafting

v0.1.1 · UseJunior/email-agent-mcp

Draft email replies with tone matching, proper threading, and formatting that survives email clients.

```
npx skills add UseJunior/email-agent-mcp
```

[View source on GitHub →](https://github.com/UseJunior/email-agent-mcp)

### outlook-email

v0.1.7 · UseJunior/email-agent-mcp

Manage Outlook and Microsoft 365 email — triage, draft replies, organize folders, create inbox rules, monitor priority messages.

```
npx skills add UseJunior/email-agent-mcp
```

[View source on GitHub →](https://github.com/UseJunior/email-agent-mcp)

### nemoclaw-email-policy

v0.1.1 · UseJunior/email-agent-mcp

Enforce email safety policies at the network level — allowlist, send guardrails, prevent accidental send for agent email workflows.

```
npx skills add UseJunior/email-agent-mcp
```

[View source on GitHub →](https://github.com/UseJunior/email-agent-mcp)

## How agent skills work

Skills are plain-text instructions that extend AI coding agents with procedural knowledge. Install once; your agent uses them on demand whenever the task matches.

1

### Install

Run the `npx skills add` command in your project. Skills land in `.agents/skills/`.

2

### Ask

Tell your agent what you want — "draft a mutual NDA with Acme," "clean up my inbox," "edit this SOW." The skill activates automatically.

3

### Review

Everything runs locally. No SaaS lock-in. Outputs are signable DOCX files, organized folders, or drafted replies you review before sending.

## Open source. No lock-in.

Every skill is MIT or Apache-2.0. Read the source, fork it, or extend it. Start with the umbrella skill and let your agent route from there.

[View on GitHub](https://github.com/open-agreements/open-agreements) [Talk to Us](/contact.md)
