Check domain availability and brainstorm domain names.
Skill directory: The script is at .
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 /scripts/check.py eagerbots python /scripts/check.py openclaw.ai python /scripts/check.py eagerbots clawbay 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 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.
共 1 个版本