Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

landing-page-generator-openclawlanding page 生成器 OpenClaw

Agent Skill

landing-page-generator-openclaw 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

25,176

周安装

1,049

GitHub Stars

公开资料未说明

下载量

8,392
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install landing-page-generator-openclaw

简介

根据简介生成高转化率、移动响应式登陆页面。在为客户构建登陆页面、销售页面或营销页面时使用。

SKILL.md

name
landing-page-generator
description
Generate high-converting, mobile-responsive landing pages from a brief. Use when building landing pages, sales pages, or marketing pages for clients.
argument-hint
[product-or-service-description]
allowed-tools
Read, Write, Edit, Grep, Glob, Bash

Landing Page Generator

Generate complete, high-converting landing pages from a product/service brief. Outputs production-ready HTML/CSS that's mobile-responsive and optimized for conversions.

How to Use

/landing-page-generator "SaaS project management tool for remote teams, $29/mo, free trial"
/landing-page-generator brief.txt
/landing-page-generator "Freelance web developer portfolio — book a call CTA"

Provide as much context as possible:

  • What the product/service is
  • Target audience
  • Primary CTA (sign up, buy, book a call, download)
  • Pricing (if applicable)
  • Key features/benefits
  • Brand colors (optional, defaults to professional blue/dark theme)

Page Generation Process

Step 1: Analyze the Brief

Extract:

  • Product type: SaaS, physical product, service, portfolio, lead magnet, event
  • Target audience: Who is this for?
  • Primary CTA: What action should visitors take?
  • Value proposition: Why should they care?
  • Tone: Professional, casual, bold, minimal, luxurious

Step 2: Select Page Template

Based on product type:

TypeSectionsTypical Length
SaaSHero, Features, How It Works, Pricing, Testimonials, FAQ, CTALong
ServiceHero, Services, Process, Portfolio, Testimonials, CTAMedium
PortfolioHero, Work Samples, About, Services, ContactMedium
Lead MagnetHero, Benefits, Social Proof, Form, CTAShort
E-commerceHero, Product Features, Gallery, Reviews, Buy CTAMedium
EventHero, Speakers/Details, Schedule, Tickets, FAQMedium

Step 3: Generate the Page

Create a single self-contained HTML file with embedded CSS. No external dependencies except Google Fonts.

Required sections (adapt to product type):

Hero Section

- Headline: Clear value proposition (max 10 words)
- Subheadline: Supporting detail (max 25 words)
- CTA button: High-contrast, action-oriented text ("Start Free Trial", not "Submit")
- Optional: Hero image placeholder or background
- Optional: Social proof badge ("Trusted by 10,000+ teams")

Features/Benefits

- 3-4 feature cards with icons (use Unicode/emoji icons)
- Each card: Icon + Feature name + 1-2 sentence benefit (focus on outcome, not feature)
- Grid layout: 3 columns on desktop, 1 on mobile

Social Proof

- 2-3 testimonial cards with:
  - Quote text
  - Name and title/company
  - Star rating (if applicable)
- Optional: Logo bar of client/partner logos (placeholder boxes with company names)

How It Works (if applicable)

- 3-step process with numbered steps
- Step title + brief description
- Visual connector between steps

Pricing (if applicable)

- 1-3 pricing tiers in card format
- Highlight the recommended tier
- Feature comparison list
- CTA button on each tier

FAQ

- 4-6 common questions
- Accordion-style (click to expand) using pure CSS/HTML <details>

Final CTA

- Repeat the primary CTA with urgency
- Different angle from hero (address remaining objections)
- Strong contrasting background

Step 4: Design System

Apply these design principles:

Typography:

  • Font: Inter from Google Fonts (clean, modern, high readability)
  • Heading scale: 3rem, 2rem, 1.5rem, 1.25rem
  • Body: 1rem / 1.6 line-height
  • Max line width: 65ch for readability

Colors (default, override with brand colors if provided):

--primary: #2563eb;        /* Blue - CTAs, links */
--primary-dark: #1d4ed8;   /* Hover state */
--bg: #ffffff;             /* Background */
--bg-alt: #f8fafc;         /* Alternating section bg */
--text: #1e293b;           /* Body text */
--text-light: #64748b;     /* Secondary text */
--accent: #f59e0b;         /* Highlights, badges */

Layout:

  • Max width: 1200px, centered
  • Section padding: 80px vertical (48px on mobile)
  • Consistent spacing scale: 4, 8, 16, 24, 32, 48, 64, 80px

Responsive breakpoints:

  • Desktop: 1024px+
  • Tablet: 768px - 1023px
  • Mobile: < 768px

Step 5: Conversion Optimization

Apply these conversion principles to the generated page:

  1. Above the fold: Headline + CTA visible without scrolling
  2. Single CTA focus: One primary action, repeated 2-3 times throughout
  3. Contrast ratio: CTA buttons must have WCAG AA contrast (4.5:1 minimum)
  4. Loading speed: No external JS, minimal CSS, no images (placeholders only)
  5. Scannability: Users should understand the offer in 5 seconds
  6. Objection handling: FAQ and testimonials address common concerns
  7. Urgency/scarcity: Optional — only if authentic ("Limited beta spots", not fake countdowns)

Step 6: Output

Save to output/landing-page/:

output/landing-page/
  index.html          # Complete self-contained page
  README.md           # Customization guide for the client

README.md includes:

  • How to customize colors (CSS variables at top of file)
  • How to replace placeholder content
  • How to add real images
  • How to connect forms to their email service
  • How to deploy (Netlify drag-and-drop, GitHub Pages, any static host)

Step 7: Present to User

Show:

  1. Brief summary of what was generated
  2. Key design decisions made
  3. File location
  4. Suggestions for what the client should customize (images, testimonials, specific copy)

Quality Standards

  • [ ] Page loads with no external dependencies except Google Fonts
  • [ ] Fully responsive at 320px, 768px, and 1200px widths
  • [ ] All CTA buttons have hover states
  • [ ] Color contrast meets WCAG AA
  • [ ] Page has proper <meta> viewport tag
  • [ ] Semantic HTML (<header>, <main>, <section>, <footer>)
  • [ ] No horizontal scroll at any breakpoint
  • [ ] FAQ sections are interactive (expand/collapse)
  • [ ] Total HTML file size under 50KB

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

81.68%
按下载量换算6,855

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills