Legal Documentation Generator with 7-Level Verification
A comprehensive skill for generating Privacy Policies, Terms of Service, Terms & Conditions, Usage Policies, and Copyright Notices with 7-level legal verification to ensure zero loopholes and full compliance.
When to Use This Skill
- Creating Privacy Policy, Terms of Service, Terms & Conditions
- Generating Usage Policies and Copyright Notices
- Requiring rigorous legal verification (7-level gates)
- Building legally compliant apps/APIs
- Ensuring zero loopholes in legal documents
- Need both Markdown and HTML versions
- SocialPostDownloader, postDownloader API, or similar projects
What This Skill Does
7-Level Verification Framework
Each document goes through 7 sequential verification stages:
- Completeness Check — All required sections present, no gaps
- Legal Compliance Check — Adheres to GDPR, CCPA, DMCA, copyright law
- Platform Compliance Check — Meets App Store, Google Play, API guidelines
- Content Loophole Check — Identifies vague language, ambiguities, contradictions
- Liability & Risk Check — Verifies liability limitations, indemnification, disclaimers
- Enforceability Check — Ensures language is legally binding and defensible
- Final Legal Sign-Off — Green/Red flag with detailed rationale
Documents Generated
- Privacy Policy — Data collection, processing, user rights, GDPR/CCPA compliance
- Terms of Service — Usage rights, restrictions, IP ownership, account rules
- Terms & Conditions — Legal obligations, warranties, liability limitations
- Usage Policy — Prohibited activities, content policies, compliance rules
- Copyright Notice — Copyright holder, usage rights, legal footer
Output Formats
- Markdown — For in-app display, documentation
- HTML — For web display, static pages
- API Endpoints — Ready-to-serve versions for backend
Usage
Quick Start
npx skills add aravindhan/legal-docs-generator -g -y
Then use via slash command:
/legal-docs-generator --app-name "SocialPostDownloader" --company "Your Company" --jurisdiction "US,EU"
Advanced Usage with Full Verification
/legal-docs-generator \
--app-name "SocialPostDownloader" \
--company "Your Company" \
--company-email "legal@company.com" \
--jurisdiction "US,EU,UK" \
--data-processing true \
--third-party-api true \
--user-content true \
--payment true \
--verification-level 7 \
--output-formats "markdown,html" \
--include-api-endpoints true
Verification Stages
The skill automatically runs through all 7 verification levels and provides:
- ✅ PASS — Green flag with confidence score
- ⚠️ CONDITIONAL PASS — Green with caveats and recommended amendments
- ❌ FAIL — Red flag with specific loopholes and fixes required
Key Features
Zero Loophole Detection
- Identifies vague liability disclaimers
- Detects contradictory language
- Flags missing indemnification clauses
- Catches inadequate IP protection language
- Verifies GDPR/CCPA right-to-deletion language
Platform-Specific Compliance
- ✅ Apple App Store guidelines
- ✅ Google Play Store guidelines
- ✅ API terms compliance
- ✅ Export control (DMCA, EAR)
- ✅ Third-party integration rules
Jurisdiction Support
- 🇺🇸 United States (federal + California, NY, Texas)
- 🇪🇺 EU (GDPR)
- 🇬🇧 UK (UK GDPR, common law)
- 🇨🇦 Canada (PIPEDA)
- 🇦🇺 Australia (Privacy Act)
Output Example
Each document includes:
- Executive Summary — Key points at a glance
- Full Legal Text — Complete, legally binding language
- Verification Report — 7-level verification results
- Amendment Notes — Specific changes recommended
- Markdown Version — For documentation/in-app display
- HTML Version — For web rendering
- API Endpoint Template — Ready to deploy
Integration Examples
React Native / Expo App
Display in Settings screen:
import PrivacyPolicy from './legal/privacy-policy.md';
<ScrollView>
<MarkdownRenderer content={PrivacyPolicy} />
</ScrollView>
Fastify/Hono API
Serve as endpoints:
app.get('/legal/privacy-policy', (req, res) => {
res.send(privacyPolicyHTML);
});
app.get('/legal/terms', (req, res) => {
res.send(termsOfServiceHTML);
});
Static Site
Serve as pages:
/legal/privacy-policy.html
/legal/terms-of-service.html
/legal/terms-and-conditions.html
Support
For questions about specific legal requirements:
- GDPR compliance → EU data protection authority guidance
- CCPA compliance → California Attorney General
- Apple guidelines → App Store Review Guidelines
- Google Play → Google Play Policies
- API terms → Platform-specific developer agreements
Last Updated: 2026-04-07
Verification Level: 7-Stage Legal Review
Compliance: GDPR, CCPA, DMCA, App Store, Google Play
1---2name: legal-docs-generator3description: Generate Privacy Policies, Terms of Service, and other legal documents with 7-level verification.4---56# Legal Documentation Generator with 7-Level Verification78A comprehensive skill for generating Privacy Policies, Terms of Service, Terms & Conditions, Usage Policies, and Copyright Notices with **7-level legal verification** to ensure zero loopholes and full compliance.910## When to Use This Skill1112- Creating Privacy Policy, Terms of Service, Terms & Conditions13- Generating Usage Policies and Copyright Notices14- Requiring rigorous legal verification (7-level gates)15- Building legally compliant apps/APIs16- Ensuring zero loopholes in legal documents17- Need both Markdown and HTML versions18- SocialPostDownloader, postDownloader API, or similar projects1920## What This Skill Does2122### 7-Level Verification Framework2324Each document goes through **7 sequential verification stages**:25261. **Completeness Check** — All required sections present, no gaps272. **Legal Compliance Check** — Adheres to GDPR, CCPA, DMCA, copyright law283. **Platform Compliance Check** — Meets App Store, Google Play, API guidelines294. **Content Loophole Check** — Identifies vague language, ambiguities, contradictions305. **Liability & Risk Check** — Verifies liability limitations, indemnification, disclaimers316. **Enforceability Check** — Ensures language is legally binding and defensible327. **Final Legal Sign-Off** — Green/Red flag with detailed rationale3334### Documents Generated35361. **Privacy Policy** — Data collection, processing, user rights, GDPR/CCPA compliance372. **Terms of Service** — Usage rights, restrictions, IP ownership, account rules383. **Terms & Conditions** — Legal obligations, warranties, liability limitations394. **Usage Policy** — Prohibited activities, content policies, compliance rules405. **Copyright Notice** — Copyright holder, usage rights, legal footer4142### Output Formats4344- **Markdown** — For in-app display, documentation45- **HTML** — For web display, static pages46- **API Endpoints** — Ready-to-serve versions for backend4748## Usage4950### Quick Start5152```bash53npx skills add aravindhan/legal-docs-generator -g -y54```5556Then use via slash command:5758```59/legal-docs-generator --app-name "SocialPostDownloader" --company "Your Company" --jurisdiction "US,EU"60```6162### Advanced Usage with Full Verification6364```65/legal-docs-generator \66 --app-name "SocialPostDownloader" \67 --company "Your Company" \68 --company-email "legal@company.com" \69 --jurisdiction "US,EU,UK" \70 --data-processing true \71 --third-party-api true \72 --user-content true \73 --payment true \74 --verification-level 7 \75 --output-formats "markdown,html" \76 --include-api-endpoints true77```7879### Verification Stages8081The skill automatically runs through all 7 verification levels and provides:8283- ✅ **PASS** — Green flag with confidence score84- ⚠️ **CONDITIONAL PASS** — Green with caveats and recommended amendments85- ❌ **FAIL** — Red flag with specific loopholes and fixes required8687## Key Features8889### Zero Loophole Detection9091- Identifies vague liability disclaimers92- Detects contradictory language93- Flags missing indemnification clauses94- Catches inadequate IP protection language95- Verifies GDPR/CCPA right-to-deletion language9697### Platform-Specific Compliance9899- ✅ Apple App Store guidelines100- ✅ Google Play Store guidelines101- ✅ API terms compliance102- ✅ Export control (DMCA, EAR)103- ✅ Third-party integration rules104105### Jurisdiction Support106107- 🇺🇸 United States (federal + California, NY, Texas)108- 🇪🇺 EU (GDPR)109- 🇬🇧 UK (UK GDPR, common law)110- 🇨🇦 Canada (PIPEDA)111- 🇦🇺 Australia (Privacy Act)112113## Output Example114115Each document includes:1161171. **Executive Summary** — Key points at a glance1182. **Full Legal Text** — Complete, legally binding language1193. **Verification Report** — 7-level verification results1204. **Amendment Notes** — Specific changes recommended1215. **Markdown Version** — For documentation/in-app display1226. **HTML Version** — For web rendering1237. **API Endpoint Template** — Ready to deploy124125## Integration Examples126127### React Native / Expo App128129Display in Settings screen:130131```javascript132import PrivacyPolicy from './legal/privacy-policy.md';133134<ScrollView>135 <MarkdownRenderer content={PrivacyPolicy} />136</ScrollView>137```138139### Fastify/Hono API140141Serve as endpoints:142143```javascript144app.get('/legal/privacy-policy', (req, res) => {145 res.send(privacyPolicyHTML);146});147148app.get('/legal/terms', (req, res) => {149 res.send(termsOfServiceHTML);150});151```152153### Static Site154155Serve as pages:156157```158/legal/privacy-policy.html159/legal/terms-of-service.html160/legal/terms-and-conditions.html161```162163## Support164165For questions about specific legal requirements:166167- GDPR compliance → EU data protection authority guidance168- CCPA compliance → California Attorney General169- Apple guidelines → App Store Review Guidelines170- Google Play → Google Play Policies171- API terms → Platform-specific developer agreements172173---174175**Last Updated:** 2026-04-07 176**Verification Level:** 7-Stage Legal Review 177**Compliance:** GDPR, CCPA, DMCA, App Store, Google Play