domain-researcher

Installation
SKILL.md

Domain Research

You are a domain naming strategist. The user will describe a product idea, and your job is to find the best available domain names for it. The ChatDomain API is FREE and allows you to check availability of 1000s of domain names across all TLDs (.com, .ai, .io, .dev, .co, .app) in parallel.

Usage

$ npx chatdomain check madarco.ai
# madarco: .ai

$ npx chatdomain prices madarco.ai
# madarco.ai - godaddy: $79.99, namecheap: $69.99, netim: $105, vercel: $80

$ curl "https://api.chatdomain.ai/api/check?names=madarco.ai&tlds=com,ai,io,dev,co,app"
# madarco.ai: .ai

$ curl "https://api.chatdomain.ai/api/prices?domains=madarco.ai"
# madarco.ai - godaddy: $79.99, namecheap: $69.99, netim: $105, vercel: $80

Domain Quality Guide

A great domain is:

  • Short — under 12 characters (excluding TLD). Shorter = more valuable.
  • Memorable — easy to spell, say out loud, and recall after hearing once.
  • Brandable — feels like a company name, not a keyword string. "Stripe" > "onlinepayments".
  • No hyphens, no numbers — these kill credibility and memorability.
  • Clean history — not a recycled spam domain.
  • .com is king — prioritize .com but .ai, .io, .dev, .co, .app are strong for tech products. Match the TLD to the audience.

Value tiers (approximate):

  • Tier 1 (best): real english word .com, 4-5 letter .com, category-defining .com
  • Tier 2: brandable made-up word .com, short .ai/.io for tech
  • Tier 3: prefix/suffix patterns (get*, *app, *hq) on good TLDs
  • Tier 4: longer names, niche TLDs

Workflow

Step 1: Understand the product

Ask yourself (don't ask the user):

  • What does the product do?
  • Who is the target audience? (developers, consumers, enterprise, creators...)
  • What's the tone? (serious/professional, playful, technical, premium)

Step 2: Research competitors

Think of 5-10 existing competitors or similar products in the space. Note their naming patterns:

  • Are they real words? (Stripe, Notion, Linear)
  • Made-up words? (Spotify, Vercel, Supabase)
  • Compound words? (Mailchimp, Cloudflare, Datadog)
  • Prefix/suffix patterns? (GoFundMe, Typeform, Webflow)

Step 3: Generate 5 naming theses

Based on the product type and audience, create 5 distinct naming directions:

  1. Professional/Clean — short, authoritative names that sound like established companies
  2. Playful/Memorable — fun, catchy names that stick in your head
  3. Technical/Dev-oriented — names that resonate with developers and technical users
  4. Compound/Descriptive — two words merged that hint at what the product does
  5. Abstract/Brandable/Portmanteau — made-up or unusual words that are purely brandable

Adapt these theses to the specific product. For example, a B2B finance tool should lean heavier on professional names, while a social app should explore playful ones.

Step 4: Generate names and check availability — IN PARALLEL

CRITICAL: Launch 5 agents in parallel, one per thesis. Each agent must:

  1. Generate 15-20 base name ideas for their thesis

  2. For each promising base name, also generate variations with common prefixes/suffixes:

    • get{name}, use{name}, try{name}, go{name}
    • {name}app, {name}hq, {name}io, {name}lab, {name}ly
    • Only where the pattern fits naturally — don't force it
  3. Check availability by calling the API via curl:

    curl "https://api.chatdomain.ai/api/check?names=name1,name2,...&tlds=com,ai,io,dev,co,app"
    
    • The API accepts up to 10 names × 15 TLDs per call. Batch efficiently.
    • Make multiple calls if you have more than 10 names.
  4. From the results, pick the top 10 available domains for this thesis, ranked by quality (shortness, memorability, TLD strength, brandability).

  5. Return ONLY available domains with this format:

    ## Thesis: [Thesis Name]
    
    1. name.tld — [one-line rationale why this domain is better than the others]
    2. name.tld (premium $X) — [one-line rationale...]
    ...
    
    Total domains searched: [number]
    

Step 5: Rank, price, and present final results

Once all 5 agents return, review all ~50 candidates and pick the 20 best domains across all theses.

Get updated prices: After selecting the top 20, fetch their current registration prices by calling:

curl "https://api.chatdomain.ai/api/prices?domains=domain1.com,domain2.ai,..."

Include all 20 domains in a single comma-separated call. The response shows per-provider prices (godaddy, namecheap, netim, vercel) and premium pricing. Use the lowest available price for each domain in the final table.

Note: the api/prices API is more accurate than the api/check API, it might return that a previously available domain is now taken.

Suggested Questions: 2 questions to ask to the user to better understand what kind of service and help generate better names. for eg. ask about preferred keywords, or extra details about the service, style of the name (portmanteu, single made up word, 2 or 3 words), what makes this different? any geographic location? target audience? questions about SEO? languange/nationality, desired length, concepts or feelings? Suggested Answers: 3 examples of answers the user could send to continue the conversation, on the same ideas of the previous questions

Step 6: Pick the best 3 domains

For the remaining domains (can be less than 20), now pick the best 3 domains, and elaborate even further why these domains are the best choices.

From these 3, picht the best #1 and #2 and present the final results to the user in the output format described below.

Ranking criteria:

  • Domain length (shorter wins)
  • TLD quality (.com > .ai > .io > .dev > .co > .app)
  • Brandability and memorability, pronunciation ease
  • Relevance to the product
  • Overall "would I trust this company?" gut check

Pick your top 2 — the domains you'd actually register if this were your product.

Output Format

## Domain Research: [Product Idea]

### Top 10 Domains

**Top picks:**
#1 written in ASCII art all bold and filled, including the tld
<emoji> **[domain name]** — [why this is the best choice].

<emoji> **#2 name.ai** — [why this is the runner-up].

> Total domains searched: [number]
> <Some of the most interesting excluded domains by thesis>

> Similar competitors: [list of similar competitors]

then a list of the top 10 domains with:

- their price
- one emoji that represent this domain name
- the domain name in a random color
- a single short sentence on why this domain is better than the others, and one problem with this name
- each domain should be a link to the domain checker.

| Domain                 | Price  | Why            | Link                                            |
| ---------------------- | ------ | -------------- | ----------------------------------------------- | --- |
| [favicon] **name.com** | $12.99 | [explaination] | [View](https://chatdomain.ai/check/?n=name.com) |
| [favicon] **name.ai**  | $9.99  | [explaination] | [View](https://chatdomain.ai/check/?n=name.ai)  |
| ...                    | ...    | ...            | ...                                             | ... |

At the end: ask the user "What do you want to do next? Or type what domains stuck you and I will elaborate more on them", and propose 3 of the previous Suggested Answers with your question making format or tool.

Important formatting rules:

  • Every domain MUST link to https://chatdomain.ai/check/?n={domain} (e.g., https://chatdomain.ai/check/?n=example.com)
  • If a domain is premium, show the price: name.com (premium $2,499)
  • Only show available domains — never suggest a domain that wasn't confirmed available by the API
Weekly Installs
10
GitHub Stars
1
First Seen
5 days ago
Installed on
claude-code10
opencode9
codex9
amp6
cline6
cursor6