← 返回 Skills 市场
sunshine-del-ux

SaaS Landing Page Generator

作者 Sunshine-del-ux · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
550
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install saas-landing-page-generator
功能描述
生成现代 SaaS 产品的 Landing Page,支持多种风格,输出 HTML/CSS/React 代码,直接可部署。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install saas-landing-page-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /saas-landing-page-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 优化、响应式设计和多种常用业务组件。 - 命令行参数可指定模板风格、技术栈、主色调等,直接输出可部署代码。
元数据
Slug saas-landing-page-generator
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

SaaS Landing Page Generator 是什么?

生成现代 SaaS 产品的 Landing Page,支持多种风格,输出 HTML/CSS/React 代码,直接可部署。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 550 次。

如何安装 SaaS Landing Page Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install saas-landing-page-generator」即可一键安装,无需额外配置。

SaaS Landing Page Generator 是免费的吗?

是的,SaaS Landing Page Generator 完全免费(开源免费),可自由下载、安装和使用。

SaaS Landing Page Generator 支持哪些平台?

SaaS Landing Page Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SaaS Landing Page Generator?

由 Sunshine-del-ux(@sunshine-del-ux)开发并维护,当前版本 v1.0.0。

💬 留言讨论