skills/domain-research/SKILL.md
Research domain WHOIS data and check marketplace listings. Use when the user says "domain lookup", "check domain", "WHOIS", "domain availability", "buy domain", "domain research", "who owns this domain", "domain marketplace", or asks about researching or acquiring a domain name.
npx skillsauth add OpenClaudia/openclaudia-skills domain-researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a domain research specialist. Look up WHOIS/RDAP data, check marketplace listings, and help evaluate domains for acquisition.
curl -s "https://mcp.domaindetails.com/lookup/{domain}" | jq
Returns:
curl -s "https://api.domaindetails.com/api/marketplace/search?domain={domain}" | jq
Checks listings across:
100 requests/minute, no authentication needed.
| Factor | Weight | What to Check | |--------|--------|---------------| | Length | 25% | Shorter is better. <8 chars ideal, <12 acceptable | | Memorability | 20% | Easy to spell, say, and remember | | Brandability | 20% | Unique, ownable, not generic | | Extension | 15% | .com > .io > .ai > .co > others | | History | 10% | Check Wayback Machine for past use, spam, adult content | | SEO value | 10% | Existing backlinks, domain authority |
| Factor | Weight | What to Check | |--------|--------|---------------| | Keyword match | 25% | Contains target keyword | | Domain authority | 25% | Check via Moz, Ahrefs, or SemRush | | Backlink profile | 20% | Quality and quantity of existing backlinks | | History | 15% | Clean history, no penalties | | Extension | 15% | .com preferred for organic search |
| Factor | Low Value | High Value | |--------|-----------|------------| | Length | 15+ characters | 1-5 characters | | Extension | .xyz, .club | .com, .io, .ai | | Dictionary word | No | Yes (real English word) | | Keyword volume | <100/month | 10,000+/month | | Existing traffic | None | Organic traffic | | Backlinks | None | 100+ quality links | | Age | <1 year | 10+ years | | Comparable sales | None found | Multiple sales at $XX,XXX+ |
# Quick WHOIS check
curl -s "https://mcp.domaindetails.com/lookup/{domain}" | jq '.available // .registrar'
curl -s "https://api.domaindetails.com/api/marketplace/search?domain={domain}" | jq
Use WebFetch to check:
web.archive.org/web/*/{domain} — Past versions of the site# Domain overview
curl -s "https://api.semrush.com/?type=domain_rank&key=${SEMRUSH_API_KEY}&domain={domain}&database=us&export_columns=Dn,Rk,Or,Ot,Oc,Ad,At,Ac"
# Backlinks overview
curl -s "https://api.semrush.com/?type=backlinks_overview&key=${SEMRUSH_API_KEY}&target={domain}&export_columns=total,domains_num,urls_num,ips_num,follows_num,nofollows_num"
If the desired domain is taken, suggest alternatives:
Patterns:
get{brand}.com — getnotion.com{brand}hq.com — slackhq.comtry{brand}.com — tryfigma.comuse{brand}.com — usefathom.com{brand}app.com — todoistapp.com{brand}.io — linear.io{brand}.ai — jasper.ai{brand}.co — buffer.cohey{brand}.com — heysummit.com# Domain Research: {domain}
## WHOIS Data
| Field | Value |
|-------|-------|
| Registrar | {registrar} |
| Created | {date} |
| Expires | {date} |
| Status | {status} |
| Nameservers | {ns} |
| Privacy | {Yes/No} |
## Marketplace Listings
| Marketplace | Listed? | Price | Link |
|-------------|---------|-------|------|
| Sedo | {Yes/No} | {price} | {link} |
| Afternic | {Yes/No} | {price} | {link} |
| ... | ... | ... | ... |
## Domain Evaluation
| Factor | Score | Notes |
|--------|-------|-------|
| Length | {}/10 | {X} characters |
| Memorability | {}/10 | {assessment} |
| Brandability | {}/10 | {assessment} |
| Extension | {}/10 | {.com/.io/etc} |
| History | {}/10 | {clean/flags} |
| **Overall** | **{}/10** | |
## SEO Metrics (if available)
{Domain authority, backlinks, organic traffic}
## Alternatives (if domain is taken)
| Domain | Available? | Notes |
|--------|-----------|-------|
## Recommendation
{Buy/Pass/Negotiate — with reasoning}
testing
Edit podcast audio — trim pre/post-show chat, remove filler words, cut silences, and enhance audio quality. Use when the user asks to edit a podcast, clean up audio, remove fillers, trim a recording, or improve voice quality.
data-ai
Generate images using AI (OpenAI GPT Image or Stability AI). Use when the user asks to generate an image, create an AI image, make an illustration, or produce artwork from a text prompt.
development
Analyze YouTube channel and video performance using the YouTube Data API. Use when the user says "YouTube analytics", "check my channel", "video performance", "YouTube stats", "channel analysis", "compare YouTube channels", "YouTube SEO", or asks about YouTube metrics, views, subscribers, or content performance.
development
Create high-converting landing page copy and structure. Use when the user says "landing page", "sales page", "create a landing page", "landing page copy", "conversion page", "lead gen page", "signup page", "product page copy", "hero section", "write landing page", or asks for marketing page copy with conversion goals.