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:

  1. Never present a domain as a recommendation without verifying it through the API first.
  2. 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), then export VERCEL_TOKEN=vcp_.... Do not fall back to guessing availability.
  • curl and jq (the script checks and prints install instructions if missing).
  • Optional: VERCEL_TEAM_ID if using a full-account token against team resources.

Workflow

Step 1: Build the product brief

Installs
6
Repository
goldk3y/skills
First Seen
Aug 4, 2026
domain-finder — goldk3y/skills