📦 Landing Page Generator — 落地页生成
v1.0.0输入产品名称、标语与描述,即可一键生成完整响应式 HTML 落地页,含 Hero 区、特性、CTA、页脚及整洁 CSS,移动端即开即用。
0· 591·0 当前·0 累计
下载技能包
最后更新
2026/4/22
安全扫描
OpenClaw
安全
high confidenceThe skill appears to do exactly what it advertises (generate static HTML from three inputs) and its files and instructions are internally consistent aside from a small metadata omission (it effectively requires bash).
评估建议
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); ...详细分析 ▾
ℹ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/23
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.
● 可疑
安装命令
点击复制官方npx clawhub@latest install shelly-landing-gen
镜像加速npx clawhub@latest install shelly-landing-gen --registry https://cn.longxiaskill.com镜像同步中