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.
npx claudepluginhub davepoon/buildwithclaude --plugin all-skillsThis skill uses the workspace's default tool permissions.
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.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
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).