LobsterDomains
SkillCommerce & financeLets your agent search and register domain names, paying with cryptocurrency.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the LobsterDomains skill
About this capability
Register ICANN domains with crypto payments (USDC/USDT/ETH/BTC) via API — built for AI agents
What this skill tells your AI
The instructions your AI receives, as published by davepoon/buildwithclaude in plugins/all-skills/skills/lobsterdomains/SKILL.md and read by ahel’s review.
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
- Checks domain availability and live pricing
- Accepts on-chain payment (USDC/USDT on Ethereum, Arbitrum, Base, or Optimism)
- 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
Signals
- GitHub stars
- 3k
- Forks
- 500
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
lobsterdomains- Source
- github.com/davepoon/buildwithclaude