Landing Page Generator

TotalClaw 作者 totalclaw v1.0.0

根据产品名称、标语和描述生成完整、响应式的 HTML 登陆页面。简洁的 CSS,适合移动设备,包含英雄、功能、CTA 和页脚部分。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~claudiodrusus-shelly-landing-gen
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~claudiodrusus-shelly-landing-gen/file -o claudiodrusus-shelly-landing-gen.md
## 概述(中文)

根据产品名称、标语和描述生成完整、响应式的 HTML 登陆页面。简洁的 CSS,适合移动设备,包含英雄、功能、CTA 和页脚部分。

## 原文

# 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