LaunchKit · 2026
Back to Skills

nameserver-reverse

Domain intelligence tools through MCP-compatible clients.

2
1.7k downloads
by @abtdomain

Setup & Installation

openclaw skills install @abtdomain/nameserver-reverse

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install nameserver-reverse

What This Skill Does

DomainKits provides two domain intelligence tools via MCP: a newly registered domain search and a nameserver reverse lookup. Results are capped at 5 domains per response with a 10 requests-per-minute limit. NRDS data has a 24-48 hour delay.

Runs domain lookups directly inside an AI chat session without switching to a separate web tool or API client.

When to use it

  • Checking if a brand keyword was registered as a new domain this week
  • Finding all gTLD domains pointed at a specific nameserver
  • Monitoring recent .com registrations around a product name
  • Auditing which domains share a hosting provider's nameserver
  • Scanning newly registered domains in a target TLD for drop-catching

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Which domains registered in the last 3 days start with 'ai' and use a .com TLD?

AGENT
  1. 1Calls search_nrds with keyword='ai', days=3, position='start', tld='com'
  2. 2Receives up to 5 matching newly registered domains from the NRDS endpoint
  3. 3Returns domain names with their registration context
OUTPUT

A list of up to 5 .com domains starting with 'ai' registered in the past 3 days

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

MCP-compatible client such as Claude Desktop, Cursor, or Gemini CLI