{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nameserver-reverse",
    "name": "DomainKts",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ABTdomain/nameserver-reverse",
    "canonicalUrl": "https://clawhub.ai/ABTdomain/nameserver-reverse",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/nameserver-reverse",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nameserver-reverse",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "Skill.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/nameserver-reverse"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/nameserver-reverse",
    "agentPageUrl": "https://openagent3.xyz/skills/nameserver-reverse/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nameserver-reverse/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nameserver-reverse/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "DomainKits MCP Server",
        "body": "Domain intelligence tools through MCP-compatible clients."
      },
      {
        "title": "Endpoints",
        "body": "EndpointDescriptionhttps://mcp.domainkits.com/mcp/nrdsNewly Registered Domains Searchhttps://mcp.domainkits.com/mcp/ns-reverseNS Reverse Lookup"
      },
      {
        "title": "Claude Desktop",
        "body": "Edit config file:\n\nmacOS: ~/Library/Application Support/Claude/claude_desktop_config.json\nWindows: %APPDATA%\\Claude\\claude_desktop_config.json\n\n{\n  \"mcpServers\": {\n    \"domainkits-nrds\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://mcp.domainkits.com/mcp/nrds\",\n        \"--transport\",\n        \"http-first\"\n      ]\n    },\n    \"domainkits-ns-reverse\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://mcp.domainkits.com/mcp/ns-reverse\",\n        \"--transport\",\n        \"http-first\"\n      ]\n    }\n  }\n}"
      },
      {
        "title": "Cursor",
        "body": "Edit ~/.cursor/mcp.json:\n\n{\n  \"mcpServers\": {\n    \"domainkits-nrds\": {\n      \"command\": \"npx\",\n      \"args\": [\"mcp-remote\", \"https://mcp.domainkits.com/mcp/nrds\"]\n    },\n    \"domainkits-ns-reverse\": {\n      \"command\": \"npx\",\n      \"args\": [\"mcp-remote\", \"https://mcp.domainkits.com/mcp/ns-reverse\"]\n    }\n  }\n}"
      },
      {
        "title": "Gemini CLI",
        "body": "gemini extensions install https://github.com/ABTdomain/domainkits-mcp"
      },
      {
        "title": "search_nrds",
        "body": "Search for newly registered domains by keyword.\n\nParameters:\n\nNameTypeRequiredDefaultDescriptionkeywordstringYes-Search term (a-z, 0-9, hyphen only, max 20 chars)daysintegerYes-1-7positionstringNoanystart, end, or anytldstringNoallFilter by TLD (e.g., com, net, org)\n\nExample:\n\ncurl -X POST https://mcp.domainkits.com/mcp/nrds \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"search_nrds\",\"arguments\":{\"keyword\":\"ai\",\"days\":7,\"position\":\"start\",\"tld\":\"com\"}}}'"
      },
      {
        "title": "search_ns_reverse",
        "body": "Look up gTLD domains hosted on a specific nameserver.\n\nParameters:\n\nNameTypeRequiredDefaultDescriptionnsstringYes-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\n\nExample:\n\ncurl -X POST https://mcp.domainkits.com/mcp/ns-reverse \\\n  -H \"Content-Type: application/json\" \\\n  -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}}}'"
      },
      {
        "title": "Limits",
        "body": "10 requests per minute per IP\n5 domains per response\nNRDS data may have 24-48 hour delay"
      },
      {
        "title": "Full Access",
        "body": "For complete results with advanced filters and export:\n\nNRDS: domainkits.com/search/new\nNS Reverse: domainkits.com/tools/ns-reverse"
      },
      {
        "title": "About",
        "body": "DomainKits - Domain intelligence tools for investors, brand managers, and researchers."
      },
      {
        "title": "Privacy",
        "body": "IP addresses anonymized\nSearch queries anonymized\nLogs retained 7 days\nNo personal data collected"
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "DomainKits MCP Server\n\nDomain intelligence tools through MCP-compatible clients.\n\nEndpoints\nEndpoint\tDescription\nhttps://mcp.domainkits.com/mcp/nrds\tNewly Registered Domains Search\nhttps://mcp.domainkits.com/mcp/ns-reverse\tNS Reverse Lookup\nConfiguration\nClaude Desktop\n\nEdit config file:\n\nmacOS: ~/Library/Application Support/Claude/claude_desktop_config.json\nWindows: %APPDATA%\\Claude\\claude_desktop_config.json\n{\n  \"mcpServers\": {\n    \"domainkits-nrds\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://mcp.domainkits.com/mcp/nrds\",\n        \"--transport\",\n        \"http-first\"\n      ]\n    },\n    \"domainkits-ns-reverse\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://mcp.domainkits.com/mcp/ns-reverse\",\n        \"--transport\",\n        \"http-first\"\n      ]\n    }\n  }\n}\n\nCursor\n\nEdit ~/.cursor/mcp.json:\n\n{\n  \"mcpServers\": {\n    \"domainkits-nrds\": {\n      \"command\": \"npx\",\n      \"args\": [\"mcp-remote\", \"https://mcp.domainkits.com/mcp/nrds\"]\n    },\n    \"domainkits-ns-reverse\": {\n      \"command\": \"npx\",\n      \"args\": [\"mcp-remote\", \"https://mcp.domainkits.com/mcp/ns-reverse\"]\n    }\n  }\n}\n\nGemini CLI\ngemini extensions install https://github.com/ABTdomain/domainkits-mcp\n\nTools\nsearch_nrds\n\nSearch for newly registered domains by keyword.\n\nParameters:\n\nName\tType\tRequired\tDefault\tDescription\nkeyword\tstring\tYes\t-\tSearch term (a-z, 0-9, hyphen only, max 20 chars)\ndays\tinteger\tYes\t-\t1-7\nposition\tstring\tNo\tany\tstart, end, or any\ntld\tstring\tNo\tall\tFilter by TLD (e.g., com, net, org)\n\nExample:\n\ncurl -X POST https://mcp.domainkits.com/mcp/nrds \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"search_nrds\",\"arguments\":{\"keyword\":\"ai\",\"days\":7,\"position\":\"start\",\"tld\":\"com\"}}}'\n\nsearch_ns_reverse\n\nLook up gTLD domains hosted on a specific nameserver.\n\nParameters:\n\nName\tType\tRequired\tDefault\tDescription\nns\tstring\tYes\t-\tNameserver hostname (e.g., ns1.google.com)\ntld\tstring\tNo\tall\tFilter by TLD (e.g., com, net, org)\nmin_len\tinteger\tNo\t-\tMinimum domain prefix length\nmax_len\tinteger\tNo\t-\tMaximum domain prefix length\n\nExample:\n\ncurl -X POST https://mcp.domainkits.com/mcp/ns-reverse \\\n  -H \"Content-Type: application/json\" \\\n  -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}}}'\n\nLimits\n10 requests per minute per IP\n5 domains per response\nNRDS data may have 24-48 hour delay\nFull Access\n\nFor complete results with advanced filters and export:\n\nNRDS: domainkits.com/search/new\nNS Reverse: domainkits.com/tools/ns-reverse\nAbout\n\nDomainKits - Domain intelligence tools for investors, brand managers, and researchers.\n\nPrivacy\nIP addresses anonymized\nSearch queries anonymized\nLogs retained 7 days\nNo personal data collected\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ABTdomain/nameserver-reverse",
    "publisherUrl": "https://clawhub.ai/ABTdomain/nameserver-reverse",
    "owner": "ABTdomain",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nameserver-reverse",
    "downloadUrl": "https://openagent3.xyz/downloads/nameserver-reverse",
    "agentUrl": "https://openagent3.xyz/skills/nameserver-reverse/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nameserver-reverse/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nameserver-reverse/agent.md"
  }
}