Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install nameserver-reverse或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install nameserver-reverse⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/nameserver-reverse/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Domain intelligence tools through MCP-compatible clients.
| Endpoint | Description | |----------|-------------| | https://mcp.domainkits.com/mcp/nrds | Newly Registered Domains Search | | https://mcp.domainkits.com/mcp/ns-reverse | NS Reverse Lookup |
Edit config file:
~/Library/Application Support/Claude/claude_desktop_config.json%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"
]
}
}
}
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 extensions install https://github.com/ABTdomain/domainkits-mcp
Search for newly registered domains by keyword.
Parameters:
| Name | Type | Required | Default | Description | |------|------|----------|---------|-------------| | keyword | string | Yes | - | Search term (a-z, 0-9, hyphen only, max 20 chars) | | days | integer | Yes | - | 1-7 | | position | string | No | any | start, end, or any | | tld | string | No | all | Filter 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"}}}'
---
Look up gTLD domains hosted on a specific nameserver.
Parameters:
| Name | Type | Required | Default | Description | |------|------|----------|---------|-------------| | ns | string | Yes | - | Nameserver hostname (e.g., ns1.google.com) | | tld | string | No | all | Filter by TLD (e.g., com, net, org) | | min_len | integer | No | - | Minimum domain prefix length | | max_len | integer | No | - | 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}}}'
---
For complete results with advanced filters and export:
DomainKits - Domain intelligence tools for investors, brand managers, and researchers.
MIT
安装 DomainKts 后,可以对 AI 说这些话来触发它
Help me get started with DomainKts
Explains what DomainKts does, walks through the setup, and runs a quick demo based on your current project
Use DomainKts to perform reverse lookup of gTLD domains hosted on a specified namese...
Invokes DomainKts with the right parameters and returns the result directly in the conversation
What can I do with DomainKts in my developer & devops workflow?
Lists the top use cases for DomainKts, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/nameserver-reverse/ 目录(个人级,所有项目可用),或 .claude/skills/nameserver-reverse/(项目级)。重启 AI 客户端后,用 /nameserver-reverse 主动调用,或让 AI 根据上下文自动发现并使用。
DomainKts 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
DomainKts 可免费安装使用。请查阅仓库了解许可证信息。
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
DomainKts 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using DomainKts
Identifies repetitive steps in your workflow and sets up DomainKts to handle them automatically