Lead Gen Website Builder (SEO PUR)

v1.0.0

Build complete local lead generation websites with SEO optimization, conversion tracking, and RGPD compliance. Use for creating service-based websites targeting local markets (plumbers, electricians, home services, etc.) with 10-20 pages, structured data, analytics, and legal compliance.

10· 2.6k·2 current·2 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
medium confidence
Purpose & Capability
The code files (React templates, cookie banner, SEO head, contact form) plus Python scripts (sitemap/robots, content structure, batch page generation) and the numerous reference documents align with the declared purpose: building SEO‑optimized local lead‑gen websites with RGPD guidance and tracking. Templates and automation are proportional to the stated workflow.
Instruction Scope
SKILL.md instructs the agent to run Python scripts and to use external helpers: a `generate` tool for images and `webdev_init_project`. It also specifies absolute host paths (e.g., /home/ubuntu/webdev-static-assets/ and /home/ubuntu/skills/lead-gen-website/). The package metadata did not declare required binaries or tools (python, image generator, webdev_init_project), so the runtime relies on the agent environment having these tools and filesystem write access. This is expected for a development skill but should be verified: the skill will read/write local files and expects the ability to create assets and pages on the host filesystem.
Install Mechanism
There is no install spec — this is instruction‑plus‑templates with simple Python scripts. That is lower risk than arbitrary remote installs. The included scripts are plain (no remote downloads, no obfuscated code) and write local files only.
Credentials
The skill requests no environment variables or credentials. It includes placeholders for analytics (GTM/GA4) and advises adding tracking IDs, but it does not require or attempt to read secrets. No unexpected credentials or unrelated service tokens are requested.
Persistence & Privilege
always:false and no install hooks are present. The skill reads/writes its own templates and output files but does not request permanent platform privileges or modify other skills' configurations.
Assessment
What to check before installing/running - Verify environment/tools: The instructions expect Python and two external tools referenced as `generate` (image generator) and `webdev_init_project`. Confirm those binaries/tools exist and are trusted in the agent environment before running. - File writes: The workflow writes files under absolute paths (/home/ubuntu/...), creates pages, images, robots/sitemap, etc. Run in a controlled workspace (not a production host) if you are unsure what will be written. - Image generation: The skill directs generation of images and storing them locally. Confirm the `generate` tool's provider and privacy policy if you care about sensitive data or copyright in generated images. - Analytics and third parties: The templates mention GTM/GA4, WhatsApp links, Google Fonts and external endpoints (fonts.googleapis.com, wa.me). These are expected for this use case but will cause network calls when the site is live; supply your own analytics IDs and ensure you only enable analytics after cookie consent as suggested. - GDPR/transparency: The skill includes guidance to disclose 'mise en relation' and avoid doorway/scaled spam pages. If you use the skill to build sites for others, ensure you follow the guardrails (real addresses/photos, honest claims) to avoid legal or search‑engine penalties. - Safety posture: The code appears readable and non‑obfuscated; scripts do not contact remote servers or exfiltrate data. If you need higher assurance, run the Python scripts with a dry‑run or in an isolated container and review generated files before publishing. If you want, I can list the exact commands the SKILL.md expects or extract all absolute paths and external endpoints referenced so you can review them before executing.

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

advk978dbrqww0hfz1gpt39xe4tad80gdq0adsvk977mtapg505n3yxypfya50hj580gbx5latestvk977mtapg505n3yxypfya50hj580gbx5local-seovk977mtapg505n3yxypfya50hj580gbx5rgpdvk977mtapg505n3yxypfya50hj580gbx5seovk977mtapg505n3yxypfya50hj580gbx5trackingvk977mtapg505n3yxypfya50hj580gbx5whatsappvk977mtapg505n3yxypfya50hj580gbx5

License

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

Comments