A CLI utility that transforms your project's package.json into a fully responsive, AI-generated HTML landing page with a single command.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install landing-gen
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install landing-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Landing Page Generator is a high-efficiency utility within the Openclaw Skills ecosystem designed for developers who need professional marketing pages without the overhead of manual design. By leveraging existing project metadata, this skill automates the creation of hero sections, feature grids, and call-to-action components.
This tool eliminates the need for complex templates or time-consuming CSS configuration, providing a one-command solution for project visibility. It is specifically built for creators who want to showcase their work immediately after publishing, ensuring that every project has a polished web presence from day one.
The Landing Page Generator requires Node.js 18+ and can be executed without permanent installation via npx.
# Generate a landing page from the current directory
npx ai-landing .
# Generate a landing page for a specific project path
npx ai-landing ~/projects/my-app
# Specify a custom output filename
npx ai-landing . -o index.html
The skill utilizes the following schema from your package.json to populate the generated landing page:
| Field | Landing Page Component |
|---|---|
| name | Used as the page title and primary branding header. |
| description | Transformed into the main hero sub-headline and body copy. |
| keywords | Mapped to the feature highlight section to showcase project capabilities. |
| repository | Configured as the destination for the primary Call-To-Action button. |
| version | Optionally displayed to show project maturity. |
Loading
An AI-driven CLI tool that transforms Docker Compose files and plain text descriptions into production-ready Kubernetes YAML manifests.

A developer tool for generating production-ready Kubernetes manifests from docker-compose files or plain English descriptions.

A command-line utility for decoding, inspecting, and validating JSON Web Tokens without leaving your terminal.

An automated documentation tool that generates JSDoc or TSDoc comments for exported functions and classes without modifying code logic.

An AI-powered performance tool that analyzes component usage to identify and suggest candidates for lazy loading.

An AI-powered analysis tool that identifies heavy components for lazy loading to drastically reduce initial bundle sizes.








































