Install
openclaw skills install landing-page-builderBuild a single-page landing page from a text prompt or design brief. USE WHEN: - User asks for a landing page, marketing page, product page, sales page, or startup website - User provides a business name/idea and wants a deployable web page - User sends an HTML template and wants it adapted with new content/branding - User asks for a "one-pager" or "single-page site" DON'T USE WHEN: - User wants a multi-page website (use a web framework instead) - User wants an email template or newsletter (different format/constraints) - User wants a blog, documentation site, or wiki - User wants to edit an existing live site (this builds new pages, not patches) - User wants a web app with backend logic, auth, or databases OUTPUTS: Single self-contained .html file (no external dependencies except Google Fonts). Ready to open in browser, deploy to any static host, or deliver to a client. INPUTS: Business name, what it does, target audience, desired tone. Optionally: a reference HTML template to adapt.
openclaw skills install landing-page-builderGenerate polished, conversion-optimized landing pages from natural language descriptions.
.html fileassets/template.html{{PLACEHOLDER}} tokens with content tailored to the user's request.html file| Placeholder | Description |
|---|---|
{{TITLE}} | Page <title> |
{{BRAND}} | Brand/company name |
{{PRIMARY_COLOR}} | Hex color (e.g., #6366f1) |
{{BG_COLOR}} | Background color |
{{TEXT_COLOR}} | Body text color |
{{ACCENT_COLOR}} | Accent color |
{{HEADLINE}} | Hero headline — punchy, benefit-driven |
{{SUBHEADLINE}} | 1-2 sentence supporting text |
{{CTA_TEXT}} | Button text (e.g., "Start Free Trial") |
{{CTA_URL}} | Button link |
{{FEATURES_HEADING}} | Section heading |
{{FEATURES}} | HTML feature cards (use .feature-card divs) |
{{PRICING_HEADING}} | Section heading |
{{PRICING_CARDS}} | HTML pricing cards (use .price-card divs) |
{{TESTIMONIALS_HEADING}} | Section heading |
{{TESTIMONIALS}} | HTML testimonial cards (use .testimonial divs) |
{{FINAL_CTA_HEADING}} | Bottom CTA heading |
{{FINAL_CTA_TEXT}} | Bottom CTA description |
{{YEAR}} | Current year |
Feel free to:
Save the final HTML file to the user's workspace or specified path. Suggest deployment options: