skills$openclaw/landing-gen
lxgicstudios358

by lxgicstudios

landing-gen – OpenClaw Skill

landing-gen is an OpenClaw Skills integration for coding workflows. Generate landing page code from product descriptions

358 stars4.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namelanding-gen
descriptionGenerate landing page code from product descriptions OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/ai-landing
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/ai-landing
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains landing-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
468 B
SKILL.md
1.2 KB
SKILL.md

name: landing-gen description: Generate landing page code from product descriptions

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

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

Node.js 18+. OPENAI_API_KEY required.

FAQ

How do I install landing-gen?

Run openclaw add @lxgicstudios/ai-landing in your terminal. This installs landing-gen into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/ai-landing. Review commits and README documentation before installing.