Agent skill

domain-name-generator

Generate creative domain names and check availability for branding, startups, and web projects

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/domain-name-generator

SKILL.md

Domain Name Generator Skill

Generate creative, brandable domain names and verify availability.

When to Use

  • Startup naming
  • Product launches
  • Rebranding projects
  • Portfolio websites

Core Capabilities

  • Creative name generation
  • Domain availability checking
  • Alternative TLD suggestions (.com, .io, .ai, etc.)
  • Brandability scoring
  • SEO-friendly suggestions
  • Trademark conflict checking

Generation Strategies

  • Compound words (DropBox, YouTube)
  • Portmanteaus (Pinterest = Pin + Interest)
  • Prefixes/Suffixes (Shopify, Spotify)
  • Misspellings (Flickr, Tumblr)
  • Made-up words (Kodak, Xerox)

Availability Check

bash
# Using whois
whois example.com

# Using dig
dig example.com

# Bulk check with Python
import whois
domain = whois.whois('example.com')
print(domain.status)

Evaluation Criteria

  • Short and memorable
  • Easy to spell
  • Pronounceable
  • No trademark conflicts
  • Available on social media
  • .com availability (preferred)

Resources

Didn't find tool you were looking for?

Be as detailed as possible for better results