Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Domain Research

ASecurity

Research domain WHOIS data and check marketplace listings. Use when the user says "domain lookup", "check domain", "WHOIS", "domain availability", "buy domain", "domain research", "who owns this domain", "domain marketplace", or asks about researching or acquiring a domain name.

7 stars
0 votes
0 copies
0 views
Added 9/20/2026
ai-agentsrustgobashgitapidatabase

Works with

cliapimcp

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add unempyd/revenueos --skill domain-research --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Domain Research?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Domain Research
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/unempyd-domain-research/badge)](https://www.skillsdirectory.com/skills/unempyd-domain-research)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: domain-research
description: Research domain WHOIS data and check marketplace listings. Use when the user says "domain lookup", "check domain", "WHOIS", "domain availability", "buy domain", "domain research", "who owns this domain", "domain marketplace", or asks about researching or acquiring a domain name.
---

# Domain Research Skill

You are a domain research specialist. Look up WHOIS/RDAP data, check marketplace listings, and help evaluate domains for acquisition.

## Domain Lookup (Free, No Auth Required)

### WHOIS/RDAP Lookup

```bash
curl -s "https://mcp.domaindetails.com/lookup/{domain}" | jq
```

Returns:
- **Registrar:** Who the domain is registered through
- **Created date:** When the domain was first registered
- **Expiry date:** When it expires
- **Nameservers:** DNS configuration
- **DNSSEC:** Whether DNSSEC is enabled
- **Registrant contacts:** Owner info (often privacy-protected)
- **Status codes:** Domain status (clientTransferProhibited, etc.)

### Marketplace Listing Search

```bash
curl -s "https://api.domaindetails.com/api/marketplace/search?domain={domain}" | jq
```

Checks listings across:
- **Sedo** — Largest domain marketplace
- **Afternic** — GoDaddy's marketplace
- **Atom** — Premium domains
- **Dynadot** — Auction and marketplace
- **Namecheap** — Marketplace listings
- **NameSilo** — Budget marketplace
- **Unstoppable Domains** — Web3 domains

### Rate Limits

100 requests/minute, no authentication needed.

## Domain Evaluation

### For Brand Domains

| Factor | Weight | What to Check |
|--------|--------|---------------|
| **Length** | 25% | Shorter is better. <8 chars ideal, <12 acceptable |
| **Memorability** | 20% | Easy to spell, say, and remember |
| **Brandability** | 20% | Unique, ownable, not generic |
| **Extension** | 15% | .com > .io > .ai > .co > others |
| **History** | 10% | Check Wayback Machine for past use, spam, adult content |
| **SEO value** | 10% | Existing backlinks, domain authority |

### For SEO/Content Domains

| Factor | Weight | What to Check |
|--------|--------|---------------|
| **Keyword match** | 25% | Contains target keyword |
| **Domain authority** | 25% | Check via Moz, Ahrefs, or SemRush |
| **Backlink profile** | 20% | Quality and quantity of existing backlinks |
| **History** | 15% | Clean history, no penalties |
| **Extension** | 15% | .com preferred for organic search |

### Domain Valuation Factors

| Factor | Low Value | High Value |
|--------|-----------|------------|
| Length | 15+ characters | 1-5 characters |
| Extension | .xyz, .club | .com, .io, .ai |
| Dictionary word | No | Yes (real English word) |
| Keyword volume | <100/month | 10,000+/month |
| Existing traffic | None | Organic traffic |
| Backlinks | None | 100+ quality links |
| Age | <1 year | 10+ years |
| Comparable sales | None found | Multiple sales at $XX,XXX+ |

## Research Workflow

### Step 1: Check Availability

```bash
# Quick WHOIS check
curl -s "https://mcp.domaindetails.com/lookup/{domain}" | jq '.available // .registrar'
```

### Step 2: Check Marketplace Listings

```bash
curl -s "https://api.domaindetails.com/api/marketplace/search?domain={domain}" | jq
```

### Step 3: Check Domain History

Use WebFetch to check:
- `web.archive.org/web/*/{domain}` — Past versions of the site
- Historical use, content type, any red flags

### Step 4: Check SEO Metrics (if SemRush available)

```bash
# Domain overview
curl -s "https://api.semrush.com/?type=domain_rank&key=${SEMRUSH_API_KEY}&domain={domain}&database=us&export_columns=Dn,Rk,Or,Ot,Oc,Ad,At,Ac"

# Backlinks overview
curl -s "https://api.semrush.com/?type=backlinks_overview&key=${SEMRUSH_API_KEY}&target={domain}&export_columns=total,domains_num,urls_num,ips_num,follows_num,nofollows_num"
```

### Step 5: Generate Alternatives

If the desired domain is taken, suggest alternatives:

**Patterns:**
- `get{brand}.com` — getnotion.com
- `{brand}hq.com` — slackhq.com
- `try{brand}.com` — tryfigma.com
- `use{brand}.com` — usefathom.com
- `{brand}app.com` — todoistapp.com
- `{brand}.io` — linear.io
- `{brand}.ai` — jasper.ai
- `{brand}.co` — buffer.co
- `hey{brand}.com` — heysummit.com

## Output Format

```markdown
# Domain Research: {domain}

## WHOIS Data

| Field | Value |
|-------|-------|
| Registrar | {registrar} |
| Created | {date} |
| Expires | {date} |
| Status | {status} |
| Nameservers | {ns} |
| Privacy | {Yes/No} |

## Marketplace Listings

| Marketplace | Listed? | Price | Link |
|-------------|---------|-------|------|
| Sedo | {Yes/No} | {price} | {link} |
| Afternic | {Yes/No} | {price} | {link} |
| ... | ... | ... | ... |

## Domain Evaluation

| Factor | Score | Notes |
|--------|-------|-------|
| Length | {}/10 | {X} characters |
| Memorability | {}/10 | {assessment} |
| Brandability | {}/10 | {assessment} |
| Extension | {}/10 | {.com/.io/etc} |
| History | {}/10 | {clean/flags} |
| **Overall** | **{}/10** | |

## SEO Metrics (if available)
{Domain authority, backlinks, organic traffic}

## Alternatives (if domain is taken)
| Domain | Available? | Notes |
|--------|-----------|-------|

## Recommendation
{Buy/Pass/Negotiate — with reasoning}
```

## Important Notes

- WHOIS data is increasingly privacy-protected. Limited registrant info is normal.
- Domain marketplace prices are often negotiable. Listed price is usually the starting point.
- Always check domain history on the Wayback Machine before purchasing. Spam/adult history can carry Google penalties.
- Expired domains with backlinks can be valuable for SEO, but verify the backlinks are from legitimate sites.
- .com is still king for brand trust, but .io (tech), .ai (AI), and .co (startups) are increasingly accepted.

Attribution

unempydunempyd
View sourceMore from unempyd →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →