← Back to Skills Marketplace
bytesagain-lab

Landing

by bytesagain-lab · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
335
Downloads
0
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install landing
Description
Generate HTML landing pages from templates with SEO optimization. Use when creating web pages.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install landing
  3. After installation, invoke the skill by name or use /landing
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug landing
Version 3.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 6
Frequently Asked Questions

What is Landing?

Generate HTML landing pages from templates with SEO optimization. Use when creating web pages. It is an AI Agent Skill for Claude Code / OpenClaw, with 335 downloads so far.

How do I install Landing?

Run "/install landing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Landing free?

Yes, Landing is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Landing support?

Landing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Landing?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v3.0.0.

💬 Comments