From domain-names
Checks domain name availability and pricing using dn CLI for single or multiple domains. Supports partner mode (Domain Services API) and user mode (WordPress.com API). Use for domain checks.
npx claudepluginhub automattic/dn-cliThis skill uses the workspace's default tool permissions.
Check availability and pricing for one or more domain names.
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.
Validates domain names per RFC 1035/1123 standards, checks availability via APIs, and searches available domains by keywords. Provides JS/TS and Python code examples for forms and apps.
Looks up domain WHOIS/RDAP info including registrar, dates, nameservers, DNSSEC, contacts; searches marketplace listings from Sedo, Afternic, Atom, Dynadot. Free curl API.
Share bugs, ideas, or general feedback.
Check availability and pricing for one or more domain names.
# Check a single domain
dn check example.com
# Check multiple domains at once
dn check example.com example.net example.org
Partner mode table columns: Domain, Available, Fee Class, Price, Zone Active, TLD Maintenance
User mode table columns: Domain, Available, Status, Cost, Privacy
rest/v1.3/domains/{domain}/is-available. Availability is based on status === "available" (string, not boolean).dn configure setup