{
  "schemaVersion": "1.0",
  "item": {
    "slug": "domain",
    "name": "DomainKits",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ABTdomain/domain",
    "canonicalUrl": "https://clawhub.ai/ABTdomain/domain",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/domain",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=domain",
    "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/domain"
    },
    "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/domain",
    "agentPageUrl": "https://openagent3.xyz/skills/domain/agent",
    "manifestUrl": "https://openagent3.xyz/skills/domain/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/domain/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",
        "body": "Turn AI into your domain investment expert. Search, analyze, and discover domains with real-time market data."
      },
      {
        "title": "Why DomainKits?",
        "body": "DomainKits doesn't just give AI tools — it gives AI domain intelligence.\n\nYour AI can now:\n\nThink like a domainer — Understand what makes a domain valuable, spot trends before they peak\nAct on real-time data — See what's registering now, what's expiring tomorrow, what just dropped\nMake informed decisions — Analyze backlinks, keyword value, brand risk, and safety in seconds\nExecute instantly — From idea to available domain with pricing and register links"
      },
      {
        "title": "Option 1: Direct call (no config needed)",
        "body": "# List all DomainKits tools\nnpx mcporter list --http-url https://api.domainkits.com/v1/mcp\n\n# Call a tool directly\nnpx mcporter call https://api.domainkits.com/v1/mcp.available domain=example.com"
      },
      {
        "title": "Option 2: Add to mcporter config (recommended)",
        "body": "Add to config/mcporter.json or ~/.mcporter/mcporter.json:\n\n{\n  \"mcpServers\": {\n    \"domainkits\": {\n      \"description\": \"Domain intelligence tools for AI agents\",\n      \"baseUrl\": \"https://api.domainkits.com/v1/mcp\"\n    }\n  }\n}\n\nWith API key (for higher limits):\n\n{\n  \"mcpServers\": {\n    \"domainkits\": {\n      \"description\": \"Domain intelligence tools for AI agents\",\n      \"baseUrl\": \"https://api.domainkits.com/v1/mcp\",\n      \"headers\": {\n        \"X-API-Key\": \"$env:DOMAINKITS_API_KEY\"\n      }\n    }\n  }\n}\n\nThen call tools by name:\n\nnpx mcporter call domainkits.available domain=example.com\nnpx mcporter call domainkits.nrds keyword=ai limit=10\n\nGet your API key at https://domainkits.com"
      },
      {
        "title": "Instructions",
        "body": "Call DomainKits tools via mcporter:\n\n# List available tools\nmcporter list domainkits\n\n# Check domain availability\nmcporter call domainkits.available domain=example.com\n\n# Search newly registered domains\nmcporter call domainkits.nrds keyword=ai limit=10\n\n# Full domain analysis\nmcporter call domainkits.analyze domain=abtdomain.com"
      },
      {
        "title": "Tools",
        "body": "Search\n\nnrds — Newly registered domains\naged — Domains with 5-20+ years history\nexpired — Domains entering deletion cycle\ndeleted — Just-dropped domains, available now\nactive — Live sites and for-sale listings\nns_reverse — Domains on a specific nameserver\nunregistered_ai — Unregistered short .ai domains (3-letter, CVCV patterns)\ndomain_changes — Monitor 4M+ domains for transfers, expirations, new registrations, and NS changes\nprice — Registration costs by TLD\n\nQuery\n\navailable — Availability check with pricing\nwhois — Registration details\ndns — DNS records\nsafety — Google Safe Browsing check\ntld_check — Keyword availability across TLDs\nmarket_price — Secondary market listings and price estimates\n\nAnalysis (requires account)\n\nbacklink_summary — SEO backlink profile\nkeyword_data — Google Ads keyword data\n\nTrends\n\nkeywords_trends — Trending keywords in domain registrations (hot, emerging, prefix)\ntld_trends — TLD growth patterns\ntld_rank — Top TLDs by volume\n\nBulk\n\nbulk_tld — Check keyword popularity across TLDs\nbulk_available — Batch availability check with pricing\n\nWorkflows\n\nanalyze — Comprehensive domain audit\nbrand_match — Brand conflict detection with trademark links\nplan_b — Find alternatives when domain is taken\ndomain_generator — Generate creative domains with validation\nexpired_analysis — Due diligence for expired domains\ntrend_hunter — Spot trends and find related opportunities\nkeyword_intel — Deep keyword intelligence for domain investment\nmarket_beat — Domain market news briefing\nname_advisor — Professional domain naming consultation\nvaluation_cma — Comparative Market Analysis valuation\n\nPersonal Tools (require memory)\n\npreferences — Manage memory and saved preferences (action: get/set/delete)\nmonitor — Domain monitoring with auto WHOIS/DNS checks (action: get/set/update/delete)\nstrategy — Automated opportunity discovery (action: get/set/update/delete)\nusage — Check current usage and remaining quota"
      },
      {
        "title": "Instructions",
        "body": "When user wants domain suggestions:\n\nBrainstorm names based on keywords\nCall bulk_available to validate\nShow available options with prices and register_url\n\nWhen user wants to analyze a domain:\n\nCall whois, dns, safety\nGive a clear verdict\n\nOutput rules:\n\nAlways show register_url for available domains\nDisclose affiliate links\nDefault to no_hyphen=true and no_number=true"
      },
      {
        "title": "Access Tiers",
        "body": "Guest — Most tools, limited daily usage\nMember (free) — All tools, higher limits, memory features\nAI Access — Higher daily limits, more monitors and strategies\nPremium — Full access with highest limits\nPlatinum — Unlimited\n\nGet API key at https://domainkits.com"
      },
      {
        "title": "Privacy",
        "body": "Works without API key\nMemory OFF by default\nGDPR compliant\nDelete data anytime via delete_preferences"
      },
      {
        "title": "Links",
        "body": "Website: https://domainkits.com/mcp\nGitHub: https://github.com/ABTdomain/domainkits-mcp\nContact: info@domainkits.com"
      }
    ],
    "body": "DomainKits\n\nTurn AI into your domain investment expert. Search, analyze, and discover domains with real-time market data.\n\nWhy DomainKits?\n\nDomainKits doesn't just give AI tools — it gives AI domain intelligence.\n\nYour AI can now:\n\nThink like a domainer — Understand what makes a domain valuable, spot trends before they peak\nAct on real-time data — See what's registering now, what's expiring tomorrow, what just dropped\nMake informed decisions — Analyze backlinks, keyword value, brand risk, and safety in seconds\nExecute instantly — From idea to available domain with pricing and register links\nSetup\nOption 1: Direct call (no config needed)\n# List all DomainKits tools\nnpx mcporter list --http-url https://api.domainkits.com/v1/mcp\n\n# Call a tool directly\nnpx mcporter call https://api.domainkits.com/v1/mcp.available domain=example.com\n\nOption 2: Add to mcporter config (recommended)\n\nAdd to config/mcporter.json or ~/.mcporter/mcporter.json:\n\n{\n  \"mcpServers\": {\n    \"domainkits\": {\n      \"description\": \"Domain intelligence tools for AI agents\",\n      \"baseUrl\": \"https://api.domainkits.com/v1/mcp\"\n    }\n  }\n}\n\n\nWith API key (for higher limits):\n\n{\n  \"mcpServers\": {\n    \"domainkits\": {\n      \"description\": \"Domain intelligence tools for AI agents\",\n      \"baseUrl\": \"https://api.domainkits.com/v1/mcp\",\n      \"headers\": {\n        \"X-API-Key\": \"$env:DOMAINKITS_API_KEY\"\n      }\n    }\n  }\n}\n\n\nThen call tools by name:\n\nnpx mcporter call domainkits.available domain=example.com\nnpx mcporter call domainkits.nrds keyword=ai limit=10\n\n\nGet your API key at https://domainkits.com\n\nInstructions\n\nCall DomainKits tools via mcporter:\n\n# List available tools\nmcporter list domainkits\n\n# Check domain availability\nmcporter call domainkits.available domain=example.com\n\n# Search newly registered domains\nmcporter call domainkits.nrds keyword=ai limit=10\n\n# Full domain analysis\nmcporter call domainkits.analyze domain=abtdomain.com\n\nTools\n\nSearch\n\nnrds — Newly registered domains\naged — Domains with 5-20+ years history\nexpired — Domains entering deletion cycle\ndeleted — Just-dropped domains, available now\nactive — Live sites and for-sale listings\nns_reverse — Domains on a specific nameserver\nunregistered_ai — Unregistered short .ai domains (3-letter, CVCV patterns)\ndomain_changes — Monitor 4M+ domains for transfers, expirations, new registrations, and NS changes\nprice — Registration costs by TLD\n\nQuery\n\navailable — Availability check with pricing\nwhois — Registration details\ndns — DNS records\nsafety — Google Safe Browsing check\ntld_check — Keyword availability across TLDs\nmarket_price — Secondary market listings and price estimates\n\nAnalysis (requires account)\n\nbacklink_summary — SEO backlink profile\nkeyword_data — Google Ads keyword data\n\nTrends\n\nkeywords_trends — Trending keywords in domain registrations (hot, emerging, prefix)\ntld_trends — TLD growth patterns\ntld_rank — Top TLDs by volume\n\nBulk\n\nbulk_tld — Check keyword popularity across TLDs\nbulk_available — Batch availability check with pricing\n\nWorkflows\n\nanalyze — Comprehensive domain audit\nbrand_match — Brand conflict detection with trademark links\nplan_b — Find alternatives when domain is taken\ndomain_generator — Generate creative domains with validation\nexpired_analysis — Due diligence for expired domains\ntrend_hunter — Spot trends and find related opportunities\nkeyword_intel — Deep keyword intelligence for domain investment\nmarket_beat — Domain market news briefing\nname_advisor — Professional domain naming consultation\nvaluation_cma — Comparative Market Analysis valuation\n\nPersonal Tools (require memory)\n\npreferences — Manage memory and saved preferences (action: get/set/delete)\nmonitor — Domain monitoring with auto WHOIS/DNS checks (action: get/set/update/delete)\nstrategy — Automated opportunity discovery (action: get/set/update/delete)\nusage — Check current usage and remaining quota\nInstructions\n\nWhen user wants domain suggestions:\n\nBrainstorm names based on keywords\nCall bulk_available to validate\nShow available options with prices and register_url\n\nWhen user wants to analyze a domain:\n\nCall whois, dns, safety\nGive a clear verdict\n\nOutput rules:\n\nAlways show register_url for available domains\nDisclose affiliate links\nDefault to no_hyphen=true and no_number=true\nAccess Tiers\nGuest — Most tools, limited daily usage\nMember (free) — All tools, higher limits, memory features\nAI Access — Higher daily limits, more monitors and strategies\nPremium — Full access with highest limits\nPlatinum — Unlimited\n\nGet API key at https://domainkits.com\n\nPrivacy\nWorks without API key\nMemory OFF by default\nGDPR compliant\nDelete data anytime via delete_preferences\nLinks\nWebsite: https://domainkits.com/mcp\nGitHub: https://github.com/ABTdomain/domainkits-mcp\nContact: info@domainkits.com"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ABTdomain/domain",
    "publisherUrl": "https://clawhub.ai/ABTdomain/domain",
    "owner": "ABTdomain",
    "version": "2.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/domain",
    "downloadUrl": "https://openagent3.xyz/downloads/domain",
    "agentUrl": "https://openagent3.xyz/skills/domain/agent",
    "manifestUrl": "https://openagent3.xyz/skills/domain/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/domain/agent.md"
  }
}