Domain Name Checker
/install domain-name-checker
domain-name-checker
Check domain availability and brainstorm domain names.
Trigger phrases
- "Is [domain] available?"
- "Check if [name].com is taken"
- "Find me a domain for [idea]"
- "Brainstorm domain names for [project]"
- "What domains are available for [keyword]?"
How to use
Skill directory: The script is at \x3Cskill_dir>/scripts/check.py.
Check a specific name across TLDs
When the user asks to check if a domain or name is available, extract the name (without TLD unless they specified one) and run:
python \x3Cskill_dir>/scripts/check.py \x3Cname>
Examples:
- "Is eagerbots available?" →
python \x3Cskill_dir>/scripts/check.py eagerbots - "Check openclaw.ai" →
python \x3Cskill_dir>/scripts/check.py openclaw.ai - "Check eagerbots and clawbay" →
python \x3Cskill_dir>/scripts/check.py eagerbots clawbay
Brainstorm names from a description
When the user asks to brainstorm domain names or find a domain for an idea/project, run:
python \x3Cskill_dir>/scripts/check.py --brainstorm "\x3Cdescription>"
Requires OPENROUTER_API_KEY env var. If not set, inform the user and fall back to checking a name they suggest manually.
Display output
Display the script output as-is — Rich handles the terminal formatting (tables, colors). If running in a non-TTY context, pipe output through cat to strip ANSI if needed.
Notes
- DNS check timeout: 3 seconds per domain
- Unknown = DNS timed out or inconclusive; not necessarily available
- Registration links go to Namecheap search
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install domain-name-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/domain-name-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Domain Name Checker 是什么?
Check domain availability and brainstorm names. Checks .com/.net/.org/.io/.ai/.co/.app/.dev and more. Suggests alternatives when taken. No API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 169 次。
如何安装 Domain Name Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install domain-name-checker」即可一键安装,无需额外配置。
Domain Name Checker 是免费的吗?
是的,Domain Name Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Domain Name Checker 支持哪些平台?
Domain Name Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Domain Name Checker?
由 Joseph Fluckiger(@josephflu)开发并维护,当前版本 v1.0.1。