返回顶部
d

domain-recommender

Recommend SEO-friendly, brandable domain names for an AI product idea, then verify current availability before returning candidates. Use when the user provides a product direction, keyword, or one-sentence concept and wants usable domains.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
69
下载量
0
收藏
概述
安装方式
版本历史

domain-recommender

# Domain Recommender Use this skill when the user gives: - an AI application direction - a keyword - a short product sentence and wants domain recommendations that are: - SEO-friendly - brandable - realistically usable - checked for current availability before you answer ## Outcome Return a short list of domain names that are both: - semantically strong for the product - verified as currently available or very likely available based on live checks Do not stop at brainstorming names. The final answer must include an availability check. ## Workflow ### 1. Understand the product and derive naming roots Extract: - the core problem - the target audience - the strongest search intent words - the most natural noun/verb roots Then expand into: - singular/plural forms - shortened roots - phonetic or spelling variants when natural - useful suffixes and prefixes Example: - `calculator` can expand to `calc`, `calcu`, `calculator`, `calcurator` - `writer` can expand to `write`, `writer`, `scribe`, `draft` - `meeting notes` can expand to `note`, `memo`, `meet`, `recap`, `brief` Read [seo-brand-patterns.md](./references/seo-brand-patterns.md) for naming patterns and scoring heuristics. ### 2. Generate candidate names locally first Use the bundled script to generate candidate domains quickly: ```bash python3 scripts/generate_candidates.py "AI meeting notes app" ``` Optional: ```bash 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. ### 3. Rank candidates before checking availability Prefer names that are: - easy to spell - short enough to remember - semantically close to the user intent - likely to help search relevance through the root word - not awkward or obviously spammy Avoid names that are: - trademark-heavy or clearly derived from famous brands - too long - full of random hyphens or digits - semantically vague - awkward to pronounce ### 4. Verify availability with live checks Availability is time-sensitive. You must verify it live before returning results. Recommended order: 1. Use live web checks on registrar or marketplace pages for the exact domain. 2. Use DNS checks as a quick filter, not as the final proof. 3. If you cannot confirm registrar availability, explicitly say it is only a likely-available fallback and explain why. At minimum: - check the exact domain live - include the exact TLD - prefer confirmed availability over speculation Use `dig` only as a helper: ```bash dig +short example.com dig +short NS example.com ``` Important: - no DNS record does not guarantee the domain is unregistered - parked domains and for-sale domains may still resolve - the final answer should prioritize registrar-confirmed availability ### 5. Return only the best shortlist Default to 5 results unless the user asks for more. For each result, include: - domain - why it fits the product - naming logic - current availability status If nothing strong is available: - say that directly - offer the next-best alternatives - widen the TLD set only after `.com` and the most relevant TLDs are checked ## Output Format Use a concise structure: - product interpretation - shortlisted available domains - optional backup domains For each domain, prefer a compact line such as: - `calcurator.ai` — calculator root with a memorable spelling variant; confirmed available If availability is not fully confirmed, label it clearly: - `calcpilot.io` — strong fit, DNS-clear, but registrar confirmation not obtained ## TLD Preference Default priority: 1. `.com` 2. `.ai` 3. `.io` 4. `.app` 5. `.co` Adjust only when the product makes another TLD more natural. ## Scope Boundaries This skill is for domain recommendation and availability checking. It is not for: - trademark clearance - legal opinion - full brand identity work You may mention obvious trademark risk heuristics, but do not present that as legal clearance.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 domain-recommender-1776077353 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 domain-recommender-1776077353 技能

通过命令行安装

skillhub install domain-recommender-1776077353

下载 Zip 包

⬇ 下载 domain-recommender v0.1.0

文件大小: 3.63 KB | 发布时间: 2026-4-14 13:44

v0.1.0 最新 2026-4-14 13:44
Initial release of domain-recommender skill.

- Recommends SEO-friendly, brandable domain names based on user product concepts.
- Checks live domain availability before returning final shortlist.
- Prioritizes concise, memorable names closely matching the product direction.
- Returns 5 confirmed available domains by default, with clear availability status for each.
- Supports `.com`, `.ai`, `.io`, `.app`, and `.co` TLDs, with preference order.
- Includes logic transparency: explains naming choices and notes any possible risk or fallback.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部