📦 Pipeworx domains — 技能工具

v1.0.0

Search registered domain names by keyword and TLD — find what's taken via Domainsdb.info

0· 42·0 当前·0 累计
by @brucegutman (Bruce Gutman)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/8
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill mostly does what it says (search domains) but the documentation claims 'via Domainsdb.info' while its runtime examples call an external Pipeworx gateway and even recommend running npx mcp-remote@latest — this mismatch and the suggestion to fetch/run remote npm code create supply‑chain and privacy concerns.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/8

Initial release

无害

安装命令

点击复制
官方npx clawhub@latest install pipeworx-domains
🇨🇳 镜像加速npx clawhub@latest install pipeworx-domains --registry https://cn.longxiaskill.com

技能文档

Search for registered domain names matching a keyword. Filter by TLD zone (.com, .net, .io, etc.) to see what's already taken. Useful for brand research, competitive analysis, and domain name brainstorming.

Tools

  • search_domains — Search registered domains by keyword, optionally filtered by TLD. Returns domain names, creation dates, and update timestamps.

When to use

  • Checking if variations of a brand name are registered
  • Competitive research — see who owns domains around a keyword
  • Domain squatting analysis for a particular term
  • Brainstorming domain names by seeing what patterns are taken

Example: search for "weather" domains in .io

curl -s -X POST https://gateway.pipeworx.io/domains/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_domains","arguments":{"query":"weather","zone":"io","limit":5}}}'

MCP config

{
  "mcpServers": {
    "pipeworx-domains": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/domains/mcp"]
    }
  }
}

数据来源:ClawHub ↗ · 中文优化:龙虾技能库