Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
davepoon avatar

Lobsterdomains

  • 65 installs
  • 3.2k repo stars
  • Updated August 2, 2026
  • davepoon/buildwithclaude

Check availability and register .com/.xyz/.org and 1000+ ICANN domains programmatically, paying with crypto (USDC/USDT/ETH/BTC) via REST API.

About

Wraps the LobsterDomains REST API to check domain availability and register ICANN domains with on-chain crypto payment, built for autonomous AI agents. A developer uses it to acquire domains programmatically without browser interaction.

  • REST endpoints for domain check and register; returns DNS management credentials
  • Accepts on-chain USDC/USDT payment on Ethereum, Arbitrum, Base, or Optimism

Lobsterdomains by the numbers

  • 65 all-time installs (skills.sh)
  • Ranked #3,109 of 4,348 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davepoon/buildwithclaude --skill lobsterdomains

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs65
repo stars3.2k
Last updatedAugust 2, 2026
Repositorydavepoon/buildwithclaude

What it does

Check availability and register .com/.xyz/.org and 1000+ ICANN domains programmatically, paying with crypto (USDC/USDT/ETH/BTC) via REST API.

Files

SKILL.mdMarkdownGitHub ↗

LobsterDomains

Register .com, .xyz, .org and 1000+ ICANN domains with cryptocurrency payments via a simple REST API. Built for AI agents to acquire domains fully autonomously.

When to Use This Skill

  • User wants to check if a domain name is available
  • User wants to register a domain programmatically without browser interaction
  • User wants to pay for domain registration with crypto (USDC/USDT/ETH/BTC)

What This Skill Does

1. Checks domain availability and live pricing 2. Accepts on-chain payment (USDC/USDT on Ethereum, Arbitrum, Base, or Optimism) 3. Registers the domain and returns DNS management credentials

Usage

# Check availability
curl "https://lobsterdomains.xyz/api/v1/domains/check?domain=example.com" \
  -H "Authorization: Bearer $LOBSTERDOMAINS_API_KEY"

# Register after payment
curl -X POST https://lobsterdomains.xyz/api/v1/domains/register \
  -H "Authorization: Bearer $LOBSTERDOMAINS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"domain":"example.com","tx_hash":"0x...","contact":{"name":"...","email":"..."}}'

Setup

Generate an API key at https://lobsterdomains.xyz/api-keys (requires Ethereum wallet auth).

Links

  • Website: https://lobsterdomains.xyz
  • ClawHub: https://clawhub.ai/esokullu/lobsterdomains
  • Full docs: https://lobsterdomains.xyz/skills.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.