/install lobsterdomains
LobsterDomains — AI-Powered Domain Registration with Crypto
Register domain names using cryptocurrency payments. Supports USDC/USDT stablecoins on multiple chains (Ethereum, Arbitrum, Base, Optimism), native ETH, and Bitcoin.
Authentication
Get your API key at https://lobsterdomains.xyz/api-keys (requires Ethereum wallet sign-in).
All requests require a Bearer token:
Authorization: Bearer ld_your_api_key_here
Set the environment variable:
export LOBSTERDOMAINS_API_KEY="ld_your_api_key_here"
Base URL
https://lobsterdomains.xyz
Tools
1. Check Domain Availability
Check if a domain is available and get pricing.
GET /api/v1/domains/check?domain={domain}
Parameters:
domain(required): The domain name to check (e.g.,example.com)
Response:
{
"available": true,
"domain": "example.com",
"price": "13.50",
"currency": "USDC"
}
2. Get Current Prices
Retrieve current ETH and BTC prices in USD for payment conversion.
GET /api/v1/prices
3. Get TLD Pricing
View pricing for all supported TLDs.
GET https://lobsterdomains.xyz/pricing
4. Register a Domain
Complete a domain registration after on-chain payment.
POST /api/v1/domains/register
Request Body:
{
"domain": "example.com",
"years": 1,
"currency": "USDC",
"chain": "base",
"txHash": "0x...",
"contact": {
"firstName": "Jane",
"lastName": "Doe",
"organization": "Example Inc",
"email": "[email protected]",
"phone": "+1.5551234567",
"address": "123 Main St",
"city": "San Francisco",
"state": "CA",
"postalCode": "94105",
"country": "US"
},
"nameservers": ["ns1.example.com", "ns2.example.com"]
}
Fields:
domain(required): Domain name to registeryears(required): Registration period, 1–10currency(required):USDC,USDT,ETH, orBTCchain(required for stablecoins/ETH):ethereum,arbitrum,base, oroptimismtxHash(required): On-chain transaction hash proving paymentcontact(required): Registrant contact information with 2-letter country codenameservers(optional): Custom nameservers; defaults to afraid.org
Response:
{
"orderId": "abc123",
"domain": "example.com",
"status": "registered",
"opensrsUsername": "...",
"opensrsPassword": "...",
"managementUrl": "https://..."
}
Important: The response includes
opensrsUsernameandopensrsPasswordfor post-purchase DNS and transfer management. Always present these credentials directly to the user and instruct them to store the credentials securely (e.g., in a password manager). Never persist these credentials in conversation history, logs, or any file. These are sensitive third-party credentials that grant full control over the registered domain.
5. Query Orders
Retrieve order history.
GET /api/v1/orders
GET /api/v1/orders?domain={domain}
Returns up to 50 latest orders. Results may include OpenSRS management credentials — always present these to the user directly and remind them to store credentials securely.
Payment Details
Recommended method: USDC or USDT stablecoins (6 decimal places)
Receiving address:
0x8939E62298779F5fE1b2acda675B5e85CfD594ab
Supported chains:
- Ethereum mainnet
- Arbitrum
- Base
- Optimism
Native ETH and Bitcoin are also accepted but require price verification via /api/v1/prices.
Example Workflow
- Check availability:
GET /api/v1/domains/check?domain=coolstartup.com - Confirm pricing with the user
- User sends stablecoin payment on their preferred chain
- Capture the transaction hash from the user
- Register:
POST /api/v1/domains/registerwith tx hash and contact details - Deliver credentials securely — present OpenSRS management details to the user and remind them to save in a password manager
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lobsterdomains - 安装完成后,直接呼叫该 Skill 的名称或使用
/lobsterdomains触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
LobsterDomains 是什么?
Register domain names via crypto payments (USDC, USDT, ETH, BTC). Check availability, get pricing across 1000+ TLDs, and complete registration with on-chain... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。
如何安装 LobsterDomains?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lobsterdomains」即可一键安装,无需额外配置。
LobsterDomains 是免费的吗?
是的,LobsterDomains 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
LobsterDomains 支持哪些平台?
LobsterDomains 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LobsterDomains?
由 esokullu(@esokullu)开发并维护,当前版本 v1.0.1。