Guide

How to buy a domain with an AI agent

Two agent Skills can register a domain end to end: zeabur-agent-skills, whose zeabur-domain-register skill searches, prices and buys through Zeabur's own registrar across nine TLDs, and hostinger-agent-skills, whose domains skill does the same through the Hostinger API and also handles WHOIS profiles, nameservers, transfer locks and privacy. Nothing else catalogued here buys a name. The many "domain" skills on GitHub are availability checkers, WHOIS lookups or DNS editors, and a skill that cannot reach a registrar API cannot register anything no matter how its description reads.

Updated September 17, 2026 · first published September 17, 2026

At a glance

Side by side

What each domain-capable skill can and cannot do
SkillRegisterDNSWHOIS / nameserversScope
zeabur-agent-skillsYesYesRegistrant profile, auto-renew, ICANN verification.com .net .org .io .dev .app .co .me .xyz
hostinger-agent-skillsYesYes, with snapshotsWHOIS profiles, nameservers, lock, privacyHostinger account portfolio
github-pagesNoCustom domain onlyNoApex + CNAME for a Pages site
railway-skillsNoCustom domain attachNoDomains you already own
cloudflareNoNoNoWorkers, Pages, KV, D1, R2

Zeabur: search, registrant profile, buy

Zeabur is a hosting platform that is also a registrar, which is why its skill can do this at all. The flow is three commands and one of them you only run once.

Availability and price come from npx zeabur@latest domain search example.com -i=false, one domain per call. Before you can buy, a registrant profile has to exist — the WHOIS contact record ICANN requires — created with npx zeabur@latest domain registrant create and the usual name, email, phone and postal address. The purchase then runs against that profile, and the same skill set covers renewal, auto-renew, the ICANN verification email and the domain-suspended state that follows if nobody clicks it.

The skill's own description names GoDaddy, Namecheap, Google Domains, Cloudflare Registrar, Porkbun, Hover and Gandi as the things it is an alternative to, which is unusually honest framing for a trigger line: it is telling the agent to reach for this when the user mentions any registrar at all.

Hostinger: the fuller registrar surface

Hostinger's domains skill covers more of what a registrar actually does. Availability checks and registration are there, but so are the parts people hit later: WHOIS contact profiles, nameserver delegation, domain forwarding from an old name to a new one, transfer locks, privacy protection, and the domain-access verification state.

It runs against the Hostinger REST API with a bearer token. Export it as HOSTINGER_API_TOKEN and reference the variable in commands; the skill says explicitly never to paste the token into the chat, and if one does leak, rotate it in hPanel rather than hoping.

The trade-off against Zeabur is scope versus depth. Zeabur gets you from search to purchase in fewer moves and hosts the site in the same CLI. Hostinger gives you the full lifecycle of a domain portfolio, including the transfer and privacy controls Zeabur's skill does not reach.

Why the rest of the "domain skills" do not qualify

Search GitHub for SKILL.md files mentioning domains and you get over a thousand hits. Almost none can buy anything. The common shapes are WHOIS and passive-recon skills built for security research, availability checkers wrapping a public API, and DNS editors for a zone you already control.

A second failure mode is the personal skill published as if it were general. One well-starred example routes every operation through the author's own machine — its instructions read "use ~/Projects/manager as truth" and call scripts that only exist in that checkout. It is a good skill for exactly one person. Installed by anyone else it fails on the first command, which is why it is not catalogued here.

The honest summary of the category: domain registration through an agent works today only where the platform is its own registrar. That is two companies in this catalogue. It will be more, and the entries here will change when it is.

The confirmation step you should not skip

Registering is the least reversible thing on the launch path. There is no undo, the charge is real, and the registrant details go into public WHOIS unless privacy is on.

Read the availability check's own output for the price rather than the agent's summary of it, confirm the TLD character for character, and check the registrant profile before the first purchase uses it. Eliza Cloud's equivalent skill states the rule plainly — confirm the price, get an explicit yes, never auto-buy — and it is worth applying to whichever skill you run.

FAQ

Common questions

Can Claude buy a domain for me?

Yes, with zeabur-agent-skills or hostinger-agent-skills installed and that platform's credentials configured. Claude cannot register a domain on its own; the skill gives it a registrar API to call, and the account paying for it is yours.

Which TLDs can an agent register?

Zeabur supports .com, .net, .org, .io, .dev, .app, .co, .me and .xyz. Hostinger's range follows its own catalogue, which is wider but account-scoped. For anything outside those, no catalogued skill can complete the purchase.

Is it safe to let an agent run a domain purchase?

It is a money-spending, non-reversible action, so treat it as the supervised step. Both skills require credentials you configure and a registrant profile you create, which means the agent cannot buy anything before you have deliberately set it up. Confirm price and spelling yourself.

Can an agent transfer a domain I own elsewhere?

Hostinger's domains skill reaches the transfer-adjacent controls — locks, WHOIS contacts, nameservers — on domains in its own portfolio. Starting a transfer in from another registrar still requires an authorization code that only the current registrar issues to the human owner, and no skill can obtain that for you.

What about GoDaddy, Namecheap or Porkbun skills?

No SKILL.md-format skill for those registrars currently clears this site's bar. The one candidate found in a full search hardcoded paths to its author's machine. If a first-party one ships, it will be catalogued and this page will say so.

Related

Keep reading