TopRank Skills

Home / Claw Skills / Git / GitHub / domainkits
Official OpenClaw rules 36%

domainkits

Turn AI into your domain investment expert. Search newly registered, expired, deleted domains. Check availability with pricing. WHOIS/DNS lookup. Track market trends.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 domainkits 技能。 若已安装,则直接安装 domainkits 技能。

Overview

Skill Key
abtdomain/domain
Author
abtdomain
Source Repo
openclaw/skills
Version
-
Source Path
skills/abtdomain/domain
Latest Commit SHA
779cd6d06dd212536eb3ad17622b16b0c002ddae

Extracted Content

SKILL.md excerpt

# DomainKits

Turn AI into your domain investment expert. Search, analyze, and discover domains with real-time market data.

## Why DomainKits?

DomainKits doesn't just give AI tools — it gives AI **domain intelligence**.

Your AI can now:
- **Think like a domainer** — Understand what makes a domain valuable, spot trends before they peak
- **Act on real-time data** — See what's registering now, what's expiring tomorrow, what just dropped
- **Make informed decisions** — Analyze backlinks, keyword value, brand risk, and safety in seconds
- **Execute instantly** — From idea to available domain with pricing and register links


## Setup

### Option 1: Direct call (no config needed)
```bash
# List all DomainKits tools
npx mcporter list --http-url https://api.domainkits.com/v1/mcp

# Call a tool directly
npx mcporter call https://api.domainkits.com/v1/mcp.available domain=example.com
```

### Option 2: Add to mcporter config (recommended)

Add to `config/mcporter.json` or `~/.mcporter/mcporter.json`:
```json
{
  "mcpServers": {
    "domainkits": {
      "description": "Domain intelligence tools for AI agents",
      "baseUrl": "https://api.domainkits.com/v1/mcp"
    }
  }
}
```

With API key (for higher limits):
```json
{
  "mcpServers": {
    "domainkits": {
      "description": "Domain intelligence tools for AI agents",
      "baseUrl": "https://api.domainkits.com/v1/mcp",
      "headers": {
        "X-API-Key": "$env:DOMAINKITS_API_KEY"
      }
    }
  }
}
```

Then call tools by name:
```bash
npx mcporter call domainkits.available domain=example.com
npx mcporter call domainkits.nrds keyword=ai limit=10
```

Get your API key at https://domainkits.com

## Instructions

Call DomainKits tools via mcporter:
```bash
# List available tools
mcporter list domainkits

# Check domain availability
mcporter call domainkits.available domain=example.com

# Search newly registered domains
mcporter call domainki...

Related Claw Skills