An automated utility that scans live cloud environments to generate optimized, best-practice Terraform modules across AWS, Azure, and GCP.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install neo-tf-module-generator
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 neo-tf-module-generator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The tf-module-generator is a sophisticated automation tool designed to bridge the gap between manual cloud configuration and Infrastructure as Code (IaC). By analyzing existing resources across major cloud providers, it intelligently synthesizes modular Terraform code, complete with variable definitions and outputs. This ensures that your infrastructure is documented, reproducible, and standardized according to industry best practices.
As a vital component of the Openclaw Skills ecosystem, this tool simplifies the migration of legacy environments to managed codebases. It eliminates the manual labor of resource mapping, allowing DevOps teams to focus on high-level architecture while the skill handles the boilerplate generation and syntax validation.
To get started, ensure you have Node.js 18+ and the relevant cloud CLIs configured on your system. This tool integrates directly with Openclaw Skills for enhanced automation.
# Clone the repository and install dependencies
npm install
# Ensure your cloud CLI is authenticated (e.g., AWS)
aws configure
# Run the generator for a specific provider
node scripts/main.js --provider aws --resource-type vpc
The skill organizes its operations through a structured directory focused on resource mapping and code synthesis:
| Component | Function |
|---|---|
scripts/ |
Logic for AWS, Azure, and GCP scanners and the Terraform generator |
references/ |
JSON-based resource schema mappings and module templates |
assets/ |
Sample usage cases, test files, and Terraform version constraints |
package.json |
Project metadata and Node.js dependency management |
Loading
A high-performance conversion engine that transforms Python source code into idiomatic, compilable Go for performance-intensive applications.

A powerful automation skill for converting legacy Python 2 source code to modern Python 3 syntax with built-in test generation.

Automatically generate comprehensive pytest unit test templates from Python function signatures and docstrings.

A static analysis tool for Python that identifies memory-intensive patterns and suggests actionable performance optimizations.

A comprehensive multi-agent orchestrator that automates the lifecycle of creating Openclaw Skills from initial concept to market-ready package.

A sophisticated integration for Openclaw Skills that enables automated querying of OnlyFans revenue data, model performance metrics, and marketing link conversion rates.








































