Legal Site Generator
Skill by chentuan7963-afk
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chentuan7963-afk/legal-site-generatorWhat This Skill Does
The Legal Site Generator is a specialized OpenClaw skill designed to automate the creation of essential, App Store-compliant legal documentation. Many mobile application stores require developers to provide a live URL for a Privacy Policy, Terms of Service, Support page, and Data Deletion instructions. This skill streamlines that process by generating a complete, static website folder optimized for deployment on Cloudflare Pages. It focuses on privacy-centric defaults, ensuring that the generated site is GDPR and CCPA compliant, contains no tracking scripts, no advertisements, and collects no user location data, making it ideal for developers who want to remain privacy-focused.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/chentuan7963-afk/legal-site-generator
Once installed, ensure your environment has the necessary write permissions to create the dist/ directory where the static files will be exported.
Use Cases
This skill is perfect for independent developers, indie hackers, and small teams launching new applications on the Apple App Store or Google Play Store. It is particularly useful when you need to quickly meet platform compliance requirements without hiring legal counsel or building custom front-end pages from scratch. It works exceptionally well for simple utility apps, games, or offline-first tools that do not require complex backend legal infrastructure.
Example Prompts
- "Generate a legal site for my app 'FocusTimer' developed by 'Productive Corp'. Use [email protected] for the contact email."
- "Create a privacy policy and terms of service for 'FitnessTrack' by 'FitLife Apps'. Please use [email protected] for support requests."
- "I need a static site for my new game 'PixelJump' made by 'IndiePixel Studio'. My contact is [email protected]. Make sure it includes the data deletion page."
Tips & Limitations
- Static Nature: The skill generates static HTML. It does not provide a dynamic backend, so if your application requires complex legal disclosures involving user-specific data, you may need to edit the HTML files after generation.
- Deployment: Since the output is a
dist/folder, you can immediately upload this to Cloudflare Pages via their CLI or drag-and-drop dashboard for free hosting. - Compliance: While these templates are designed to be compliant, always review the generated text to ensure it covers your specific data collection practices. This skill provides a base, but it is not a substitute for professional legal advice tailored to your business model.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chentuan7963-afk-legal-site-generator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write
Related Skills
Flutter Appstore Doc Ui Kit
Skill by chentuan7963-afk
app-legal-pages
Generate and deploy app Privacy Policy and Terms of Service static websites from an app feature document. Use when a user provides app requirements/feature docs and wants production-ready legal pages published via GitHub + Cloudflare Pages, including draft generation, consistency checks, and deployment-ready output URLs.