← 返回 Skills 市场
Landing
作者
bytesagain-lab
· GitHub ↗
· v3.0.0
· MIT-0
335
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install landing
功能描述
Generate HTML landing pages from templates with SEO optimization. Use when creating web pages.
使用说明 (SKILL.md)
landing
Generate HTML landing pages from templates with SEO optimization. Use when creating web pages.
Commands
create
scripts/script.sh create \x3Ctitle description>
template
scripts/script.sh template \x3Ctype>
checklist
scripts/script.sh checklist
meta
scripts/script.sh meta \x3Cfile>
optimize
scripts/script.sh optimize \x3Cfile>
preview
scripts/script.sh preview \x3Cfile>
Data Storage
Data stored in ~/.local/share/landing/.
Powered by BytesAgain | bytesagain.com | [email protected]
安全使用建议
This skill appears to be what it says: a small shell tool for generating and inspecting landing-page HTML. Before using it: (1) inspect scripts/script.sh yourself—there are minor bugs (e.g., some single-quoted echo strings prevent variable expansion) and no HTML escaping when creating output, so do not feed untrusted input if you intend to serve generated pages; (2) be aware it will create ~/.local/share/landing in your home directory; (3) meta/optimize/preview commands read files you pass in—avoid pointing them at sensitive system files; and (4) run the script in a sandbox or review its output if you are cautious. No network access or credential use was found.
功能分析
Type: OpenClaw Skill
Name: landing
Version: 3.0.0
The script `scripts/script.sh` contains multiple critical shell injection vulnerabilities because user-supplied arguments (like `$2` and `$3`) are used unquoted in commands such as `grep` and `echo`. This allows for arbitrary command execution if an attacker provides input containing shell metacharacters (e.g., `; id`). Additionally, the script contains an unusual amount of empty comment padding (lines 11–85), which is a common technique to hide malicious code or simply poor practice. While these flaws are severe, there is no explicit evidence of intentional malice or data exfiltration.
能力评估
Purpose & Capability
Name and description match the included files and commands. The script implements create, template, checklist, meta, optimize, and preview operations for landing pages; no unrelated binaries, environment variables, or services are required.
Instruction Scope
SKILL.md simply documents running scripts/script.sh commands. The runtime instructions do not direct the agent to read system-wide secrets, call network endpoints, or transmit data elsewhere. The script does read user-provided file paths (meta/optimize/preview), which is expected for inspecting HTML files.
Install Mechanism
No install spec is provided (instruction-only with one included script). Nothing is downloaded or written outside the user data directory created under $HOME, so install risk is low.
Credentials
The skill requests no environment variables, credentials, or config paths. It creates and uses ~/.local/share/landing (a reasonable per-user data directory) and otherwise relies on standard shell utilities (grep, head).
Persistence & Privilege
always is false and the skill does not require elevated privileges or modify other skills or global agent settings. It only creates a per-user data directory and otherwise runs on demand.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install landing - 安装完成后,直接呼叫该 Skill 的名称或使用
/landing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: Complete rewrite with real functionality.
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.2
old template -> domain-specific v2.0.0
v1.0.1
old template -> domain-specific v2.0.0
v1.0.0
Initial release
元数据
常见问题
Landing 是什么?
Generate HTML landing pages from templates with SEO optimization. Use when creating web pages. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 335 次。
如何安装 Landing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install landing」即可一键安装,无需额外配置。
Landing 是免费的吗?
是的,Landing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Landing 支持哪些平台?
Landing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Landing?
由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v3.0.0。
推荐 Skills