ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

premium-domains

Search for premium domains for sale across Afternic, Sedo, Atom, Dynadot, Namecheap, NameSilo, and Unstoppable Domains.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/julianengel/premium-domains
Or

Premium Domain Search

Find domains for sale across major marketplaces. Free API, just curl.

Usage

curl -s "https://api.domaindetails.com/api/marketplace/search?domain=example.com" | jq

Marketplaces Checked

  • Afternic — GoDaddy's premium marketplace
  • Sedo — Global domain trading platform
  • Atom — Premium domain marketplace
  • Dynadot — Auctions & buy-now listings
  • Namecheap — Integrated registrar marketplace
  • NameSilo — Budget-friendly marketplace
  • Unstoppable Domains — Web3 domains

Response Fields

  • found — whether any listings exist
  • marketplaces.<name>.listing.price — price in cents or dollars
  • marketplaces.<name>.listing.currency — USD, EUR, etc.
  • marketplaces.<name>.listing.url — direct link to listing
  • marketplaces.<name>.listing.listingType — buy_now, auction, make_offer

Rate Limits

  • 100 requests/minute (no auth needed)

Metadata

Stars1865
Views0
Updated2026-03-03
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-julianengel-premium-domains": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.