Domain Hunter (/domain)
An 11-step workflow that brainstorms brandable .com names and verifies availability, aftermarket price, trademarks and social handles.
UtilitiesIntermediate★ 822⑂ 67AI score 9/10Last updated: Sep 4, 2026
What it does
- Applies Laura Roeder's rule — work backwards from what's actually available — by setting a budget first, brainstorming 20–40 candidates, then checking them.
- Combines
vercel domains check/price,whois(with correct per-TLD server discovery via IANA), RDAP, Domainr and the Namecheap API, resolving every candidate to exactly AVAILABLE / TAKEN / UNKNOWN; timeouts, 403s and RDAP 404s are never silently marked available. - For taken names it composes HugeDomains / Afternic / Sedo / Dan lookup links, probes the domain itself to see if it's parked, dead or a live site, and estimates drop dates (~80 days post-expiry) so you can backorder instead of negotiating.
- Only for the final 3–5 names does it run USPTO trademark screening via agent-browser plus X/LinkedIn handle checks, then buys at whichever registrar quoted less.
Who it's for
- Founders and indie hackers naming a new SaaS or side project.
- Anyone who assumes "all the good .coms are gone" but has a few hundred to $2k budget.
- Developers who want registration status from ground-truth sources instead of guesswork.
Examples
- "Find a domain for an AI meeting-notes tool, budget $1,000" → 30 two-word candidates, then bucketed into available now / aftermarket under budget / drop.
- "What's orbit.com going for?" → whois status and expiry, liveness probe for a parked lander, plus direct marketplace pricing links.
- "Trademark check for Paperbell" → drives the real USPTO search SPA, screenshots the top Live marks and explains class-level collision risk.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/coreyhaines31/makerskills/HEAD/skills/domain/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/domain folder from the GitHub repo coreyhaines31/makerskills into my ~/.claude/skills/domain/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/coreyhaines31/makerskills.git && mkdir -p ~/.claude/skills && cp -r makerskills/skills/domain ~/.claude/skills/domain⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/coreyhaines31/makerskills.git - Copy the skill into place:
mkdir -p ~/.claude/skills && cp -r makerskills/skills/domain ~/.claude/skills/domain - Install the required tools:
npm i -g vercel && vercel login, and on macOSbrew install whois. - (Optional) Grab a free Domainr key at rapidapi.com and export
DOMAINR_API_KEYin~/.zshenv; for Namecheap addNAMECHEAP_API_KEY,NAMECHEAP_API_USER,NAMECHEAP_CLIENT_IPand whitelist your IP. - Restart Claude Code and trigger it with
/domainor "find a domain for X". - Remember the final purchase step charges real money — review the quoted price and approve it yourself.
View source on GitHub ↗License: MIT