findadomain checks domain availability from your terminal. Enter a domain, get an Availability Status, and move on without opening registrar pages.
Use it when you are naming a project, checking a shortlist, or wiring domain checks into another tool.
Checking domains in a browser gets repetitive fast. findadomain keeps each Domain Check to one command and prints only the status by default.
- Naming a new project from the command line.
- Checking domains inside scripts or automated workflows.
- Getting JSON when another tool needs the status.
- Asking for WHOIS fallback when the first check needs another signal.
brew install findadomain/tap/findadomainCheck a domain:
findadomain check example.comReturn JSON for scripts:
findadomain check --format json example.comAsk for WHOIS fallback:
findadomain check --whois example.comPrint the Findadomain agent skill content:
findadomain skillThe global flag form prints the same Skill Output:
findadomain --skillText format prints only the Availability Status:
availableJSON format mirrors the API object:
{ "status": "taken", "name": "example", "tld": "com", "cached": true }0: Domain Check completed and Availability Status was printed.1: Usage or validation error.2: Network, API, or internal failure.
