Domain Availability Check
Batch-check domain availability via whois.com with anti-bot/CAPTCHA assist.
Quick Start
# Setup (first time)
cd $SKILL_DIR && npm run setup
# Check domains from command line
node run.js scripts/domain-check.js --domains "example.ai,myapp.io" --nslookup
# Check domains from file
node run.js scripts/domain-check.js --file domains.txt --out results.json --nslookup
File format: one domain per line, # for comments. See examples/domains.txt.
[Description truncada. Veja o README completo no GitHub.]