An AI-driven CLI tool that transforms natural language descriptions into fully validated React form components.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install form-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 form-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 Form Generator skill is a specialized utility designed to remove the friction from building web forms. By describing your requirements in plain text, this component of the Openclaw Skills ecosystem generates complete React components featuring integrated validation logic. It leverages industry-standard libraries like react-hook-form and zod to ensure your forms are both performant and secure.
Using this skill within your Openclaw Skills workflow allows for rapid prototyping and consistent implementation of best practices. Whether you are building a simple contact form or a complex multi-step checkout process, this tool automates the boilerplate, ensuring that validation schemas, error states, and accessibility requirements are handled correctly from the start.
To use this tool effectively within the Openclaw Skills environment, ensure you have Node.js 18 or higher. You must also set your API key in your environment variables.
# Set your API key
export OPENAI_API_KEY='your_key_here'
# Run the generator directly using npx
npx @lxgicstudios/ai-form "signup form with email, password, name"
The skill organizes generated code into a cohesive structure optimized for React development. Below is the metadata taxonomy for the generated output:
| Element | Technical Detail | Implementation |
|---|---|---|
| Component Logic | React Functional Component | Uses hooks for state lifecycle |
| Validation | Zod Schema | Defines type-safe validation rules |
| UI Integration | react-hook-form | Connects inputs to the validation schema |
| Output Format | .tsx or .jsx | Controlled by the -t flag for TypeScript support |
Loading
A smart CLI tool that analyzes your existing source code to generate a perfectly matched ESLint configuration file.

An AI-powered utility that scans your codebase to automatically generate an ESLint configuration that matches your established coding style.

A specialized CLI utility that generates framework-specific error handling middleware, custom error classes, and async wrappers for modern web APIs.

A zero-config CLI tool that generates framework-specific error handling middleware and custom error classes for modern web applications.

Generate production-ready GitHub Actions workflow YAML files instantly using natural language descriptions.

A smart CLI tool that scans your codebase to automatically generate a comprehensive .gitignore file tailored to your specific tech stack.








































