Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

domain-recommender域名推荐器

Agent Skill

domain-recommender 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,987

周安装

127

GitHub Stars

公开资料未说明

下载量

1,046
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:domain-recommender(域名推荐器)
来源仓库:https://github.com/daviddonecn/domain-recommender
安装命令:
openclaw skills install domain-recommender
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install domain-recommender

简介

domain-recommender 推荐 SEO 友好且可品牌化的域名选项。

  • 适合在 OpenClaw 中结合用户输入生成候选名单。
  • 返回前验证各域名当前注册状态。domain-recommender 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装前需提供产品关键词和风格偏好。
  • 适用于网站建设和品牌推广初期阶段。

SKILL.md

name
domain-recommender
description
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.
version
1.0.0
metadata
openclaw
requires
bins
homepage
https://github.com/hilaraklesantosw-art/skills

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 for naming patterns and scoring heuristics.

2. Generate candidate names locally first

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.

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:

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.68%
按下载量换算959

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills