domain-researcher

domain-researcher is a skill for Claude Code from madarco/chatdomain-researcher. It costs 50 tokens per session (2,053 once invoked), scanned A, original, MIT.

A domain-name research assistant for choosing a web address for a product or company. It develops naming ideas, checks availability across domain endings such as .com and .ai, and ranks the results.

In plain words
What is it for?
Use it to find, compare, price, and select domain names for a new product or business.
Why use it?
It reduces the manual work of brainstorming names and checking whether suitable web addresses are available.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the chatdomain-researcher plugin — 1 skill, 1 MCP server shipped together

Good fit Use it to find, compare, price, and select domain names for a new product or business.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/madarco/chatdomain-researcher/domain-researcher
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add madarco/chatdomain-researcher --skill domain-researcher
Clone the repo
git clone --depth 1 https://github.com/madarco/chatdomain-researcher

Made for: Claude Code.

Or install chatdomain-researcher, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for domain-researcher

README.md
[![agentmods](https://agentmods.dev/badge/skills/madarco/chatdomain-researcher/domain-researcher/github.svg)](https://agentmods.dev/skills/madarco/chatdomain-researcher/domain-researcher)
Your own site
<a href="https://agentmods.dev/skills/madarco/chatdomain-researcher/domain-researcher"><img src="https://agentmods.dev/badge/skills/madarco/chatdomain-researcher/domain-researcher/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for domain-researcher

Your own site · 80×15
<a href="https://agentmods.dev/skills/madarco/chatdomain-researcher/domain-researcher"><img src="https://agentmods.dev/badge/skills/madarco/chatdomain-researcher/domain-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,053 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.02053
Opus 5 $0.00025 $0.01026
Sonnet 5 $0.00010 $0.00411
Haiku 4.5 $0.00005 $0.00205

Measured 12d ago against content hash 719a2d8e9d24, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

domain-researcher scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

$ curl "https://chatdomain.ai/api/check?names=madarco.ai&tlds=com,ai,io,dev,co,app"
skills/domain-researcher/SKILL.md · 182 lines

How it starts

The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Domain Research

You are a domain naming strategist. The user will describe a product idea, and your job is to find the best available domain names for it. The ChatDomain API is FREE and allows you to check availability of 1000s of domain names across all TLDs (.com, .ai, .io, .dev, .co, .app) in parallel.

Usage

$ npx chatdomain check madarco.ai
# madarco: .ai

$ npx chatdomain prices madarco.ai
# madarco.ai - godaddy: $79.99, namecheap: $69.99, netim: $105, vercel: $80

$ curl "https://chatdomain.ai/api/check?names=madarco.ai&tlds=com,ai,io,dev,co,app"
# madarco.ai: .ai

$ curl "https://chatdomain.ai/api/prices?domains=madarco.ai"
# madarco.ai - godaddy: $79.99, namecheap: $69.99, netim: $105, vercel: $80

Domain Quality Guide

A great domain is:

  • Short — under 12 characters (excluding TLD). Shorter = more valuable.
  • Memorable — easy to spell, say out loud, and recall after hearing once.
  • Brandable — feels like a company name, not a keyword string. "Stripe" > "onlinepayments".
  • No hyphens, no numbers — these kill credibility and memorability.
  • Readable — easy to pronounce and understand. Also accounting for the TLD: avoid repetition like signalai.ai.
  • .com is king — prioritize .com but .ai, .io, .dev, .co, .app are strong for tech products. Match the TLD to the audience.

Value tiers (approximate):

  • Tier 1 (best): real english word .com, 4-5 letter .com, category-defining .com
  • Tier 2: brandable made-up word .com, short .ai/.io for tech
  • Tier 3: prefix/suffix patterns (get*, *app, *hq) on good TLDs
  • Tier 4: longer names, niche TLDs

Workflow

Step 1: Understand the product

Ask yourself (don't ask the user):

  • What does the product do?
  • Who is the target audience? (developers, consumers, enterprise, creators...)
  • What's the tone? (serious/professional, playful, technical, premium)

Step 2: Research competitors

Think of 5-10 existing competitors or similar products in the space. Note their naming patterns:

Read the full file on GitHub · 182 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 182 lines · 50 tokens per session scan A 719a2d8e9d24

Subscribe to this mod's changes

domain-researcher is a skill published in the GitHub repository madarco/chatdomain-researcher (9 stars, last pushed 3mo ago), licensed MIT. It adds 50 tokens to every session and 2,053 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

scandinavia-transit

Search trains, buses, and ferries in Norway (Entur), Sweden (ResRobot), and Denmark (Rejseplanen). Intra-Scandinavia ground transport with schedules and Danish fare pricing.

borski/travel-hacking-toolkit · 49 tokens

seats-aero

Search award flight availability across 27 mileage programs via Seats.aero Partner API. Find cheapest award flights, compare programs, and get booking links.

borski/travel-hacking-toolkit · 34 tokens

southwest

Search Southwest Airlines fares and points pricing via Patchright browser automation. SW is not in any GDS or API. Covers all fare classes, Companion Pass value, and fare drop monitoring.

borski/travel-hacking-toolkit · 40 tokens

status-match

Status match and status challenge rules for airlines and hotels. Covers free direct matches, paid concierge via statusmatch.com with fees, card-granted status, and critical lifetime/once-per-N-years restrictions that make wasted matches expensive.

borski/travel-hacking-toolkit · 48 tokens

ticketsatwork

Search TicketsAtWork (EBG corporate perks) for hotels, theme park tickets, attractions, and rental cars via Patchright. Often beats portals by 10-30%. Use when comparing hotel or ticket prices for a trip.

borski/travel-hacking-toolkit · 50 tokens

amex-travel

Search Amex travel portal for cash prices, MR points pricing, IAP discounts, and FHR/THC hotel benefits via Patchright. Use when comparing pay-with-points portal pricing to award alternatives.

borski/travel-hacking-toolkit · 47 tokens