hostinger-tools

Automate Hostinger API operations for VPS, DNS, domains, and hosting.

2|Updated Aug 25, 2025
One-click install
npx skills add https://github.com/bsamiee/Parametric_Forge --skill hostinger-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hostinger-tools
Source: https://github.com/bsamiee/Parametric_Forge/tree/main/.claude/skills/hostinger-tools
Command: npx skills add https://github.com/bsamiee/Parametric_Forge --skill hostinger-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Executes Hostinger API operations via Python wrapper. Use when managing VPS, DNS, domains, and hosting services.

Core Features & Use Cases

  • Zero-arg commands default to page=1, limit=30; handy for quick intros.
  • Comprehensive VPS, Docker, DNS, domain, firewall, and billing management.
  • Script-generated results are consistently formatted for automation.

Quick Start

List VPSs: hostinger-tools vps-list

Frequently Asked Questions about hostinger-tools

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

FAQPage Schema
How do I automate Hostinger VPS management through an API?

Hostinger VPS automation uses their API wrapper to execute operations like creating, updating, and deleting instances. This Skill wraps the Hostinger API in Python, reads your HOSTINGER_TOKEN from the environment, and returns paginated results. Start with zero-arg commands that default to page=1, limit=30 for quick exploration.

Can I manage DNS records and domains programmatically with Hostinger?

Yes, DNS records and domains are managed programmatically through Hostinger API operations. This Skill supports list, view, create, update, and delete actions for DNS records and domain management, with consistent pagination and error handling across all commands.

What Hostinger resources can I manage with API automation?

You can manage VPS instances, Docker projects, DNS records, domains, firewalls, SSH keys, snapshots, backups, billing data, hosting accounts, and WHOIS profiles. The Skill applies list, view, create, update, and delete actions uniformly across all resource types with paginated results.

Do I need to configure authentication for Hostinger API operations?

Yes, authentication requires setting the HOSTINGER_TOKEN environment variable before running commands. The Skill reads this token automatically to authorize all API requests and enforce per-command required options for secure, consistent operations.

How does pagination work when querying Hostinger resources?

Pagination defaults to page=1 and limit=30 for zero-arg commands, allowing quick introductions without flags. You can override these defaults per command; the Skill returns consistently formatted paginated results for automation workflows.

What's the best way to integrate Hostinger API operations into a larger workflow?

The Skill's script-generated results use consistent formatting for downstream automation. Combine list and view operations to query resources, then use create, update, and delete to modify state; all results pipe cleanly into other tools for monitoring, logging, or notification workflows.