terms-of-service

Drafts enforceable U.S. Terms of Service agreements for websites, apps, platforms, and SaaS with acceptance mechanics, liability limits, dispute resolution, IP/content rules, and privacy hooks. Use when asked to draft "terms of service", "terms of use", "TOS", "user agreement", "platform terms", "website terms", "app terms", or "SaaS terms".

11 stars

Best use case

terms-of-service is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Drafts enforceable U.S. Terms of Service agreements for websites, apps, platforms, and SaaS with acceptance mechanics, liability limits, dispute resolution, IP/content rules, and privacy hooks. Use when asked to draft "terms of service", "terms of use", "TOS", "user agreement", "platform terms", "website terms", "app terms", or "SaaS terms".

Teams using terms-of-service should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/terms-of-service/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/terms-of-service/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/terms-of-service/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How terms-of-service Compares

Feature / Agentterms-of-serviceStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Drafts enforceable U.S. Terms of Service agreements for websites, apps, platforms, and SaaS with acceptance mechanics, liability limits, dispute resolution, IP/content rules, and privacy hooks. Use when asked to draft "terms of service", "terms of use", "TOS", "user agreement", "platform terms", "website terms", "app terms", or "SaaS terms".

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Terms of Service Agreement

Drafts an enforceable TOS tailored to the service model, data flows, and jurisdictional compliance needs.

## Quick Start

Gather before drafting:

| Item | Required | Notes |
|---|---|---|
| Company legal name, address, contact email | Yes | Contracting entity |
| Service name and URL/app identifiers | Yes | Defines "Service" |
| Eligibility/age minimum | Yes | COPPA if under 13 [VERIFY] |
| Countries/states served | Yes | Triggers GDPR/CCPA/other |
| Payment terms | If paid | Auto-renew, cancellation, refunds |
| IP assets | Yes | Trademarks, content ownership |
| UGC + moderation approach | If UGC | DMCA workflow |
| APIs/integrations | If any | Third-party terms |

## Core Workflow

### 1. Clause Selection

| Clause | Include When | Key Points |
|---|---|---|
| Acceptance mechanism | Always | Clickwrap preferred; continued-use fallback |
| Accounts & security | Accounts exist | Credentials, MFA, responsibility |
| Acceptable use | Always | Prohibited conduct list |
| UGC license | UGC exists | Scope, duration, takedown |
| IP ownership | Always | Service IP, limited license |
| Payments | Paid tiers | Billing, taxes, refunds |
| Termination | Always | For cause/at will, effects |
| Disclaimers | Always | AS IS / AS AVAILABLE |
| Liability cap | Always | Cap amount, exclusions, carve-outs |
| Indemnity | B2B or UGC | IP claims, violations |
| Dispute resolution | Always | Governing law, venue/arbitration |

### 2. Drafting Sequence

1. **Definitions & acceptance** — clickwrap + versioning/effective date
2. **Eligibility & authority** — age, entity authority
3. **Account rules** — registration, security, accuracy
4. **Acceptable use** — law compliance + prohibited conduct
5. **UGC & IP** — ownership, license grant, feedback assignment
6. **Third-party services** — links, integrations, no endorsement
7. **Payment terms** — if applicable
8. **Termination & suspension** — rights, effect, survival
9. **Disclaimers & limitation of liability**
10. **Indemnification** — if applicable
11. **Dispute resolution** — law, venue, arbitration
12. **Boilerplate** — severability, assignment, notices

### 3. Prohibited Conduct (always include)

- Illegal activity, fraud, misrepresentation
- Malware, phishing, security bypass
- Unauthorized access, scraping, rate-limit evasion
- IP infringement or circumvention of protections
- Harassment, hate, abusive conduct
- Interference with service availability

### 4. Dispute Resolution Selection

| Option | Use When | Notes |
|---|---|---|
| Arbitration + class waiver | B2B or low-risk consumer | Include small-claims carve-out |
| Court litigation | High consumer scrutiny | Specify venue + jury waiver |
| EU consumer carve-out | Serving EU | Mandatory local rights preserved |

## Templates

### UGC License (edit scope as needed)

` ` `
User Content License. You retain ownership of Your Content. You grant Company a worldwide, non-exclusive, royalty-free, sublicensable, transferable license to host, store, use, display, reproduce, modify for technical purposes, distribute, and create derivative works of Your Content solely to operate, improve, and promote the Service. License ends upon deletion except for content already shared or cached in ordinary operation.
` ` `

### Liability & Warranty (edit cap as needed)

