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
Legal Agreements
Fill standard contract templates (NDA, SAFE, SaaS, services, ISO evidence) from structured values and produce signable DOCX files.
open-agreements
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
nda
Draft mutual and one-way non-disclosure agreements from Common Paper and Bonterms standard forms.
npx skills add open-agreements/nda
safe
Y Combinator SAFE templates — valuation cap, discount, MFN, pro rata side letter. Standard startup fundraising documents.
npx skills add open-agreements/safe
cloud-service-agreement
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
services-agreement
Consulting contract, contractor agreement, SOW, professional services agreement from Common Paper and Bonterms forms.
npx skills add open-agreements/services-agreement
iso-27001-evidence-collection
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
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
Organize a cluttered Outlook inbox with folders, batch moves, and server-side inbox rules via Microsoft Graph.
npx skills add UseJunior/email-agent-mcp
docx-editing
Edit existing Word documents with tracked changes, comments, footnotes, and revision control. Powered by safe-docx MCP.
npx skills add UseJunior/safe-docx
email-triage
Zero-trust email triage — prioritize inbox by sender trust tier, not arrival order. Surfaces paying customers immediately.
npx skills add UseJunior/email-agent-mcp
email-drafting
Draft email replies with tone matching, proper threading, and formatting that survives email clients.
npx skills add UseJunior/email-agent-mcp
outlook-email
Manage Outlook and Microsoft 365 email — triage, draft replies, organize folders, create inbox rules, monitor priority messages.
npx skills add UseJunior/email-agent-mcp
nemoclaw-email-policy
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
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.
Install
Run the npx skills add command in your project. Skills land in .agents/skills/.
Ask
Tell your agent what you want — "draft a mutual NDA with Acme," "clean up my inbox," "edit this SOW." The skill activates automatically.
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.