SaaS Landing Page Generator
v1.0.0生成现代 SaaS 产品的 Landing Page,支持多种风格,输出 HTML/CSS/React 代码,直接可部署。
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the included shell generator: the script creates HTML/React files, components, README and an output folder. No unexpected credentials, binaries, or external services are required for the declared purpose.
Instruction Scope
SKILL.md only instructs generating landing pages and running the CLI (saas-landing-page). The runtime script writes files into an output directory and embeds CDN links in generated pages. The skill does not instruct reading unrelated system files, env vars, or transmitting local data elsewhere.
Install Mechanism
No install spec (instruction-only with a bundled shell script). The generator writes files to disk when executed (expected). The HTML it creates references third-party CDNs (cdn.tailwindcss.com and unpkg.com) — that means generated sites will load remote JS/CSS at runtime; this is expected for a generator but worth noting for supply-chain/trust considerations.
Credentials
The skill requires no environment variables, credentials, or config paths. The included script does not read or transmit secrets.
Persistence & Privilege
Skill is not always-enabled and uses standard user-invocable/autonomous defaults. It does not alter other skills or global agent settings and only writes to the output directory it creates.
Assessment
This skill appears coherent and implements what it claims: a simple generator that writes a deployable landing-page scaffold. Before running: (1) inspect the bundled saas-landing-page.sh (you already have it); (2) run it in a disposable directory because it will create an output folder named <product>-landing and write files to disk; (3) review generated HTML/JS for included external CDN references (tailwindcdn, unpkg) — these will load third-party code when the site is visited; (4) note minor implementation quirks (the script uses sed -i '' which is BSD/macOS syntax and may fail on some Linux systems) but those are functional issues, not malicious ones. If you plan to deploy generated sites publicly, review and lock down any third-party asset usage and run standard security checks on the produced code.Like a lobster shell, security has layers — review code before you run it.
Runtime requirements
🚀 Clawdis
generatorlanding-pagelatestmarketingsaaswebsite
SaaS Landing Page Generator
生成专业的 SaaS 产品 Landing Page,一键生成可直接部署的代码。
功能
- 🎨 多种设计风格
- 📱 完全响应式
- ⚡ 性能优化
- 🧩 组件化代码
- 🎯 SEO 友好
- 📦 直接可部署
模板风格
| 风格 | 适用产品 |
|---|---|
modern | SaaS、Dashboard、AI 工具 |
minimal | 简约工具、Chrome 插件 |
b2b | 企业服务、API 产品 |
mobile-app | iOS/Android 应用 |
developer | 开发者工具、SDK |
使用方法
生成 Landing Page
# 基本用法
saas-landing-page "产品名称" "一句话描述"
# 指定风格
saas-landing-page "AI Writer" "AI-powered writing assistant" --template modern
# 指定技术栈
saas-landing-page "产品" "描述" --stack react --style tailwind
选项
| 选项 | 说明 |
|---|---|
--template, -t | 模板风格 |
--stack, -s | 技术栈 (html, react, vue, nextjs) |
--style, -st | 样式 (tailwind, bootstrap, plain) |
--output, -o | 输出目录 |
--color, -c | 主色调 |
输出结构
my-saas-landing/
├── index.html # 或 App.js (React)
├── styles.css # 或 Tailwind 配置
├── components/
│ ├── Hero.jsx
│ ├── Features.jsx
│ ├── Pricing.jsx
│ ├── Testimonials.jsx
│ ├── CTA.jsx
│ └── Footer.jsx
├── assets/
└── package.json # 如果是 React/Next.js
示例
AI 产品
saas-landing-page "CodeGenius" "AI-powered code generator for developers" --template modern --stack nextjs --color purple
B2B 产品
saas-landing-page "TeamSync" "Enterprise team collaboration platform" --template b2b --stack react --color blue
开发者工具
saas-landing-page "APIDoc" "Auto-generate API documentation" --template developer --stack nextjs
包含的组件
- ✅ Hero Section (带 CTA)
- ✅ Features Grid
- ✅ How It Works
- ✅ Pricing Tables
- ✅ Testimonials
- ✅ Logo Cloud
- ✅ FAQ Section
- ✅ CTA Banner
- ✅ Footer
- ✅ Mobile Menu
- ✅ Loading Animation
SEO 优化
生成的页面包含:
- Meta 标签
- Open Graph 标签
- 结构化数据
- Semantic HTML
- 优化的图片占位符
- Sitemap 模板
变现思路
- 模板市场 - 在 Gumroad/ThemeForest 销售
- 定制服务 - 为客户定制 Landing Page
- SaaS 模板 - 构建一个 Landing Page 模板库网站
- Fiverr 服务 - 低价快速生成
安装
# 无需依赖
技术栈支持
- Plain HTML/CSS
- React + CSS Modules
- React + Tailwind CSS
- Next.js + Tailwind
- Vue 3 + Tailwind
示例输出
生成的页面包含专业的设计:
- 现代化的 UI
- 渐变和动画
- 响应式布局
- 交互式组件
- 优化的加载速度
Comments
Loading comments...
