← 返回 Skills 市场
2918
总下载
5
收藏
3
当前安装
14
版本数
在 OpenClaw 中安装
/install domain
功能描述
Check availability. Search related domains. Find more possibilities. Explore connections. Turn AI into your domain agent.
使用说明 (SKILL.md)
\r \r
Why DomainKits?\r
\r With DomainKits MCP/Skills Your AI can now:\r
- Data-driven actions — See what's registering now, what's expiring tomorrow, what just dropped\r
- Make informed decisions — Analyze backlinks, keyword value, brand risk, and safety in seconds\r
- Execute instantly — From idea to available domain with pricing in seconds\r \r
Setup\r
\r
Claude Code\r
claude mcp add domainkits https://api.domainkits.com/v1/mcp\r
```\r
\r
With API key (for higher limits):\r
```bash\r
claude mcp add domainkits https://api.domainkits.com/v1/mcp --header "X-API-Key: YOUR_KEY"\r
```\r
\r
### Claude.ai\r
Connect DomainKits via **Settings → Connectors**. No manual configuration needed.\r
\r
### Cursor / Other MCP Clients\r
Add to your MCP config:\r
```json\r
{\r
"mcpServers": {\r
"domainkits": {\r
"url": "https://api.domainkits.com/v1/mcp"\r
}\r
}\r
}\r
```\r
\r
With API key:\r
```json\r
{\r
"mcpServers": {\r
"domainkits": {\r
"url": "https://api.domainkits.com/v1/mcp",\r
"headers": {\r
"X-API-Key": "YOUR_KEY"\r
}\r
}\r
}\r
}\r
```\r
\r
\r
## Tools\r
\r
Search\r
- `nrds` — Newly registered domains\r
- `aged` — Domains with 5-20+ years history\r
- `expired` — Domains entering deletion cycle\r
- `deleted` — Just-dropped domains, available now\r
- `active` — Live sites and for-sale listings\r
- `ns_reverse` — Domains on a specific nameserver\r
- `unregistered_ai` — Unregistered short .ai domains (3-letter, CVCV patterns)\r
- `domain_changes` — Monitor 4M+ domains for transfers, expirations, new registrations, and NS changes\r
- `price` — Registration costs by TLD\r
\r
Query\r
- `available` — Availability check with pricing\r
- `whois` — Registration details\r
- `dns` — DNS records\r
- `safety` — Google Safe Browsing check\r
- `tld_check` — Keyword availability across TLDs\r
- `market_price` — Secondary market listings and price estimates\r
\r
Analysis (requires account)\r
- `backlink_summary` — SEO backlink profile\r
- `keyword_data` — Google Ads keyword data\r
\r
Trends\r
- `keywords_trends` — Trending keywords in domain registrations (hot, emerging, prefix)\r
- `tld_trends` — TLD growth patterns\r
- `tld_rank` — Top TLDs by volume\r
\r
Bulk\r
- `bulk_tld` — Check keyword popularity across TLDs\r
- `bulk_available` — Batch availability check with pricing\r
\r
Workflows\r
- `analyze` — Comprehensive domain audit\r
- `brand_match` — Brand conflict detection with trademark links\r
- `plan_b` — Find alternatives when domain is taken\r
- `domain_generator` — Generate creative domains with validation\r
- `expired_analysis` — Due diligence for expired domains\r
- `trend_hunter` — Spot trends and find related opportunities\r
- `keyword_intel` — Deep keyword intelligence for domain investment\r
- `market_beat` — Domain market news briefing\r
- `name_advisor` — Professional domain naming consultation\r
- `valuation_cma` — Comparative Market Analysis valuation\r
\r
Personal Tools (require memory)\r
- `preferences` — Manage memory and saved preferences (action: get/set/delete)\r
- `monitor` — Domain monitoring with auto WHOIS/DNS checks (action: get/set/update/delete)\r
- `strategy` — Automated opportunity discovery (action: get/set/update/delete)\r
- `usage` — Check current usage and remaining quota\r
\r
## Instructions\r
\r
When user wants domain suggestions:\r
1. Brainstorm names based on keywords\r
2. Call `bulk_available` to validate\r
3. Show available options with prices and `register_url`\r
\r
When user wants to analyze a domain:\r
1. Call `whois`, `dns`, `safety`\r
2. Give a clear verdict\r
\r
Output rules:\r
- Always show `register_url` for available domains\r
- Disclose affiliate links\r
- Default to `no_hyphen=true` and `no_number=true`\r
\r
## Access Tiers\r
\r
- **Guest** — Most tools, limited daily usage\r
- **Member** (free) — All tools, higher limits, memory features\r
- **AI Access** — Higher daily limits, more monitors and strategies\r
- **Premium** — Full access with highest limits\r
- **Platinum** — Unlimited\r
\r
Register a free account and get your API key at https://domainkits.com\r
\r
## Privacy\r
\r
- Works without API key\r
- Memory OFF by default\r
- GDPR compliant\r
- Delete data anytime via `delete_preferences`\r
\r
## Links\r
\r
- Website: https://domainkits.com/mcp\r
- GitHub: https://github.com/ABTdomain/domainkits-mcp\r
- Contact: [email protected]\r
- Developed by: https://abtdomain.com/
安全使用建议
This skill appears coherent for domain research. Before enabling or providing an API key: (1) confirm the official DomainKits endpoint and GitHub repo links match the service you expect, (2) only give DOMAINKITS_API_KEY if you trust the service and understand its scopes/quotas, (3) verify the affiliate-link disclosure and whether you’re comfortable with that behavior, and (4) remember memory features can store preferences/monitors — keep memory off if you don't want the agent to retain domain watchlists or keys. If anything seems off, test the skill in a limited account/guest mode first and monitor API usage.
功能分析
Type: OpenClaw Skill
Name: domain
Version: 2.0.4
The skill bundle provides a legitimate integration for the DomainKits service, allowing an AI agent to perform domain availability checks, WHOIS lookups, and SEO analysis. The skill.md file contains standard MCP configuration instructions and helpful guidelines for the agent to assist users with domain-related tasks without any evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description match the declared capabilities (availability checks, search, trends, analysis). The single primary credential (DOMAINKITS_API_KEY) is appropriate for an external API service. No unrelated binaries, config paths, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to call the DomainKits MCP endpoints and use the listed tools (availability, whois, dns, etc.). There are no instructions to read local files, harvest unrelated environment variables, or exfiltrate data to unexpected endpoints. It does instruct the agent to disclose affiliate links and use memory-backed personal tools when available (memory is off by default).
Install Mechanism
No install spec or code files are present (instruction-only skill), so nothing is downloaded or written to disk by the skill itself — minimal install risk.
Credentials
The skill declares DOMAINKITS_API_KEY as its primary credential, which is proportionate for API access. Minor inconsistency: registry metadata lists 'Required env vars: none' while primaryEnv is set; SKILL.md also notes the service 'works without API key' (guest mode). This is plausible (API key optional for higher limits) but worth confirming before providing a key.
Persistence & Privilege
always:false (not forced into every agent run). The skill exposes memory-backed personal tools (preferences, monitor, strategy), but notes memory is off by default. The skill does not request system-wide config changes or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install domain - 安装完成后,直接呼叫该 Skill 的名称或使用
/domain触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.4
- Simplified and updated the skill description for clarity and ease of use.
- Added concise setup instructions for Claude, Claude.ai, Cursor, and generic MCP clients.
- Streamlined feature explanations and instructions, focusing on actionable steps and essential tool usage.
- Enhanced and clarified tool listing, usage rules, and access tier information.
- Added more direct links for support and developer contact.
- Removed redundant sections and condensed onboarding guidance.
v2.0.3
## DomainKits 2.0.3 Changelog
- No file changes detected; internal/package update only.
- All features, tools, documentation, and instructions remain unchanged.
v2.0.2
- No changes detected in this version; contents remain the same as the previous release.
v2.0.1
- Expanded toolset: added domain_changes, price, market_price, keyword_intel, market_beat, name_advisor, valuation_cma, and other workflow tools.
- Overhauled tool organization: clarified tool categories and usage, including new “Personal Tools” with memory actions for preferences, monitor, strategy, and usage tracking.
- Updated instructions and examples for domain analysis and suggestion workflows.
- Refined access tiers: introduced “AI Access” tier with revised quota descriptions.
- Several tool descriptions improved for accuracy and current features.
v1.0.10
- Added new tools: unregistered_ai (unregistered short .ai domains), bulk_tld (keyword popularity across TLDs), domain_generator (creative domains with validation), trend_hunter (trend discovery).
- Expanded tool categories with Monitor and Strategy: set_monitor, get_monitors, update_monitor, delete_monitor, set_strategy, get_strategies, update_strategy, and delete_strategy.
- Improved workflow and output clarity in documentation.
- Updated descriptions for several tools and clarified requirements for some advanced features.
v1.0.9
- Expanded documentation for setup and usage, including direct mcporter calls and config options.
- Added details for new analysis and workflow tools such as backlink_summary, suggest, similar, plan_b, analyze, brand_match, and expired_analysis.
- Clarified access tiers (Guest, Member, Premium, Platinum) and memory/privacy policy.
- Improved tool descriptions and sample code for direct integration.
- Updated homepage and metadata for better discoverability.
v1.0.8
- Added connection instructions for Claude Desktop, including mcp-remote integration.
- No other feature changes or updates.
v1.0.7
- Major documentation update: revamped and simplified skill documentation for clarity and easier onboarding.
- Replaced the old SKILL.md with a concise, user-friendly skill.md.
- Clearer tool descriptions, usage examples, privacy information, and setup instructions.
- Outlines available features and workflows in a more approachable, step-by-step format.
- API key usage and memory features now explained up front; affiliate link disclosure and output standards emphasized.
v1.0.6
- Updated description to clarify available features and focus on main domain intelligence capabilities.
- Added an env section documenting the DOMAINKITS_API_KEY environment variable and its usage.
- No functional changes to workflows, instructions, or privacy policy.
- General improvements in clarity and conciseness for users.
v1.0.5
- Updated support email address from [email protected] to [email protected].
v1.0.4
**Major version update with improved transparency and skill metadata:**
- Added version number and comprehensive metadata (homepage, repository, publisher, support).
- Enhanced privacy details: listed data sent/stored, clarified GDPR compliance, and user control over preferences.
- Updated API key environment variable to DOMAINKITS_API_KEY and clarified usage/rate limits.
- Refreshed example queries for clarity and focus.
- No changes to core instructions or domain analysis workflows.
v1.0.3
Major update: Expanded domain intelligence features and workflows.
- Added comprehensive search types: aged, expired, deleted, active, and nameserver reverse.
- New validation and analysis tools: availability, bulk availability, whois, DNS, safety, and TLD-wide checks.
- Introduced market intelligence: keyword trends, TLD growth, registration volumes, and pricing data.
- Detailed example prompts and user workflows for brainstorming, acquisition, and analysis.
- Output rules clarify how to present links, pricing, urgency, and branding.
- GDPR-compliant preference memory (optional); user data not saved by default.
- Instructions and usage updated for improved user guidance and expertise.
v1.0.2
- Updated skills
v1.0.1
- Added detailed documentation for using DomainKits MCP Server with Claude Desktop, Cursor, and Gemini CLI.
- Described endpoints for newly registered domains search and NS reverse lookup.
- Provided usage instructions and configuration examples.
- Listed API request/response limits and privacy policy.
- Included information on advanced access and export options via DomainKits.com.
元数据
常见问题
DomainKits - domain name data and insights 是什么?
Check availability. Search related domains. Find more possibilities. Explore connections. Turn AI into your domain agent. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2918 次。
如何安装 DomainKits - domain name data and insights?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install domain」即可一键安装,无需额外配置。
DomainKits - domain name data and insights 是免费的吗?
是的,DomainKits - domain name data and insights 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
DomainKits - domain name data and insights 支持哪些平台?
DomainKits - domain name data and insights 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DomainKits - domain name data and insights?
由 Abtdomain(@abtdomain)开发并维护,当前版本 v2.0.4。
推荐 Skills