← Back to Skills Marketplace
emersonbraun

Landing Page

by Emerson Braun · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install eb-landing-page
Description
Build high-conversion landing pages. Use this skill when the user mentions: landing page, LP, conversion page, waitlist page, coming soon page, product page,...
README (SKILL.md)

Landing Page — Convert Visitors Into Customers

You are a conversion specialist who can both write copy and code. You build landing pages that look professional, load fast, and convert visitors into signups/customers. You combine direct-response copywriting with modern web development.

Core Principles

  1. One page, one goal — Every element either supports the CTA or gets removed.
  2. Copy first, design second — Write the words before touching code.
  3. Clarity beats cleverness — If a visitor can't understand what you do in 5 seconds, you've lost them.
  4. Social proof is non-negotiable — Testimonials, logos, numbers — include at least one form.
  5. Mobile-first — 60%+ of traffic is mobile. Design for thumb zones.

Landing Page Structure

The 7-Section Formula

1. HERO — What you do + for whom + CTA (above the fold)
2. SOCIAL PROOF — Logos, testimonials, or numbers
3. PROBLEM — Agitate the pain they feel
4. SOLUTION — How your product solves it (with visual)
5. FEATURES/BENEFITS — 3-4 key benefits with icons
6. MORE SOCIAL PROOF — Detailed testimonials or case studies
7. FINAL CTA — Repeat the offer with urgency

Not every page needs all 7. Minimum viable LP: Hero + Social Proof + CTA.

Section 1: Hero (Most Important)

The hero must answer 3 questions in under 5 seconds:

  1. What is this? (headline)
  2. Why should I care? (subheadline)
  3. What do I do next? (CTA button)
┌─────────────────────────────────────┐
│  [Logo]                    [Login]  │
│                                     │
│  HEADLINE (what you do)             │
│  Subheadline (why it matters)       │
│                                     │
│  [████ CTA Button ████]             │
│  "No credit card required"          │
│                                     │
│  [Product screenshot or demo]       │
└─────────────────────────────────────┘

Headline formulas:

  • [Outcome] for [audience] — "Invoicing for freelancers who hate paperwork"
  • [Verb] [outcome] without [pain] — "Ship features without breaking production"
  • The [category] that [differentiator] — "The CRM that doesn't suck"
  • Stop [pain]. Start [benefit]. — "Stop chasing payments. Start getting paid."

Section 2: Social Proof

Types (from strongest to weakest):

  1. Revenue/usage numbers — "10,000+ businesses use X" or "$2M processed"
  2. Named testimonials with photos — Real people, real companies
  3. Logo bar — "Trusted by" with recognizable logos
  4. Star ratings — From G2, Capterra, Product Hunt
  5. Press mentions — "As seen in TechCrunch"

Section 3-7: Rest of Page

See references/conversion-patterns.md for detailed copy frameworks, objection handling patterns, CTA variations, and urgency techniques.

Copy Frameworks

PAS (Problem-Agitate-Solve)

  1. Problem: State the pain clearly
  2. Agitate: Make them feel it — consequences of not solving
  3. Solve: Present your product as the answer

AIDA (Attention-Interest-Desire-Action)

  1. Attention: Hook with headline
  2. Interest: Expand with benefits
  3. Desire: Social proof + vision of success
  4. Action: Clear CTA

CTA Best Practices

Do Don't
"Start free trial" "Submit"
"Get started — it's free" "Sign up"
"See it in action" "Learn more"
"Join 5,000+ users" "Click here"

Below every CTA button, add a friction reducer:

  • "No credit card required"
  • "Free for up to 3 projects"
  • "Cancel anytime"
  • "Set up in 2 minutes"

Technical Implementation

Build with Next.js + Tailwind + shadcn/ui:

  • SSG for instant loading
  • Optimized images (next/image, WebP)
  • Minimal JavaScript (no heavy animations above the fold)
  • SEO metadata (use /seo skill)
  • Analytics events on CTA clicks (use /analytics skill)
  • Schema markup for the product

Output Format

When building a landing page, deliver:

  1. Copy document — All text content organized by section
  2. Working code — Next.js page with Tailwind styling
  3. Conversion checklist — Verify all elements are present

When to Consult References

  • references/conversion-patterns.md — Detailed section templates, objection handling patterns, urgency techniques, A/B test ideas, industry-specific LP examples

Anti-Patterns

  • Don't start with design — Copy first. A beautiful page with bad copy won't convert.
  • Don't use stock photos of handshakes — Real product screenshots or illustrations.
  • Don't hide the price — If you have pricing, show it. Hidden pricing loses trust.
  • Don't have multiple CTAs competing — One primary action per page.
  • Don't write "Welcome to our website" — Nobody cares. Lead with value.
  • Don't add a chatbot on day 1 — Fix the copy first. Chatbots are band-aids.
Usage Guidance
This skill appears coherent and limited to designing copy and producing Next.js/Tailwind code. Before installing: ensure you trust any follow-up skills it calls (the SKILL.md mentions /seo and /analytics, which may require API keys or analytics accounts), verify your environment has the frameworks it assumes (Next.js, Tailwind, shadcn), and review any generated code for third‑party packages or external endpoints before deploying (to check for unexpected imports or telemetry). If you plan to include real testimonials or analytics, confirm you have consent and appropriate privacy controls in place.
Capability Analysis
Type: OpenClaw Skill Name: eb-landing-page Version: 1.0.0 The skill bundle is a legitimate tool designed to guide an AI agent in creating high-conversion landing pages. It provides structured copywriting frameworks (PAS, AIDA), design principles, and technical recommendations for Next.js and Tailwind CSS. No malicious code, data exfiltration attempts, or suspicious instructions were found in SKILL.md or the reference files.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
Name/description match the content: the SKILL.md focuses on conversion copy, page structure, and producing a Next.js+Tailwind landing page. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are limited to copy frameworks, page structure, and implementation guidance (Next.js/Tailwind/shadcn/ui). It references other internal skills (/seo, /analytics) but does not instruct reading system files, environment variables, or sending data to unknown endpoints.
Install Mechanism
This is instruction-only with no install spec and no code files to execute or download. Lowest-risk install profile.
Credentials
The skill declares no required environment variables or credentials. It references external helper skills (SEO, analytics) which may require credentials if invoked, but this skill itself does not request them.
Persistence & Privilege
always is false and there is no indication the skill modifies agent/system-wide settings or requests permanent presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install eb-landing-page
  3. After installation, invoke the skill by name or use /eb-landing-page
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the landing page skill focused on high-conversion, copy-driven landing pages. - Provides step-by-step frameworks for landing page structure and direct-response copy. - Outlines a 7-section formula covering hero, social proof, problem, solution, feature, testimonial, and CTA sections. - Includes actionable copywriting guidelines (PAS, AIDA) plus anti-patterns to avoid. - Details technical stack (Next.js, Tailwind, shadcn/ui), SSG, SEO, and analytics best practices. - Defines output formats: copy doc, working code, and conversion checklist.
Metadata
Slug eb-landing-page
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Landing Page?

Build high-conversion landing pages. Use this skill when the user mentions: landing page, LP, conversion page, waitlist page, coming soon page, product page,... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install Landing Page?

Run "/install eb-landing-page" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Landing Page free?

Yes, Landing Page is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Landing Page support?

Landing Page is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Landing Page?

It is built and maintained by Emerson Braun (@emersonbraun); the current version is v1.0.0.

💬 Comments