Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
resciencelab avatar

Domain Hunter

  • 1.7k installs
  • 1.2k repo stars
  • Updated July 27, 2026
  • resciencelab/opc-skills

domain-hunter is an agent skill for Search domains, compare prices, find promo codes, get purchase recommendations. Use when user wants to buy a domain, che

About

The domain-hunter skill Search domains, compare prices, find promo codes, get purchase recommendations. Use when user wants to buy a domain, check domain prices, find domain deals, compare registrars, or search for .ai/.com domains. It covers keep names short under 15 characters. Key workflows include make them memorable and brandable. Step 1: Generate Domain Ideas & Check Availability Based on the user's project description, generate 5-10 creative domain name suggestions. Guidelines: - Keep names short under 15 characters - Make them memorable and brandable - Consider: {action}{noun} , {noun}{suffix} , {prefix}{keyword} - Common suffixes: app, io, hq, ly, ify, now, hub CRITICAL: Always check availability before presenting domai Developers invoke domain-hunter when the task matches the triggers and reference files in SKILL.md for grounded, stepwise execution. Reference files and progressive disclosure keep context focused while preserving concrete commands, configuration fields, and validation checks copied from the upstream documentation.

  • Keep names short under 15 characters
  • Make them memorable and brandable
  • Consider: {action}{noun} , {noun}{suffix} , {prefix}{keyword}
  • Common suffixes: app, io, hq, ly, ify, now, hub
  • https://www.namecheap.com/domains/registration/results/?domain={domain}

Domain Hunter by the numbers

  • 1,710 all-time installs (skills.sh)
  • +24 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #328 of 1,881 Marketing & SEO skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

domain-hunter capabilities & compatibility

Capabilities
keep names short under 15 characters · make them memorable and brandable · consider: {action}{noun} , {noun}{suffix} , {pre · common suffixes: app, io, hq, ly, ify, now, hub · https://www.namecheap.com/domains/registration/r
Use cases
seo · marketing · copywriting
From the docs

What domain-hunter says it does

Help users find and purchase domain names at the best price.
SKILL.md
Based on the user's project description, generate 5-10 creative domain name suggestions.
SKILL.md
npx skills add https://github.com/resciencelab/opc-skills --skill domain-hunter

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.7k
repo stars1.2k
Security audit1 / 3 scanners passed
Last updatedJuly 27, 2026
Repositoryresciencelab/opc-skills

What problem does domain-hunter solve for developers using the documented workflows?

Search domains, compare prices, find promo codes, get purchase recommendations. Use when user wants to buy a domain, check domain prices, find domain deals, compare registrars, or search for .ai/.com

Who is it for?

Developers working with domain-hunter patterns described in the skill documentation.

Skip if: Skip when docs are empty or the task is outside the skill documented scope.

When should I use this skill?

Use when Search domains, compare prices, find promo codes, get purchase recommendations. Use when user wants to buy a domain, check domain prices, find domain deals, compare registrars, or

What you get

Actionable domain-hunter guidance grounded in SKILL.md workflows and reference files.

By the numbers

  • Published as domain-hunter version 1.0.0
  • Licensed under MIT from ReScienceLab opc-skills

Files

SKILL.mdMarkdownGitHub ↗

Domain Hunter Skill

Help users find and purchase domain names at the best price.

Workflow

Step 1: Generate Domain Ideas & Check Availability

Based on the user's project description, generate 5-10 creative domain name suggestions.

Guidelines:

  • Keep names short (under 15 characters)
  • Make them memorable and brandable
  • Consider: {action}{noun}, {noun}{suffix}, {prefix}{keyword}
  • Common suffixes: app, io, hq, ly, ify, now, hub

CRITICAL: Always check availability before presenting domains to user!

Use one of these methods to verify availability:

Method 1: WHOIS check (most reliable)

# Check if domain is available via whois
whois {domain}.{tld} 2>/dev/null | grep -i "no match\|not found\|available\|no data found" && echo "AVAILABLE" || echo "TAKEN"

Method 2: Registrar search page Open the registrar's domain search in browser to verify:

open "https://www.spaceship.com/domains/?search={domain}.{tld}"

Method 3: Bulk check via Namecheap/Dynadot

  • https://www.namecheap.com/domains/registration/results/?domain={domain}
  • https://www.dynadot.com/domain/search?domain={domain}

IMPORTANT:

  • Only present domains that are confirmed AVAILABLE
  • Mark any uncertain domains with "(unverified)"
  • Present suggestions to user and wait for confirmation before proceeding
  • Ask user to pick their preferred options or provide feedback
  • Only move to Step 2 after user approves domain name(s)

Step 2: Compare Prices

Use WebSearch to find current prices:

WebSearch: "cheapest .{tld} domain registrar 2026 site:tld-list.com"
WebSearch: ".{tld} domain price comparison tldes.com"

Key price comparison sites:

  • tld-list.com/tld/{tld}
  • tldes.com/{tld}
  • domaintyper.com/{tld}-domain

Step 3: Find Promo Codes

Use Twitter skill to search registrar accounts:

cd <twitter_skill_directory>
python3 scripts/search_tweets.py "from:{registrar} promo code" --type Latest --limit 15
python3 scripts/search_tweets.py "{registrar} promo code coupon" --type Latest --limit 15

Use Reddit skill to search domain communities:

cd <reddit_skill_directory>
python3 scripts/search_posts.py "{registrar} promo code" --limit 15
python3 scripts/search_posts.py "{registrar} coupon discount" --subreddit Domains --limit 10

Major registrar Twitter handles:

  • @spaceship, @Dynadot, @Namecheap, @Porkbun, @namesilo, @Cloudflare

Step 4: Recommend

Present final recommendation in this format:

## Recommendation

**Domain:** example.ai
**Best Registrar:** Spaceship
**Price:** $68.98/year (2-year minimum = $137.96)
**Promo Code:** None available for .ai
**Purchase Link:** https://www.spaceship.com/

### Price Comparison
| Registrar | Year 1 | Renewal | 2-Year Total |
|-----------|--------|---------|--------------|
| Spaceship | $68.98 | $68.98  | $137.96      |
| Cloudflare| $70.00 | $70.00  | $140.00      |
| Porkbun   | $71.40 | $72.40  | $143.80      |

Important Notes

1. Premium TLDs (.ai, .io) rarely have promo codes - wholesale costs are too high 2. .ai domains require 2-year minimum registration 3. Cloudflare offers at-cost pricing with no markup 4. Renewal prices often differ from registration - always check both 5. WHOIS privacy is free at most registrars (Cloudflare, Namecheap, Porkbun)

References

  • references/registrars.md - Detailed registrar comparison
  • references/spaceship-api.md - Spaceship API for automated domain operations

Related skills

How it compares

Choose domain-hunter over manual registrar tabs when you need idea generation plus live availability and cross-registrar price comparison in one agent workflow.

FAQ

Who is domain-hunter for?

Developers and software engineers working with domain-hunter patterns described in the skill documentation.

When should I use domain-hunter?

When Search domains, compare prices, find promo codes, get purchase recommendations. Use when user wants to buy a domain, check domain prices, find domain deals, compare registrars, or .

Is domain-hunter safe to install?

Review the Security Audits panel on this page before installing in production.

Marketing & SEOseocontent

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.