Use this skill when the user gives:
and wants domain recommendations that are:
Return a short list of domain names that are both:
Do not stop at brainstorming names. The final answer must include an availability check.
Extract:
Then expand into:
Example:
calculator can expand to calc, calcu, calculator, calcuratorwriter can expand to write, writer, scribe, draftmeeting notes can expand to note, memo, meet, recap, briefRead seo-brand-patterns.md for naming patterns and scoring heuristics.
Use the bundled script to generate candidate domains quickly:
python3 scripts/generate_candidates.py "AI meeting notes app"
Optional:
python3 scripts/generate_candidates.py "AI tax calculator" --tlds com ai io app
The script is only a generator. It does not prove registration availability.
Prefer names that are:
Avoid names that are:
Availability is time-sensitive. You must verify it live before returning results.
Recommended order:
At minimum:
Use dig only as a helper:
dig +short example.com
dig +short NS example.com
Important:
Default to 5 results unless the user asks for more.
For each result, include:
If nothing strong is available:
.com and the most relevant TLDs are checkedUse a concise structure:
For each domain, prefer a compact line such as:
calcurator.ai — calculator root with a memorable spelling variant; confirmed availableIf availability is not fully confirmed, label it clearly:
calcpilot.io — strong fit, DNS-clear, but registrar confirmation not obtainedDefault priority:
.com.ai.io.app.coAdjust only when the product makes another TLD more natural.
This skill is for domain recommendation and availability checking.
It is not for:
You may mention obvious trademark risk heuristics, but do not present that as legal clearance.
共 1 个版本