Hetzner cloud infrastructure provisioning for Kubernetes. Use when provisioning servers, networks, load balancers, firewalls, DNS zones, or storage on Hetzner Cloud via hcloud CLI.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: hetzner-infra description: Hetzner cloud infrastructure provisioning for Kubernetes. Use when provisioning servers, networks, load balancers, firewalls, DNS zones, or storage on Hetzner Cloud via hcloud CLI.
Cloud Infrastructure
Infrastructure patterns for Kubernetes clusters. Implementation via hcloud CLI. All scripts are idempotent.
Core Components
| Component | Purpose | hcloud Command |
|---|---|---|
| Compute | VM instances for nodes | hcloud server |
| Network | Private connectivity | hcloud network |
| Load Balancer | Traffic distribution | hcloud load-balancer |
| Firewall | Network security | hcloud firewall |
| DNS | Name resolution | hcloud zone |
| Storage | Block storage | hcloud volume |
Server Type Selection
If a server type is unavailable in the preferred location, try other European locations:
# Check availability across EU locations
for loc in fsn1 nbg1 hel1; do
echo "=== $loc ===" && hcloud server-type list --selector location=$loc
done
EU locations: fsn1 (Falkenstein), nbg1 (Nuremberg), hel1 (Helsinki)
Quick Start
# Install hcloud CLI
curl -sL https://github.com/hetznercloud/cli/releases/latest/download/hcloud-linux-amd64.tar.gz | tar xz
sudo mv hcloud /usr/local/bin/
# Set token
export HCLOUD_TOKEN="your-token"
# Verify
hcloud server list
hcloud Reference
| Resource | Reference |
|---|---|
| Servers | hcloud-server.md |
| Networks | hcloud-network.md |
| Load Balancers | hcloud-load-balancer.md |
| Firewalls | hcloud-firewall.md |
| Volumes | hcloud-volume.md |
| Floating IPs | hcloud-floating-ip.md |
| Primary IPs | hcloud-primary-ip.md |
| SSH Keys | hcloud-ssh-key.md |
| Images | hcloud-image.md |
| Certificates | hcloud-certificate.md |
| Placement Groups | hcloud-placement-group.md |
| DNS Zones | hcloud-zone.md |
| Storage Boxes | hcloud-storage-box.md |
| Datacenters | hcloud-datacenter.md |
| Context | hcloud-context.md |
Provisioning
See references/provisioning.md for step-by-step infrastructure setup.
References
- provisioning.md - Step-by-step setup
- terraform.md - Infrastructure as Code
- naming.md - Naming conventions
- cost-optimization.md - Cost strategies
- scripts.md - Automation scripts
- cert-manager-hetzner.md - TLS certificates
More by NeverSight
View allGenerate AI images from text prompts — one API key for GPT Image, Gemini, Seedream, and 10+ models. No juggling subscriptions. Images saved to your YouMind knowledge board. Use when user wants to "generate image", "create image", "AI image", "text to image", "生成图片", "AI 生图", "画像生成", "GPT image", "Gemini image", "Seedream", "DALL-E", "Midjourney".
Guide remote founders through Estonian e-Residency, company formation, banking, accounting, and getting paid with stablecoins.
Master SEO orchestrator with 23 specialized sub-skills across 8 categories. Comprehensive SEO analysis for any website or business type. Performs full site audits, single-page deep analysis, technical SEO checks (crawlability, indexability, Core Web Vitals with INP), schema markup, content quality (E-E-A-T framework), image optimization, sitemap analysis, site architecture planning, AI search optimization (GEO for ChatGPT, Perplexity, AI Overviews), backlink analysis, keyword research, SERP tracking, and AI visibility monitoring. Industry detection for SaaS, e-commerce, local business, publishers, agencies. Triggers on: "SEO", "audit", "schema", "Core Web Vitals", "sitemap", "E-E-A-T", "AI Overviews", "GEO", "technical SEO", "content quality", "page speed", "structured data", "site architecture", "metadata", "AI SEO", "backlinks", "link building", "keywords", "keyword research", "SERP", "AI visibility".
Content optimization for SEO: on-page scoring (0-100), E-E-A-T analysis, title/meta optimization, heading structure, keyword density, SERP preview, content readability, featured snippet optimization, content gap and decay detection, pre-publish checklists. USE FOR: - "optimize this page", "content score", "on-page SEO", "page score" - "title tag", "meta description", "heading structure" - "E-E-A-T", "content quality", "content audit" - "pre-publish checklist", "before I publish" - "content gap", "what content should I create" - "keyword density", "content optimization" - "SERP preview", "how does this look in Google" - "featured snippet", "position zero" - "content decay", "stale content", "refresh content" - "readability", "Flesch-Kincaid" Uses firecrawl to scrape pages for analysis. Multi-client: stores results in .seo/clients/{client}/content/
