manage-dns-records

Installation
SKILL.md

Manage Hostinger DNS records

When to use

  • "Point example.com at this server / IP."
  • "Add a TXT record for SPF / DKIM / domain verification."
  • "Remove the old MX records and set up Google Workspace."
  • "Why isn't my DNS resolving?"

The zone model matters

Hostinger's DNS API is zone-oriented, not record-oriented. There is no create record or update record tool. DNS_updateDNSRecordsV1 takes a zone array where each entry groups all records sharing one name and type:

Installs
1
GitHub Stars
2
First Seen
Aug 9, 2026
manage-dns-records — hostinger/hostinger-cursor-plugin