_dns-hostinger

Update Hostinger domain nameserver records to Cloudflare via the REST API.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill dns-hostinger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _dns-hostinger
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/_dns-hostinger
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill dns-hostinger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) components.

What problem does it solve?

This skill automates the manual, error-prone process of updating domain nameservers at Hostinger to point to Cloudflare, ensuring seamless infrastructure configuration without needing to navigate the Hostinger dashboard.

Core Features & Use Cases

  • Automated API Integration: Directly interacts with the Hostinger REST API to update nameserver records.
  • Secure Credential Management: Integrates with a local vault system to securely store and retrieve API tokens.
  • Resilient Fallback: Includes a manual mode fallback and verification steps to ensure the domain is correctly configured even if API calls fail.

Quick Start

Ask the assistant to update the nameservers for your domain to point to Cloudflare using the Hostinger API.

Frequently Asked Questions about _dns-hostinger

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

FAQPage Schema
How do I automate updating Hostinger nameservers to point to Cloudflare?

You can automate updating Hostinger nameservers by using a script that directly interacts with the Hostinger REST API to modify records and point them to Cloudflare. This avoids manual dashboard navigation and configuration errors.

How does API authentication work when managing DNS records at Hostinger?

API authentication for managing Hostinger DNS records requires retrieving an API token from a secure local vault. The script then uses this token with curl network requests to authorize and execute nameserver modifications.

Do I need Node.js to automate Hostinger domain nameserver updates?

Yes, Node.js is required as a dependency to run the scripts that automate Hostinger domain nameserver updates. You need a compatible Node environment to execute the API integration and credential retrieval logic.

What is the best way to handle infrastructure migration when updating DNS to Cloudflare?

The best way to handle infrastructure migration to Cloudflare is automating the DNS update via the Hostinger REST API. This ensures seamless configuration and includes verification steps to confirm the domain is correctly pointed.

What happens if the Hostinger API call fails during nameserver modification?

If the Hostinger API call fails during nameserver modification, the process includes a resilient manual mode fallback. Verification steps are also executed to ensure the domain configuration is correct despite the failure.