Awesome-openclaw-skills premium-domains
Search for premium domains for sale across Afternic, Sedo, Atom, Dynadot, Namecheap, NameSilo, and Unstoppable Domains.
install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/premium-domains" ~/.claude/skills/sundial-org-awesome-openclaw-skills-premium-domains && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/premium-domains" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-premium-domains && rm -rf "$T"
manifest:
skills/premium-domains/SKILL.mdsource content
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
— whether any listings existfound
— price in cents or dollarsmarketplaces.<name>.listing.price
— USD, EUR, etc.marketplaces.<name>.listing.currency
— direct link to listingmarketplaces.<name>.listing.url
— buy_now, auction, make_offermarketplaces.<name>.listing.listingType
Rate Limits
- 100 requests/minute (no auth needed)