← Back to Skills Marketplace
SaaS Landing Page Generator
by
Sunshine-del-ux
· GitHub ↗
· v1.0.0
550
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install saas-landing-page-generator
Description
生成现代 SaaS 产品的 Landing Page,支持多种风格,输出 HTML/CSS/React 代码,直接可部署。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: saas-landing-page-generator
Version: 1.0.0
The `saas-landing-page.sh` script is vulnerable to shell injection. The `sed -i '' "s/PRODUCT_NAME/$PRODUCT/g"` and `sed -i '' "s/DESCRIPTION/$DESCRIPTION/g"` commands directly embed unsanitized user input (`$PRODUCT`, `$DESCRIPTION`) into a `sed` substitution pattern. A malicious user providing crafted input could exploit this to execute arbitrary commands on the system where the script is run, or at minimum, corrupt the generated files. Additionally, the script embeds unsanitized user input directly into the generated HTML files, leading to potential Cross-Site Scripting (XSS) vulnerabilities in the output.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install saas-landing-page-generator - After installation, invoke the skill by name or use
/saas-landing-page-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
SaaS Landing Page Generator 1.0.0
- 首次发布,支持一键生成现代风格的 SaaS 产品 Landing Page。
- 提供多种设计模板(modern, minimal, b2b, mobile-app, developer),适配不同产品类型。
- 输出支持 HTML、React、Vue、Next.js 多种技术栈及 Tailwind/Bootstrap/纯样式。
- 生成页面包含组件化结构、SEO 优化、响应式设计和多种常用业务组件。
- 命令行参数可指定模板风格、技术栈、主色调等,直接输出可部署代码。
Metadata
Frequently Asked Questions
What is SaaS Landing Page Generator?
生成现代 SaaS 产品的 Landing Page,支持多种风格,输出 HTML/CSS/React 代码,直接可部署。 It is an AI Agent Skill for Claude Code / OpenClaw, with 550 downloads so far.
How do I install SaaS Landing Page Generator?
Run "/install saas-landing-page-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SaaS Landing Page Generator free?
Yes, SaaS Landing Page Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does SaaS Landing Page Generator support?
SaaS Landing Page Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SaaS Landing Page Generator?
It is built and maintained by Sunshine-del-ux (@sunshine-del-ux); the current version is v1.0.0.
More Skills