落地页:高转化文案与设计 - Openclaw Skills

作者:互联网

2026-03-26

AI教程

什么是 落地页?

落地页技能是 Openclaw Skills 生态系统中的一个专业框架,旨在将复杂的产品转化为高转化的网页体验。它为 AI 智能体提供了坚实的页面架构骨架,同时支持灵活、具有说服力的文案创作,直接触达用户需求。通过利用 Openclaw Skills,开发者和市场人员可以确保推出的每个页面都符合行业标准的转化原则和技术最佳实践,无需手动监督。

下载入口:https://github.com/openclaw/skills/tree/main/skills/ivangdavila/landing-page

安装与下载

1. ClawHub CLI

从源直接安装技能的最快方式。

npx clawhub@latest install landing-page

2. 手动安装

将技能文件夹复制到以下位置之一

全局模式 ~/.openclaw/skills/ 工作区 /skills/

优先级:工作区 > 本地 > 内置

3. 提示词安装

将此提示词复制到 OpenClaw 即可自动安装。

请帮我使用 Clawhub 安装 landing-page。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。

落地页 应用场景

  • 为新的 SaaS 产品创建高转化的 Hero 区域。
  • 为跳出率高、转化率低的现有页面提升转化率。
  • 生成具有特定价值主张和优化表单的潜在客户获取页面。
  • 开发具有优化日程安排和清晰行动号召(CTA)的活动注册页面。
  • 使用经过验证的公式标准化多个营销页面的文案。
落地页 工作原理
  1. 在 Openclaw Skills 环境中,AI 智能体由“创建落地页”或“提升转化”等短语触发。
  2. 系统应用核心结构骨架,定义 Hero、问题和解决方案等各部分的权重和目标。
  3. 实施文案规则,优先考虑用户视角(“你” > “我们”),并强调具体结果而非模糊的功能。
  4. 智能体遵循 Hero 公式,确保标题、副标题和 CTA 逻辑一致,实现影响力最大化。
  5. 执行最终转化清单,验证移动端响应能力、加载速度和单一目标焦点。

落地页 配置指南

要将此技能集成到您的工作流中,请确保您的智能体可以访问 Openclaw Skills 仓库及相关的 Markdown 模板。

# 在项目中初始化技能
openclaw install landing-page-skill

# 配置本地模板目录
mkdir -p .agent/skills/landing-page
cp templates/*.md .agent/skills/landing-page/

落地页 数据架构与分类体系

该技能利用模块化元数据分类法来组织页面组件和优化规则:

文件 描述
sections.md 每个页面部分的详细要求和高度规范。
copy.md 按页面类型分类的公式和说服性语言示例库。
optimization.md A/B 测试和分析集成的技术指南。
templates.md 为 SaaS、电子商务和潜在客户生成页面预定义的结构。
name: "Landing Page"
description: "Build high-converting landing pages with proven structure, persuasive copy, and conversion optimization."

Triggers

Activate on: "create landing page", "write landing copy", "improve conversion", "page not converting", "hero section help".

Core Structure

Every landing page follows the same spine:

Section Purpose Height
Hero Hook + CTA 100vh
Problem Agitate pain Short
Solution Your answer Medium
Benefits What they get Medium
Social proof Trust signals Variable
CTA Convert Compact

See sections.md for detailed requirements per section.

Hero Formula

[Headline: Outcome they want]
[Subhead: How you deliver it]
[CTA button] [Secondary action]
[Visual: Product/result]

Headline test: Would they screenshot and send to a friend?

Copy Rules

  • You > We. Talk about them, not yourself.
  • Specific > Vague. "Save 4 hours/week" beats "Save time"
  • One CTA. Everything else is distraction.
  • Objection handling. Answer "why not?" before they ask.

See copy.md for formulas and examples by page type.

Conversion Checklist

Before launch:

  • CTA visible without scrolling
  • Load time <3s
  • Mobile-first (60%+ traffic)
  • Single goal, single action
  • Social proof near CTA
  • Friction removed (minimal form fields)

See optimization.md for A/B testing and analytics setup.

Red Flags

Stop and fix:

  • Multiple competing CTAs → Pick one
  • Features without benefits → Translate to outcomes
  • No social proof → Add testimonials, logos, numbers
  • Wall of text → Break into scannable sections
  • Generic stock photos → Use product/real images

By Page Type

Different goals need different emphasis:

Type Lead with CTA
SaaS Demo/trial Start free
eCommerce Product + offer Buy now
Lead gen Value prop + form Get [resource]
Event Date + speakers Register

See templates.md for page-type specific structures.