Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

domain-research领域研究

Agent Skill

domain-research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,917

周安装

118

GitHub Stars

406

下载量

916
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:domain-research(领域研究)
来源仓库:https://github.com/openclaudia/openclaudia-skills
仓库路径:skills/domain-research
安装命令:
npx skills add https://github.com/openclaudia/openclaudia-skills --skill domain-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/openclaudia/openclaudia-skills --skill domain-research

简介

用于查找、检索和筛选相关信息,支持关键词和任务场景匹配。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件操作。
  • 安装方式:通过 npx 从 GitHub 仓库添加技能。

SKILL.md

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

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

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

FactorWeightWhat to Check
Length25%Shorter is better. <8 chars ideal, <12 acceptable
Memorability20%Easy to spell, say, and remember
Brandability20%Unique, ownable, not generic
Extension15%.com >.io >.ai >.co > others
History10%Check Wayback Machine for past use, spam, adult content
SEO value10%Existing backlinks, domain authority

For SEO/Content Domains

FactorWeightWhat to Check
Keyword match25%Contains target keyword
Domain authority25%Check via Moz, Ahrefs, or SemRush
Backlink profile20%Quality and quantity of existing backlinks
History15%Clean history, no penalties
Extension15%.com preferred for organic search

Domain Valuation Factors

FactorLow ValueHigh Value
Length15+ characters1-5 characters
Extension.xyz,.club.com,.io,.ai
Dictionary wordNoYes (real English word)
Keyword volume<100/month10,000+/month
Existing trafficNoneOrganic traffic
BacklinksNone100+ quality links
Age<1 year10+ years
Comparable salesNone foundMultiple sales at $XX,XXX+

Research Workflow

Step 1: Check Availability

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

Step 2: Check Marketplace Listings

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)

# 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

# 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.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.65%
按下载量换算308

Claude

29.5%
按下载量换算270

Cursor

19.31%
按下载量换算177

Gemini CLI

10.03%
按下载量换算92

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills