ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

pipeworx-domains

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brucegutman/pipeworx-domains
Or

Domain Search

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"]
    }
  }
}

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-brucegutman-pipeworx-domains": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.