Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Domain Hunter (/domain)

An 11-step workflow that brainstorms brandable .com names and verifies availability, aftermarket price, trademarks and social handles.

UtilitiesIntermediate82267AI 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

  1. "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.
  2. "What's orbit.com going for?" → whois status and expiry, liveness probe for a parked lander, plus direct marketplace pricing links.
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/coreyhaines31/makerskills.git
  3. Copy the skill into place: mkdir -p ~/.claude/skills && cp -r makerskills/skills/domain ~/.claude/skills/domain
  4. Install the required tools: npm i -g vercel && vercel login, and on macOS brew install whois.
  5. (Optional) Grab a free Domainr key at rapidapi.com and export DOMAINR_API_KEY in ~/.zshenv; for Namecheap add NAMECHEAP_API_KEY, NAMECHEAP_API_USER, NAMECHEAP_CLIENT_IP and whitelist your IP.
  6. Restart Claude Code and trigger it with /domain or "find a domain for X".
  7. Remember the final purchase step charges real money — review the quoted price and approve it yourself.