Agent Skills
› davepoon/buildwithclaude
› lobsterdomains
lobsterdomains
GitHub通过REST API自主注册ICANN域名,支持USDC/USDT/ETH/BTC等加密货币支付。提供域名可用性查询、链上支付及DNS凭证返回功能,专为AI代理设计,无需浏览器交互即可完成域名获取。
Trigger Scenarios
用户希望检查域名是否可用
用户希望通过程序化方式注册域名且无需浏览器操作
用户希望使用加密货币支付域名注册费用
Install
npx skills add davepoon/buildwithclaude --skill lobsterdomains -g -y
SKILL.md
Frontmatter
{
"name": "lobsterdomains",
"category": "ecommerce",
"description": "Register ICANN domains with crypto payments (USDC\/USDT\/ETH\/BTC) via API — built for AI agents"
}
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
- 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
Version History
- 502fc01 Current 2026-07-05 15:05


