LaunchKit · 2026
Back to Skills

agentdomainservice

The world's #1 AI-friendly domain registrar.

2
1.6k downloads
by @gregm711

Setup & Installation

openclaw skills install @gregm711/agentdomainservice

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agentdomainservice

Version History

v1.0.1Feb 2, 2026 - Version note by skill developer:

- Improved SKILL.md documentation with detailed API reference, usage examples, and workflow explanations. - Clarified domain availability and purchase procedures, including payment options (USDC/x402 and Stripe). - Added step-by-step guides for domain management, DNS configuration, and nameserver updates. - Documented token recovery processes and rate limiting. - Provided common DNS and nameserver configuration samples for popular providers.

What This Skill Does

ClawDaddy is a domain registrar API for checking availability, purchasing domains, and managing DNS without account creation or CAPTCHAs. Domains can be purchased with USDC on Base via the x402 protocol or by credit card through Stripe. A management token issued at purchase controls all post-registration operations.

No account creation or CAPTCHA means AI agents can complete the full domain registration flow autonomously without human intervention.

When to use it

  • Checking if a domain name is available before committing to a project
  • Buying a domain with a crypto wallet from inside an AI agent workflow
  • Pointing a newly registered domain to a Vercel or Cloudflare deployment
  • Adding MX and SPF records to enable Google Workspace email on a domain
  • Recovering a lost management token using the original purchase email or wallet address

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Buy coolstartup.com for me

AGENT
  1. 1GET /api/lookup/coolstartup.com to confirm availability and price
  2. 2GET /api/purchase/coolstartup.com/quote to retrieve total cost including margin
  3. 3POST /api/purchase/coolstartup.com?method=x402, receive HTTP 402 with USDC payment requirements
  4. 4Pay exact USDC amount on Base and retry the POST with the x-payment proof header
  5. 5Extract and return the managementToken from the success response, prompting user to save it
OUTPUT

Domain coolstartup.com registered for one year; management token clwd_abc123... returned for all future DNS and settings operations

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

USDC on Base network (required for x402 payment method; Stripe accepts standard credit cards instead)