Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: Buy coolstartup.com for me
- 1GET /api/lookup/coolstartup.com to confirm availability and price
- 2GET /api/purchase/coolstartup.com/quote to retrieve total cost including margin
- 3POST /api/purchase/coolstartup.com?method=x402, receive HTTP 402 with USDC payment requirements
- 4Pay exact USDC amount on Base and retry the POST with the x-payment proof header
- 5Extract and return the managementToken from the success response, prompting user to save it
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.