domain-hunter

Solid

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.

AI & Automation 927 stars 97 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 91/100

Stars 20%
99
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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)** ```bash # 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: ```bash 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 Us...

Details

Author
ReScienceLab
Repository
ReScienceLab/opc-skills
Created
4 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category