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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install domain-name-checker - After installation, invoke the skill by name or use
/domain-name-checker - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 169 downloads so far.
How do I install Domain Name Checker?
Run "/install domain-name-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Domain Name Checker free?
Yes, Domain Name Checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Domain Name Checker support?
Domain Name Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Domain Name Checker?
It is built and maintained by Joseph Fluckiger (@josephflu); the current version is v1.0.1.