Legal docs generator
Skill AravindS-Wick/aravindhan-skills/skills/legal-docs-generator
Generate Privacy Policies, Terms of Service, and other legal documents with 7-level verification.From its SKILL.md
npx -y skills add AravindS-Wick/aravindhan-skills --skill legal-docs-generatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
5.1 KB, ~1.2k tokens by cl100k_base, as published. Nobody here has run it
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 "[email protected]" \
--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
What ships with it: 1 file
16.5 KB alongside SKILL.md, 1 of them executable
- legal-docs-generator.jsruns16.5 KB