Skip to main content
Generaldvcrn

domainkits

Turn AI into your domain investment expert. Search newly registered, expired, deleted domains. Check availability with pricing. WHOIS/DNS lookup. Track market trends.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--domainkits
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/abtdomain--domain/skills/domainkits/SKILL.md -o .claude/skills/domainkits.md

Drops the SKILL.md into .claude/skills/domainkits.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

DomainKits

Turn AI into your domain investment expert. Search, analyze, and discover domains with real-time market data.

Why DomainKits?

DomainKits doesn't just give AI tools — it gives AI domain intelligence.

Your AI can now:

  • Think like a domainer — Understand what makes a domain valuable, spot trends before they peak
  • Act on real-time data — See what's registering now, what's expiring tomorrow, what just dropped
  • Make informed decisions — Analyze backlinks, keyword value, brand risk, and safety in seconds
  • Execute instantly — From idea to available domain with pricing and register links

Setup

Option 1: Direct call (no config needed)

# List all DomainKits tools
npx mcporter list --http-url https://api.domainkits.com/v1/mcp

# Call a tool directly
npx mcporter call https://api.domainkits.com/v1/mcp.available domain=example.com

Option 2: Add to mcporter config (recommended)

Add to config/mcporter.json or ~/.mcporter/mcporter.json:

{
  "mcpServers": {
    "domainkits": {
      "description": "Domain intelligence tools for AI agents",
      "baseUrl": "https://api.domainkits.com/v1/mcp"
    }
  }
}

With API key (for higher limits):

{
  "mcpServers": {
    "domainkits": {
      "description": "Domain intelligence tools for AI agents",
      "baseUrl": "https://api.domainkits.com/v1/mcp",
      "headers": {
        "X-API-Key": "$env:DOMAINKITS_API_KEY"
      }
    }
  }
}

Then call tools by name:

npx mcporter call domainkits.available domain=example.com
npx mcporter call domainkits.nrds keyword=ai limit=10

Get your API key at https://domainkits.com

Instructions

Call DomainKits tools via mcporter:

# List available tools
mcporter list domainkits

# Check domain availability
mcporter call domainkits.available domain=example.com

# Search newly registered domains
mcporter call domainkits.nrds keyword=ai limit=10

# Full domain analysis
mcporter call domainkits.analyze domain=abtdomain.com

Tools

Search

  • nrds — Newly registered domains
  • aged — Domains with 5-20+ years history
  • expired — Domains entering deletion cycle
  • deleted — Just-dropped domains, available now
  • active — Live sites and for-sale listings
  • ns_reverse — Domains on a specific nameserver
  • unregistered_ai — Unregistered short .ai domains (3-letter, CVCV patterns)
  • domain_changes — Monitor 4M+ domains for transfers, expirations, new registrations, and NS changes
  • price — Registration costs by TLD

Query

  • available — Availability check with pricing
  • whois — Registration details
  • dns — DNS records
  • safety — Google Safe Browsing check
  • tld_check — Keyword availability across TLDs
  • market_price — Secondary market listings and price estimates

Analysis (requires account)

  • backlink_summary — SEO backlink profile
  • keyword_data — Google Ads keyword data

Trends

  • keywords_trends — Trending keywords in domain registrations (hot, emerging, prefix)
  • tld_trends — TLD growth patterns
  • tld_rank — Top TLDs by volume

Bulk

  • bulk_tld — Check keyword popularity across TLDs
  • bulk_available — Batch availability check with pricing

Workflows

  • analyze — Comprehensive domain audit
  • brand_match — Brand conflict detection with trademark links
  • plan_b — Find alternatives when domain is taken
  • domain_generator — Generate creative domains with validation
  • expired_analysis — Due diligence for expired domains
  • trend_hunter — Spot trends and find related opportunities
  • keyword_intel — Deep keyword intelligence for domain investment
  • market_beat — Domain market news briefing
  • name_advisor — Professional domain naming consultation
  • valuation_cma — Comparative Market Analysis valuation

Personal Tools (require memory)

  • preferences — Manage memory and saved preferences (action: get/set/delete)
  • monitor — Domain monitoring with auto WHOIS/DNS checks (action: get/set/update/delete)
  • strategy — Automated opportunity discovery (action: get/set/update/delete)
  • usage — Check current usage and remaining quota

Instructions

When user wants domain suggestions:

  1. Brainstorm names based on keywords
  2. Call bulk_available to validate
  3. Show available options with prices and register_url

When user wants to analyze a domain:

  1. Call whois, dns, safety
  2. Give a clear verdict

Output rules:

  • Always show register_url for available domains
  • Disclose affiliate links
  • Default to no_hyphen=true and no_number=true

Access Tiers

  • Guest — Most tools, limited daily usage
  • Member (free) — All tools, higher limits, memory features
  • AI Access — Higher daily limits, more monitors and strategies
  • Premium — Full access with highest limits
  • Platinum — Unlimited

Get API key at https://domainkits.com

Privacy

  • Works without API key
  • Memory OFF by default
  • GDPR compliant
  • Delete data anytime via delete_preferences

Links