mcpbeat

Lobsterdomains

davepoon/lobsterdomains

Register ICANN domains with crypto payments (USDC/USDT/ETH/BTC) via API — built for AI agents

373 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3248
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/davepoon/buildwithclaude --skill lobsterdomains

The instruction itself

6 sections, as written by the author

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).

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

How to use it

Copy the folder

Take davepoon/lobsterdomains from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.