ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

landing-page-generator

Generate high-converting landing pages for products, services, and lead generation. Use when creating marketing pages, product launches, squeeze pages, or digital asset sales pages.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/michael-laffin/landing-page-generator
Or

Landing Page Generator

Overview

Generate high-converting landing pages with copy, structure, and HTML/CSS ready for deployment. Create marketing pages that convert visitors into customers.

Core Capabilities

1. Page Templates

Pre-built templates for:

  • Product launch pages (pre-launch and launch)
  • Squeeze pages (email capture)
  • Webinar registration pages
  • Digital product sales pages (courses, ebooks, templates)
  • Service booking pages
  • Affiliate review pages
  • Comparison pages (Product A vs Product B)
  • Thank you/confirmation pages

2. Copywriting Frameworks

Built with proven frameworks:

  • AIDA (Attention, Interest, Desire, Action)
  • PAS (Problem, Agitation, Solution)
  • Story-based hooks
  • Social proof integration
  • Objection handling
  • Scarcity/urgency elements

3. SEO Optimization

Automatically includes:

  • Optimized meta tags (title, description, keywords)
  • Header tags (H1, H2, H3)
  • Alt text for images
  • Structured data (schema markup)
  • Mobile-responsive design
  • Fast loading structure

4. Conversion Elements

Built-in conversion triggers:

  • Clear value propositions
  • Benefit-oriented bullet points
  • Testimonials/social proof
  • FAQ sections
  • Multiple CTAs (above and below fold)
  • Guarantee/risk-reversal statements
  • Countdown timers
  • Limited-time offers

5. Responsive Design

Optimized for:

  • Desktop (1920px+)
  • Tablet (768px - 1024px)
  • Mobile (320px - 767px)
  • Cross-browser compatibility

Quick Start

Generate Product Launch Page

# Use scripts/generate_landing.py
python3 scripts/generate_landing.py \
  --type product-launch \
  --product "SEO Course" \
  --price 299 \
  --benefits "learn SEO,rank higher,get traffic" \
  --testimonials 3 \
  --cta "Enroll Now" \
  --output product_launch.html

Generate Squeeze Page

python3 scripts/generate_landing.py \
  --type squeeze \
  --headline "Get Free SEO Checklist" \
  --benefits "checklist,tips,strategies" \
  --cta "Send Me The Checklist" \
  --output squeeze.html

Generate Affiliate Review Page

python3 scripts/generate_landing.py \
  --type affiliate-review \
  --product "Software XYZ" \
  --affiliate-link "https://example.com/affiliate" \
  --pros 5 \
  --cons 2 \
  --cta "Try XYZ Now" \
  --output affiliate_review.html

Scripts

generate_landing.py

Generate landing page from parameters.

Parameters:

  • --type: Page type (product-launch, squeeze, webinar, digital-product, service, affiliate-review, comparison, thank-you)
  • --headline: Main headline
  • --subheadline: Supporting subheadline
  • --product: Product/service name
  • --price: Price or "Starting at $X"
  • --benefits: Comma-separated benefits
  • --features: Comma-separated features
  • --testimonials: Number of testimonials to include
  • --cta: Call-to-action button text
  • --guarantee: Guarantee text (optional)
  • --urgency: Urgency message (optional)
  • --output: Output file

Metadata

Stars1401
Views0
Updated2026-02-24
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-michael-laffin-landing-page-generator": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.