` ` `
Disclaimer. THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING MERCHANTABILITY, FITNESS, AND NON-INFRINGEMENT, TO THE MAXIMUM EXTENT PERMITTED BY LAW.

Limitation. TO THE MAXIMUM EXTENT PERMITTED BY LAW, COMPANY SHALL NOT BE LIABLE FOR INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR LOSS OF DATA, PROFITS, OR REVENUE. TOTAL LIABILITY SHALL NOT EXCEED THE AMOUNTS PAID BY YOU TO COMPANY IN THE 12 MONTHS BEFORE THE CLAIM (OR $100 IF NONE). EXCEPTIONS: LIABILITY FOR DEATH/PERSONAL INJURY, FRAUD, OR WILLFUL MISCONDUCT WHERE PROHIBITED.
` ` `

## Privacy & Data Hooks

- Incorporate Privacy Policy by reference
- Specify data processing roles (controller/processor)
- Reference security measures at high level only — do not promise beyond actual controls
- Address cross-border transfers if applicable (EU SCCs [VERIFY])

## Final QC Checklist

- [ ] Definitions consistent, capitalization standardized
- [ ] Effective date + version history included
- [ ] Notice method and update mechanism defined
- [ ] Survival clauses listed
- [ ] Hyperlinks to all incorporated policies working

## Pitfalls

- **Browsewrap is weak** — prefer clickwrap acceptance; browsewrap risks unenforceability.
- **EU/UK users** — include GDPR-consistent rights hooks and consumer protections; avoid overbroad waivers. [VERIFY]
- **California residents** — include CCPA/CPRA notice hooks and no-sale/share language. [VERIFY]
- **UGC services** — must include DMCA agent designation and takedown procedure. [VERIFY]
- **Unconscionability risk** — keep liability caps and waivers reasonable for consumer users.
- **Regulated industries** (health, finance, telecom) — flag for additional statutory modules.

Related Skills

coding-telehealth-services

11
from CaseMark/skills

Assigns telehealth-specific codes with place of service, modifier, and technology requirements. Use when coding virtual visits, applying telehealth modifiers, or documenting telemedicine services.

coding-radiology-services

11
from CaseMark/skills

Assigns radiology CPT codes with professional/technical component and supervision level documentation. Use when coding imaging studies, applying 26/TC modifiers, or coding interventional procedures.

coding-laboratory-services

11
from CaseMark/skills

Assigns laboratory CPT codes with panel construction and specimen-specific modifiers. Use when coding lab tests, building lab panels, or applying laboratory modifiers.

coding-emergency-services

11
from CaseMark/skills

Assigns ED-specific E/M codes with critical care time documentation and procedure coding. Use when coding ED visits, documenting critical care, or coding ED procedures.

coding-behavioral-health-services

11
from CaseMark/skills

Assigns behavioral health procedure codes with time-based requirements and modifier application. Use when coding therapy sessions, applying psychiatric codes, or documenting behavioral health services.

coding-anesthesia-services

11
from CaseMark/skills

Assigns anesthesia codes with time documentation, base/time unit calculation, and physical status modifiers. Use when coding anesthesia, calculating anesthesia units, or applying physical status modifiers.

transitional-services-agreement

11
from CaseMark/skills

Drafts a Transitional Services Agreement (TSA) for post-closing seller-to-buyer service delivery in U.S. M&A transactions. Use when a corporate acquisition requires temporary operational support or seller-provided service continuity after closing.

transition-services-plan

11
from CaseMark/skills

Drafts a Transition Services Plan exhibit to an Asset Purchase Agreement, organizing post-closing seller-to-buyer support by functional area with scope, duration, contacts, and deliverables. Triggers on requests for TSA exhibits, transition plans, post-closing support schedules, or operational handover documents in asset purchase transactions.

summons-service-packet

11
from CaseMark/skills

Drafts court-ready summons and service packets for civil personal injury litigation. Produces civil cover sheet, summons, complaint shell, service instructions, proof of service, and filing checklist with federal/state jurisdictional compliance. Use when preparing initial filing packages, commencing lawsuits, drafting summons forms, or assembling service of process documents.

healthcare-services-agreement

11
from CaseMark/skills

Drafts professional services agreements for healthcare providers and clients, covering HIPAA/HITECH compliance, BAA requirements, Anti-Kickback and Stark Law guardrails, credentialing warranties, malpractice insurance mandates, and patient care continuity on termination. Use when drafting healthcare provider contracts, medical services agreements, physician independent contractor agreements, or healthcare consulting engagements.

consulting-services-agreement

11
from CaseMark/skills

Drafts a U.S. Consulting Services Agreement covering scope, compensation (hourly, fixed, retainer, hybrid), independent contractor classification, IP ownership, confidentiality, indemnification, liability caps, insurance, and dispute resolution. Use when drafting consulting contracts, professional services agreements, or independent contractor agreements.

certificate-of-service

11
from CaseMark/skills

Drafts certificates of service (proofs of service) for court filings. Use when a filing must be accompanied by proof that copies were served on all parties or counsel. Covers FRCP Rule 5, state equivalents, ECF/e-service, U.S. mail, hand delivery, and overnight courier methods.