domain-finder
Installation
SKILL.md
Domain Finder
Find the best available domain for the project in the current repo: understand the product, generate strong name candidates, verify availability and pricing against the Vercel Domains Registrar API, and deliver a ranked shortlist with real prices.
Two hard rules:
- Never present a domain as a recommendation without verifying it through the API first.
- Never guess availability. A parked domain with no listed price is unavailable (Paul Graham's rule: no confirmed asking price means not buyable).
Requirements
VERCEL_TOKEN: a Vercel access token. Any free Vercel account works. If unset, stop and ask the user to create one at https://vercel.com/account/tokens (scope "Full Account" is fine, short expiry recommended), thenexport VERCEL_TOKEN=vcp_.... Do not fall back to guessing availability.curlandjq(the script checks and prints install instructions if missing).- Optional:
VERCEL_TEAM_IDif using a full-account token against team resources.