원클릭으로
cloud-hetzner
使用 hcloud CLI 操作 Hetzner Cloud。当用户提到 Hetzner、hcloud、Hetzner Cloud、Hetzner VPS 等时触发此技能。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
使用 hcloud CLI 操作 Hetzner Cloud。当用户提到 Hetzner、hcloud、Hetzner Cloud、Hetzner VPS 等时触发此技能。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
蚂蚁银行开户
香港卡办理
A brief description of what this skill does
A brief description of what this skill does
look up and explain llm api pricing across models.dev, openrouter, and official provider pages. use when the user asks for model prices, input/output token costs, cached-token costs, openrouter aliases such as :free, provider-specific pricing, official versus third-party prices, or wants to verify an api call cost log.
Analyze Claude Code features and capabilities to uncover advanced usage patterns, best practices, and real-world application scenarios. Use this skill whenever the user mentions a Claude Code feature (like Streaming Tool Execution, Hooks, MCP, Skills, Subagents, Context Management, Permission Modes, etc.) and wants to know how to leverage it effectively — including advanced tips, workflow optimizations, creative use cases, and pitfalls to avoid. Also trigger when the user pastes a feature description or asks 'how to use X better in Claude Code', even without explicitly saying 'analyze'.
| name | cloud-hetzner |
| description | 使用 hcloud CLI 操作 Hetzner Cloud。当用户提到 Hetzner、hcloud、Hetzner Cloud、Hetzner VPS 等时触发此技能。 |
# macOS
brew install hcloud
# Linux
curl -fsSL https://github.com/hetznercloud/cli/releases/latest/download/hcloud-linux-amd64.tar.gz | tar -xz
hcloud context create my-project
# 输入 API Token(从 https://console.hetzner.cloud 获取)
# 服务器
hcloud server list
hcloud server create --name my-server --type cx22 --image ubuntu-22.04
hcloud server delete my-server
# 镜像
hcloud image list --type system
# 类型
hcloud server-type list
# 网络
hcloud network list
hcloud network create --name my-network --ip-range 10.0.0.0/16
# 负载均衡
hcloud load-balancer list