hetzner-provisioner

Generate Terraform or Pulumi code for Hetzner Cloud servers and databases.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/zangxin75/openclaw-skills --skill hetzner-provisioner-zangxin75
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hetzner-provisioner
Source: https://github.com/zangxin75/openclaw-skills/tree/main/sw-hetzner-provisioner
Command: npx skills add https://github.com/zangxin75/openclaw-skills --skill hetzner-provisioner-zangxin75

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the provisioning of cost-effective infrastructure on Hetzner Cloud, enabling users to deploy applications for significantly less than traditional cloud providers or PaaS solutions.

Core Features & Use Cases

  • IaC Generation: Creates Terraform or Pulumi code for Hetzner Cloud resources.
  • Resource Provisioning: Sets up servers (CX11, CX21, CX31), managed databases (Postgres, MySQL), and networking.
  • Production Readiness: Includes Docker configuration, SSL setup (Let's Encrypt), and CI/CD pipelines.
  • Use Case: Deploy a Next.js application with a managed PostgreSQL database on Hetzner for under $15/month, complete with SSL and a GitHub Actions deployment pipeline.

Quick Start

Use the hetzner-provisioner skill to deploy a NextJS app on Hetzner with Postgres.

Frequently Asked Questions about hetzner-provisioner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Next.js app on Hetzner Cloud with a managed PostgreSQL database?

Deploy a Next.js app on Hetzner Cloud by generating Terraform or Pulumi code to provision servers, managed PostgreSQL, and SSL. This automates infrastructure setup, enabling complete SaaS deployments for under $15/month.

What is the most cost-effective way to provision infrastructure on Hetzner Cloud?

Provisioning infrastructure on Hetzner Cloud cost-effectively involves using IaC tools like Terraform or Pulumi to automate server and database setup. This Skill targets budget-conscious users seeking cheaper alternatives to AWS or Vercel.

Can I use Terraform or Pulumi to set up Let's Encrypt SSL on Hetzner Cloud?

Yes, you can use Terraform or Pulumi to automate Hetzner Cloud deployments including Let's Encrypt SSL setup. The generated IaC configures production readiness features like SSL certificates alongside servers and networking.

Does Hetzner Cloud deployment support CI/CD pipelines and Docker configuration?

Hetzner Cloud deployments support CI/CD pipelines and Docker configuration. The generated infrastructure code includes Docker setup and GitHub Actions deployment pipelines to ensure production readiness for SaaS applications.

What Hetzner Cloud instance types and database engines are available for IaC provisioning?

Hetzner Cloud IaC provisioning supports CX11, CX21, and CX31 server instance types. For managed databases, it supports provisioning both PostgreSQL and MySQL engines to fit various application requirements.