โ† All skills
Tencent SkillHub ยท Developer Tools

DomainKts

Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
Skill.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

DomainKits MCP Server

Domain intelligence tools through MCP-compatible clients.

Endpoints

EndpointDescriptionhttps://mcp.domainkits.com/mcp/nrdsNewly Registered Domains Searchhttps://mcp.domainkits.com/mcp/ns-reverseNS Reverse Lookup

Claude Desktop

Edit config file: macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json { "mcpServers": { "domainkits-nrds": { "command": "npx", "args": [ "mcp-remote", "https://mcp.domainkits.com/mcp/nrds", "--transport", "http-first" ] }, "domainkits-ns-reverse": { "command": "npx", "args": [ "mcp-remote", "https://mcp.domainkits.com/mcp/ns-reverse", "--transport", "http-first" ] } } }

Cursor

Edit ~/.cursor/mcp.json: { "mcpServers": { "domainkits-nrds": { "command": "npx", "args": ["mcp-remote", "https://mcp.domainkits.com/mcp/nrds"] }, "domainkits-ns-reverse": { "command": "npx", "args": ["mcp-remote", "https://mcp.domainkits.com/mcp/ns-reverse"] } } }

Gemini CLI

gemini extensions install https://github.com/ABTdomain/domainkits-mcp

search_nrds

Search for newly registered domains by keyword. Parameters: NameTypeRequiredDefaultDescriptionkeywordstringYes-Search term (a-z, 0-9, hyphen only, max 20 chars)daysintegerYes-1-7positionstringNoanystart, end, or anytldstringNoallFilter by TLD (e.g., com, net, org) Example: curl -X POST https://mcp.domainkits.com/mcp/nrds \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_nrds","arguments":{"keyword":"ai","days":7,"position":"start","tld":"com"}}}'

search_ns_reverse

Look up gTLD domains hosted on a specific nameserver. Parameters: NameTypeRequiredDefaultDescriptionnsstringYes-Nameserver hostname (e.g., ns1.google.com)tldstringNoallFilter by TLD (e.g., com, net, org)min_lenintegerNo-Minimum domain prefix lengthmax_lenintegerNo-Maximum domain prefix length Example: curl -X POST https://mcp.domainkits.com/mcp/ns-reverse \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_ns_reverse","arguments":{"ns":"ns1.google.com","tld":"com","min_len":4,"max_len":8}}}'

Limits

10 requests per minute per IP 5 domains per response NRDS data may have 24-48 hour delay

Full Access

For complete results with advanced filters and export: NRDS: domainkits.com/search/new NS Reverse: domainkits.com/tools/ns-reverse

About

DomainKits - Domain intelligence tools for investors, brand managers, and researchers.

Privacy

IP addresses anonymized Search queries anonymized Logs retained 7 days No personal data collected

License

MIT

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • Skill.md Docs