← 返回 Skills 市场
claudiodrusus

Landing Page Generator

作者 claudiodrusus · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
644
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shelly-landing-gen
功能描述
Generate complete, responsive HTML landing pages from a product name, tagline, and description. Clean CSS, mobile-ready, with hero, features, CTA, and footer...
安全使用建议
This skill is coherent and appears safe to run locally: it produces a self-contained HTML file from three text inputs and does not call external services or ask for credentials. Before installing or using it publicly, consider: (1) the script requires a bash-compatible shell even though metadata lists no binaries — ensure your environment provides bash; (2) inputs are not escaped, so do not feed untrusted or user-supplied content directly (an attacker could inject HTML/JS into generated pages); if you plan to publish pages that include external input, add proper HTML escaping or sanitization; (3) because there is no network activity and no secrets requested, the main operational risk is accidental XSS in generated pages rather than covert exfiltration.
功能分析
Type: OpenClaw Skill Name: shelly-landing-gen Version: 1.0.0 The `generate.sh` script directly embeds user-provided arguments (`PRODUCT`, `TAGLINE`, `DESC`) into the generated HTML output without any sanitization or escaping. This creates a Cross-Site Scripting (XSS) vulnerability in the resulting HTML page, allowing a malicious user to inject arbitrary HTML or JavaScript. While the script itself does not exhibit malicious intent, this lack of input sanitization in `generate.sh` is a significant vulnerability that could be exploited downstream.
能力评估
Purpose & Capability
The name/description match the provided code and example output: a simple landing-page generator. One minor inconsistency: registry metadata lists no required binaries, but the included script is a bash script (shebang /usr/bin/env bash and usage shows `bash generate.sh`), so a POSIX bash-compatible shell is actually required.
Instruction Scope
SKILL.md simply instructs the agent/user to run the provided script with three arguments and to redirect stdout to a file. The instructions do not read other files, environment variables, or contact external endpoints. Important security note: the script inserts user-supplied strings directly into the HTML without any escaping or sanitization, so if you pass untrusted input (or accept input from users), scripts or HTML could be embedded in the generated page (HTML injection / XSS when served). This is expected for a simple generator but is a behavioral detail you should be aware of.
Install Mechanism
No install spec (instruction-only plus a small script) — nothing is downloaded or written to the system by an installer. This is low risk and consistent with the skill's purpose.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is appropriate for a local static HTML generator and matches the instructions and files.
Persistence & Privilege
The skill is not always-enabled and does not request special persistent privileges. It does not modify other skills or system settings; it only contains a script the agent/user can run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shelly-landing-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shelly-landing-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Landing Page Generator. - Instantly generate complete, responsive HTML landing pages with a single script. - Outputs modern, mobile-ready design: hero, 3-column features, CTA, and footer. - Clean, self-contained HTML and CSS—no external dependencies. - Simple CLI usage with product name, tagline, and description as input.
元数据
Slug shelly-landing-gen
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 644 次。

如何安装 Landing Page Generator?

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

Landing Page Generator 是免费的吗?

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

Landing Page Generator 支持哪些平台?

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

谁开发了 Landing Page Generator?

由 claudiodrusus(@claudiodrusus)开发并维护,当前版本 v1.0.0。

💬 留言讨论