An AI-powered CLI tool that converts natural language infrastructure descriptions into structured Terraform configuration files.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install terraform-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 terraform-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 Terraform Generator is a specialized utility designed to streamline the creation of Infrastructure as Code (IaC). By utilizing Openclaw Skills, this tool allows developers to bypass the verbosity of HCL syntax by simply describing their architectural needs in plain English. Whether you are provisioning complex cloud environments or simple storage buckets, this skill ensures that generated code follows industry standards and includes necessary variables, outputs, and provider configurations.
This tool is part of a broader commitment to developer productivity, offering a zero-config experience that integrates seamlessly into existing DevOps pipelines. It serves as a bridge between high-level architectural planning and technical implementation, making it an essential addition to any developer's toolkit.
Using this Openclaw Skills utility requires no permanent installation. Simply ensure you have Node.js 18+ and an active API key.
# Set your environment variable
export OPENAI_API_KEY='your_api_key'
# Run the generator directly
npx ai-terraform "3 EC2 instances behind load balancer"
The skill generates structured HCL data organized into logical Terraform components. The following table describes the typical metadata and code blocks generated:
| Component | Description |
|---|---|
| Providers | Auto-detected cloud provider configuration (AWS, GCP, or Azure). |
| Resources | The core infrastructure definitions with proper dependency mapping. |
| Variables | Parameterized inputs to ensure the code remains reusable and dynamic. |
| Outputs | Exported attributes like IP addresses or DNS names for easy access. |
Loading
Automatically transform your brand hex codes into a fully-featured Tailwind CSS configuration file including full shade ranges and semantic colors.

A zero-config CLI tool that transforms Express route files into complete OpenAPI 3.0 specifications.

A specialized developer tool that converts Prisma database schemas into production-ready Supabase Row Level Security policies.

An automated utility that transforms Prisma schema definitions into robust Supabase Row Level Security (RLS) policies.

An AI-driven CLI tool that automatically generates comprehensive unit tests for your source code to improve coverage and reliability.

Automatically generate production-ready unit tests with real assertions by analyzing your source code logic.








































