terms-policy-generator

Generate first-draft legal policy documents from a project legal specification.

6|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/Xipher-Labs/walter-os --skill terms-policy-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terms-policy-generator
Source: https://github.com/Xipher-Labs/walter-os/tree/main/skills/terms-policy-generator
Command: npx skills add https://github.com/Xipher-Labs/walter-os --skill terms-policy-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates first-draft Terms of Service, Privacy Policy, and (when applicable) Cookies Policy from your project’s legal spec, so you can stop starting from a blank page when launching a SaaS or any user-data web service.

Core Features & Use Cases

  • Jurisdiction-aware document drafts: Produces TOS/Privacy content that adapts to configured jurisdictions (including GDPR/UK GDPR, CCPA/CPRA, and LGPD where applicable).
  • Spec-driven legal coverage: Maps your structured inputs (data collected, sub-processors, retention, deletion) into the appropriate sections for each document type.
  • Counsel-reviewed output workflow: Inserts required disclaimer language and includes REVIEW markers where defaults may not match your situation.

Quick Start

Use the terms-policy-generator skill to generate draft documents for your project by running it against your legal/<project>/spec.yml so it writes terms-of-service.md, privacy-policy.md, and cookies-policy.md into legal/<project>/.

Frequently Asked Questions about terms-policy-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a GDPR and CCPA compliant privacy policy for a SaaS launch?

To generate a GDPR and CCPA compliant privacy policy for a SaaS launch, provide your project legal specification including jurisdiction, data collected, sub-processors, retention, and deletion rules to produce a first-draft document with mandatory disclaimer headers.

What do I need to draft Terms of Service and Cookies Policy for a web service?

Drafting Terms of Service and Cookies Policy requires a structured legal spec inputting jurisdiction, data collected, sub-processors, retention, and deletion parameters, mapping these inputs into appropriate sections to produce draft markdown files for counsel validation.

Does the generated privacy policy draft require legal review before launch?

Yes, the generated privacy policy requires legal review before launch, as the drafts include mandatory disclaimer headers and explicit REVIEW markers highlighting default areas that may require validation by qualified counsel for your specific situation.

Can I use this to generate legal documents for jurisdictions like LGPD and UK GDPR?

Yes, you can generate legal documents for jurisdictions like LGPD and UK GDPR, as the drafting process adapts Terms of Service and Privacy Policy content to configured regional compliance requirements specified in your project legal spec.

What is the best way to create a first-draft legal spec for SaaS compliance documents?

The best way to create a first-draft for SaaS compliance documents is structuring your project legal spec as a YAML file, defining fields for data collected, sub-processors, retention, and deletion to map directly into terms and privacy policy drafts.