Landing Page Generator

v1.0.0

Generate high-converting landing pages for products, services, and lead generation. Use when creating marketing pages, product launches, squeeze pages, or digital asset sales pages.

6· 4.4k·19 current·19 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The code and SKILL.md align with a landing-page generator: the included script (scripts/generate_landing.py) produces static HTML based on CLI parameters. One minor mismatch: SKILL.md documents additional helper scripts (optimize_copy.py, ab_test_variations.py) that are not present in the file manifest — this is a documentation/packaging inconsistency but not evidence of malicious behavior.
Instruction Scope
Runtime instructions tell the agent to run the provided Python script to produce an HTML file. The instructions do not ask the agent to read unrelated system files, access credentials, or transmit data to external endpoints. The only file I/O is writing the output HTML (path controlled by the --output argument).
Install Mechanism
No install spec is provided (instruction-only plus included script). Nothing is downloaded or written to system locations by an installer; risk from install mechanism is minimal.
Credentials
The skill requires no environment variables, credentials, or config paths. The code does not read environment variables or secret files, so requested privileges are proportional to its purpose.
Persistence & Privilege
The skill does not request permanent/always-on presence (always:false) and does not modify other skills or system configuration. It behaves as a local CLI utility invoked by the agent.
Assessment
This skill is internally consistent with its stated purpose and appears safe to inspect and run locally. Before installing or running: (1) note that SKILL.md mentions additional scripts (optimize_copy.py, ab_test_variations.py) that are not included — if you need those features, request the missing files or a corrected package; (2) review any headline/benefit/testimonial text you pass into the generator — the script embeds input directly into HTML without sanitization, so avoid inserting untrusted HTML/JS (risk of producing pages with XSS if you host them); (3) run the script in a sandbox or review the generated HTML before publishing; and (4) verify the source/author since the package homepage is unknown. These are cautionary checks rather than indicators of malicious intent.

Like a lobster shell, security has layers — review code before you run it.

latestvk97eg6am0m18cfzkamfvpye8hd80gktp

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments