Awesome-openclaw-skills landing-gen-2

Generate landing page code from product descriptions

install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/landing-gen-2" ~/.claude/skills/sundial-org-awesome-openclaw-skills-landing-gen-2 && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/landing-gen-2" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-landing-gen-2 && rm -rf "$T"
manifest: skills/landing-gen-2/SKILL.md
source content

Landing Page Generator

Describe your product, get a conversion-optimized landing page. React + Tailwind, ready to deploy.

Quick Start

npx ai-landing "AI tool that writes documentation"

What It Does

  • Generates full landing page code
  • Includes hero, features, pricing, CTA
  • Mobile-responsive design
  • SEO meta tags included
  • Conversion-optimized copy

Usage Examples

# Generate from description
npx ai-landing "SaaS for project management"

# Specify sections
npx ai-landing "API monitoring tool" --sections hero,features,pricing,faq

# Choose style
npx ai-landing "Developer tool" --style minimal

Output Includes

  • React/Next.js component
  • Tailwind CSS styling
  • Responsive design
  • Dark mode support
  • Placeholder images

Sections Generated

  • Hero with value prop
  • Social proof
  • Feature grid
  • Pricing table
  • FAQ accordion
  • CTA footer

Requirements

Node.js 18+. OPENAI_API_KEY required.

License

MIT. Free forever.


Built by LXGIC Studios