From all-skills
Checks ICANN domain (.com/.xyz/etc.) availability/pricing and registers via REST API using crypto payments (USDC/USDT/ETH/BTC). Enables autonomous domain acquisition for AI agents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills:lobsterdomainsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
# 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":"..."}}'
Generate an API key at https://lobsterdomains.xyz/api-keys (requires Ethereum wallet auth).
npx claudepluginhub davepoon/buildwithclaude --plugin all-skillsRegisters, purchases, renews, and manages domains via Zeabur CLI. Supports WHOIS registrant profiles, auto-renew, domain search, and common TLDs (.com, .io, .dev, .app, etc.). Alternative to GoDaddy or Namecheap.
Guides DNS architecture, redirect strategies, registrar selection, and multi-domain portfolio management. Helps with apex vs www, subdomain vs subfolder decisions, and domain consolidation or migration planning.
Generates creative domain name ideas from project descriptions and checks availability across TLDs (.com, .io, .dev, .ai, .app). Useful for new projects, product launches, or rebranding.