# Send Landing Page Generator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "landing-page-generator",
    "name": "Landing Page Generator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Michael-laffin/landing-page-generator",
    "canonicalUrl": "https://clawhub.ai/Michael-laffin/landing-page-generator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/landing-page-generator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=landing-page-generator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/__init__.py",
      "scripts/generate_landing.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/landing-page-generator"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/landing-page-generator",
    "downloadUrl": "https://openagent3.xyz/downloads/landing-page-generator",
    "agentUrl": "https://openagent3.xyz/skills/landing-page-generator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/landing-page-generator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/landing-page-generator/agent.md"
  }
}
```
## Documentation

### Overview

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

### 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

### 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

### 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

Example:

python3 scripts/generate_landing.py \\
  --type product-launch \\
  --headline "Master SEO in 30 Days" \\
  --subheadline "Complete course with live coaching" \\
  --product "SEO Mastery Course" \\
  --price 299 \\
  --benefits "rank higher,drive traffic,boost sales" \\
  --features "video lessons,templates,community" \\
  --testimonials 5 \\
  --cta "Enroll Now - Save 50% Today" \\
  --guarantee "30-day money-back guarantee" \\
  --urgency "Limited spots - Offer ends Friday" \\
  --output landing.html

### optimize_copy.py

Optimize existing landing page copy.

Parameters:

--input: Input HTML file
--framework: Copywriting framework (AIDA, PAS, story)
--add-social-proof: Add testimonial placeholders
--add-urgency: Add scarcity elements
--output: Optimized output

### ab_test_variations.py

Generate A/B testing variations.

Parameters:

--input: Base landing page
--variations: Number to generate (default: 3)
--test-elements: What to test (headline, cta, price, colors)
--output-dir: Output directory for variations

### Product Launch Page Structure

<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>[Product Name] - Transform Your Life</title>
  <meta name="description" content="...">
  <!-- SEO meta tags -->
  <!-- Schema markup -->
</head>
<body>
  <!-- Hero Section -->
  <section class="hero">
    <h1>[Headline]</h1>
    <p>[Subheadline]</p>
    <a href="#pricing" class="cta">[CTA]</a>
  </section>

  <!-- Problem Section -->
  <section class="problem">
    <h2>Struggling with [Problem]?</h2>
    <p>You're not alone...</p>
  </section>

  <!-- Solution Section -->
  <section class="solution">
    <h2>Introducing [Product Name]</h2>
    <ul>[Benefits List]</ul>
  </section>

  <!-- Features Section -->
  <section class="features">
    <h2>What You'll Get</h2>
    <div class="feature-grid">
      [Feature 1]
      [Feature 2]
      [Feature 3]
    </div>
  </section>

  <!-- Testimonials Section -->
  <section class="testimonials">
    <h2>What People Are Saying</h2>
    [Testimonial Cards]
  </section>

  <!-- Pricing Section -->
  <section class="pricing" id="pricing">
    <h2>Choose Your Plan</h2>
    [Pricing Cards]
  </section>

  <!-- Guarantee Section -->
  <section class="guarantee">
    <h2>[Guarantee]</h2>
    <p>[Risk-free language]</p>
  </section>

  <!-- FAQ Section -->
  <section class="faq">
    <h2>Frequently Asked Questions</h2>
    [FAQ Items]
  </section>

  <!-- Final CTA -->
  <section class="final-cta">
    <a href="#pricing" class="cta">[CTA]</a>
    <p>[Urgency message]</p>
  </section>

  <!-- Footer -->
  <footer>[Legal links, contact info]</footer>
</body>
</html>

### Headlines

Length: 6-12 words maximum
Format: Clear, benefit-driven
Punctuation: Use numbers and brackets
Examples:

"Master SEO in 30 Days"
"[Product Name]: The #1 Solution"
"How to [Benefit] Without [Pain]"

### CTAs

Positioning: Above fold + multiple times below
Color: High contrast (green, orange, blue)
Text: Action-oriented (Enroll, Get, Start, Join)
Urgency: Add time or scarcity

### Social Proof

Placement: Near CTA sections
Variety: Mix of reviews, case studies, stats
Specificity: Include names, photos, results

### Pricing

Anchoring: Show expensive option first
Tiered: 3 tiers (Good, Better, Best)
Highlight: Make middle option stand out
Psychological: Use $299 instead of $300

### Mobile Optimization

CTA placement: Above fold on mobile
Font size: Minimum 16px
Touch targets: 44px minimum buttons
Form fields: One input per screen

### Bulk Landing Page Generation

# Generate landing pages for multiple products
0 10 * * * /path/to/landing-page-generator/scripts/bulk_generate.py \\
  --csv products.csv \\
  --output-dir /path/to/landing-pages

### A/B Test Automation

# Generate variations for top pages
0 9 * * 1 /path/to/landing-page-generator/scripts/ab_test_variations.py \\
  --input /path/to/top-pages/ \\
  --variations 3 \\
  --output-dir /path/to/ab-tests

### With Product Description Generator

# 1. Generate product description
product-description-generator/scripts/generate_description.py \\
  --product "Course Name"

# 2. Extract benefits
# 3. Generate landing page
landing-page-generator/scripts/generate_landing.py \\
  --benefits "[extracted]"

### With Review Summarizer

# 1. Get review insights
review-summarizer/scripts/scrape_reviews.py --url "[product_url]"

# 2. Extract pros/cons
# 3. Generate review page
landing-page-generator/scripts/generate_landing.py \\
  --type affiliate-review \\
  --pros "[extracted]" \\
  --cons "[extracted]"

Build pages. Convert visitors. Scale revenue.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Michael-laffin
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/landing-page-generator)
- [Send to Agent page](https://openagent3.xyz/skills/landing-page-generator/agent)
- [JSON manifest](https://openagent3.xyz/skills/landing-page-generator/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/landing-page-generator/agent.md)
- [Download page](https://openagent3.xyz/downloads/landing-page-generator)