From domain-names
Transfers domains from other registrars into dn using CLI. Prompts for EPP auth code and contact details. Partner mode only.
npx claudepluginhub automattic/dn-cliThis skill uses the workspace's default tool permissions.
Transfer a domain in from another registrar.
Searches domain availability, purchases, renews, lists, and manages registered domains via Zeabur CLI. Handles registrant profiles, WHOIS, ICANN verification for .com, .net, .org, .io, .dev, .app, .co, .me, .xyz TLDs.
Manages domain/DNS ops across Cloudflare, DNSimple, Namecheap: onboard zones to Cloudflare, flip nameservers, set redirects via Page Rules/Rulesets/Workers, update mappings, verify DNS/HTTP.
Guides users through buying a domain, configuring DNS, and setting up free SSL. Activates on deploy completion or when users ask about domains.
Share bugs, ideas, or general feedback.
Transfer a domain in from another registrar.
# Interactive (prompts for auth code and contact info)
dn transfer example.com
# Non-interactive
dn transfer example.com \
--auth-code=ABC123 \
--first-name=John --last-name=Doe \
--email=john@example.com --phone=+1.5551234567 \
--address="123 Main St" --city=Springfield --state=IL \
--postal-code=62701 --country=US
| Option | Description |
|---|---|
--auth-code | EPP authorization code (prompted with hidden input if missing) |
--first-name, --last-name, etc. | Contact details (prompted if missing) |
wordpress.com/domains/managedn register