Token导航 LogoToken导航TokenDH.com
运维操作浏览器clawhub未标认证来源可访问clear审计通过

landing-page-generator登陆页面生成器

Agent Skill

landing-page-generator 用于补充运维相关能力,适合在 OpenClaw 中需要让 Agent 承接运维相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

157,196

周安装

6,616

GitHub Stars

6

下载量

55,045
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:landing-page-generator(登陆页面生成器)
来源仓库:https://github.com/michael-laffin/landing-page-generator
安装命令:
openclaw skills install landing-page-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install landing-page-generator

简介

为产品、服务和潜在客户开发生成高转化率的登陆页面。在创建营销页面、产品发布、挤压页面或数字资产销售页面时使用。

SKILL.md

name
landing-page-generator
description
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.

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

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

Page Templates

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>

Best Practices

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

Automation

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

Integration Opportunities

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.91%
按下载量换算43,986

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills