Hostinger API Management for Openclaw

A comprehensive automation tool for managing Hostinger VPS instances, DNS records, domains, and Docker deployments via a programmatic interface.

rexlunae
v1.0.0
Feb 8, 2026
2
2.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install hostinger

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install hostinger using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Hostinger API Management?

The Hostinger API Skill is a powerful integration designed to give developers and system administrators complete control over their Hostinger infrastructure. By utilizing this skill within Openclaw Skills, users can bypass the manual hPanel interface and perform complex server operations, domain configurations, and billing lookups directly through an AI-driven or CLI-based workflow.

This skill synthesizes core hosting tasks into actionable commands, enabling the automation of VPS lifecycles, real-time DNS zone management, and container orchestration. It is built to support high-scale environments where speed and precision in infrastructure management are critical, providing a bridge between traditional web hosting and modern DevOps practices.

Hostinger API Management Use Cases

  • Automated scaling and maintenance of VPS instances through start, stop, and restart commands.
  • Bulk updating of DNS records for domain migrations or service configuration changes.
  • Deploying and managing containerized applications on VPS using Docker Compose files.
  • Securing server environments by programmatically creating and applying firewall rules.
  • Monitoring subscription status and payment methods for billing transparency.

How Hostinger API Management Works

  1. The skill authenticates with the Hostinger API using a secure bearer token stored in a local configuration file.
  2. Commands are issued through a Python-based management script that translates user intent into API requests.
  3. For VPS management, the skill communicates directly with Hostinger's virtualization backend to control VM states and snapshots.
  4. DNS updates are processed by uploading structured JSON record sets to the Hostinger name servers.
  5. Docker operations utilize the VPS OS templates to pull, deploy, and monitor container projects remotely.
  6. Real-time feedback and status logs are returned to the user, ensuring the execution of each infrastructure change is verified.

Hostinger API Management Setup

To get started with this skill for Openclaw Skills, you must first generate an API token from your Hostinger hPanel at https://hpanel.hostinger.com/profile/api.

Once obtained, configure the local credentials:

mkdir -p ~/.config/hostinger
echo -n "YOUR_API_TOKEN" > ~/.config/hostinger/token
chmod 600 ~/.config/hostinger/token

Ensure you have Python 3 installed to execute the management scripts provided in the repository.

Hostinger API Management Data Schema & Taxonomy

The skill organizes infrastructure data using the following structures:

Data Type Format Key Attributes
DNS Records JSON type, name, value, ttl, priority
Docker Project YAML Standard docker-compose specification for deployments
Firewall Rules CLI Args protocol, port, source IP
Auth Config File Token-based authentication stored in ~/.config/hostinger/token

Hostinger API Management Advanced Features

  • Snapshot Management: Create and restore full VPS system snapshots for instant recovery before major updates.
  • Docker Orchestration: Deploy services directly from local docker-compose.yml files or remote URLs with full log access.
  • Granular Firewall Control: Define custom security groups and activate them across multiple VPS instances programmatically.
  • DNS Version Control: View and restore DNS snapshots to roll back accidental zone changes.
  • Domain Portfolio Auditing: Perform bulk availability checks and update nameservers across multiple domains simultaneously via Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*