Install
openclaw skills install domain-name-checkerCheck domain availability and brainstorm names. Checks .com/.net/.org/.io/.ai/.co/.app/.dev and more. Suggests alternatives when taken. No API key required.
openclaw skills install domain-name-checkerCheck domain availability and brainstorm domain names.
Skill directory: The script is at <skill_dir>/scripts/check.py.
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:
python <skill_dir>/scripts/check.py eagerbotspython <skill_dir>/scripts/check.py openclaw.aipython <skill_dir>/scripts/check.py eagerbots clawbayWhen 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 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.