← 返回
未分类 中文

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.
检查域名可用性并头脑风暴名称。检查 .com/.net/.org/.io/.ai/.co/.app/.dev 等域名。当域名被占用时提供替代建议。无需 API 密钥。
josephflu
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 454
下载
💾 0
安装
1
版本
#latest

概述

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 /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 <skill_dir>/scripts/check.py <name>

Examples:

  • "Is eagerbots available?" → python /scripts/check.py eagerbots
  • "Check openclaw.ai" → python /scripts/check.py openclaw.ai
  • "Check eagerbots and clawbay" → python /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 <skill_dir>/scripts/check.py --brainstorm "<description>"

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

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-31 03:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

eBay Agent

josephflu
eBay 研究代理。使用 eBay REST API 搜索优惠、评估价格并获取公平价值估算。无需 eBay 账号,仅需免费开发者账号。
★ 4 📥 686

Stock Quote

josephflu
实时获取股票、ETF 和加密货币价格,比较代码,查看市值与成交量。使用 Yahoo Finance,无需 API 密钥。
★ 0 📥 470

Cron Helper

josephflu
解释、生成并校验 cron 表达式;将自然语言计划转为 cron 语法并反向转换;显示下次运行时间;支持标准 5 字段 cron
★ 0 📥 406