Domain Name Brainstormer
SkillDev toolsGenerate and rank brandable domain candidates, then perform live RDAP registration checks across selected TLDs before recommending names.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Domain Name Brainstormer skill
What this skill tells your AI
The instructions your AI receives, as published by rylaispirit/rylai-codex-hermes-skills in skills/domain-name-brainstormer/SKILL.md and read by ahel’s review.
Original portable workflow by Rylai.
Use this workflow to move from a naming brief to a short, checked domain list. Treat registration data as time-sensitive and advisory.
Workflow
- Extract the product purpose, audience, tone, language, required words, forbidden words, preferred length, and acceptable TLDs.
- Generate candidates in several families:
- direct combinations
- compact compounds
- invented pronounceable names
- action or outcome names
- local-language or bilingual variants when relevant
- Remove candidates that are hard to spell, easy to mishear, misleading, or too close to a known competitor.
- Normalize each candidate to a complete domain before checking it.
- Run the bundled RDAP checker on the strongest candidates.
- Rank the results by name quality first and registration signal second.
- Tell the user to confirm price, premium status, trademark risk, and final availability with their chosen registrar.
Generate Candidates
Aim for 15 to 30 candidates before filtering. Prefer names that:
- can be spoken once and typed correctly
- avoid hyphens and digits unless the brief requires them
- remain useful if the product expands
- have no accidental negative meaning in the audience's language
- look distinct in lowercase
Do not claim a trademark is clear without a current trademark search.
Check Domains
Run commands from this skill directory:
python scripts/check_domains.py rylailabs.com rylaiworks.dev rylaihub.ai
Apply one or more TLDs to bare name stems:
python scripts/check_domains.py rylailabs rylaiworks --tld com --tld dev --tld io
Write machine-readable results:
python scripts/check_domains.py rylailabs.com rylaiworks.dev --json results.json
Useful controls:
--timeout SECONDS
--workers COUNT
--json PATH
The checker reports:
registered: RDAP returned a current domain recordlikely_available: RDAP returned a domain-not-found responseunknown: the registry, network, or rate limit did not provide a reliable answerinvalid: the domain syntax is invalid
Never convert unknown into available. Even likely_available must be confirmed at a registrar immediately before purchase.
Present Results
Return a compact table with:
- domain
- registration signal and check time
- naming rationale
- spelling or pronunciation risk
- final recommendation
Keep unverified price estimates out of the answer. Domain prices and premium classifications change by registrar and date.
Runtime Notes
- The script uses Python's standard library and HTTPS RDAP requests.
- Network access is required for live checks.
- Codex, Hermes, and Claude should resolve
scripts/check_domains.pyrelative to this skill folder. - If live access is unavailable, provide ideation only and label every availability field
not_checked.
Signals
- GitHub stars
- 55
- Forks
- 41
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
domain-name-brainstormer-rylaispirit- Source
- github.com/rylaispirit/rylai-codex-hermes-skills