LaunchKit · 2026
Back to Skills

Manage Hostinger account via API — VPS administration (start/stop/restart, snapshots, backups, firewall, Docker)

2
972 downloads
by @rexlunae

Setup & Installation

openclaw skills install @rexlunae/hostinger

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install hostinger

What This Skill Does

Controls Hostinger services through the Hostinger API: VPS instances, DNS records, domain portfolios, website hosting, and billing. Supports start/stop/restart, snapshots, backups, firewall rules, and Docker project deployment.

Replaces manual navigation through hPanel by letting an agent handle VPS control, DNS edits, domain checks, and billing lookups in a single conversation.

When to use it

  • Restart a VPS after an unresponsive process
  • Update DNS records when migrating to a new server
  • Take a VPS snapshot before deploying a risky update
  • Deploy a Docker Compose app to a Hostinger VPS
  • Check domain availability and manage nameservers

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Deploy my Docker app to my VPS and point mydomain.com at it

AGENT
  1. 1Lists VPS instances to get the target VM ID
  2. 2Creates a snapshot of the VPS as a rollback point
  3. 3Deploys the Docker Compose project to the VPS
  4. 4Updates DNS A records for mydomain.com to point to the VPS IP
OUTPUT

Docker app running on the VPS with mydomain.com resolving to it

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Hostinger accountHostinger API token from hpanel.hostinger.com/profile/api