TopRank Skills

Home / Claw Skills / Autres / Landing Page Generator
Official OpenClaw rules 15%

Landing Page Generator

Generate complete, responsive HTML landing pages from a product name, tagline, and description. Clean CSS, mobile-ready, with hero, features, CTA, and footer sections.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Landing Page Generator 技能。 若已安装,则直接安装 Landing Page Generator 技能。

Overview

Skill Key
claudiodrusus/shelly-landing-gen
Author
claudiodrusus
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/claudiodrusus/shelly-landing-gen
Latest Commit SHA
9b66689161fff10ef1e5a552b4a2848be8c40729

Extracted Content

SKILL.md excerpt

# Landing Page Generator 🦞

Generate beautiful, responsive HTML landing pages instantly.

## Usage

```bash
bash generate.sh "Product Name" "Your Tagline" "A longer description of your product."
```

### Arguments

| # | Arg | Description |
|---|-----|-------------|
| 1 | Product Name | The name shown in the hero and title |
| 2 | Tagline | Short catchy phrase for the hero |
| 3 | Description | Longer text used in the features/about section |

### Output

Prints a complete, self-contained HTML file to stdout. Redirect to save:

```bash
bash generate.sh "Acme" "Build faster" "Acme helps you ship." > page.html
```

### Features of Generated Pages

- Responsive design (mobile-first)
- Hero section with CTA button
- Features grid (3 columns)
- Call-to-action banner
- Footer with copyright
- Modern gradient styling, no external dependencies

Related Claw Skills