ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

clawdaddy

The world's

Why use this skill?

Automate domain registration, DNS management, and nameserver updates with ClawDaddy. Supports Stripe and x402 crypto payments for seamless AI workflows.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gregm711/agentdomainservice
Or

What This Skill Does

ClawDaddy is a specialized AI-friendly domain registrar designed specifically for autonomous agents and developers. It serves as a comprehensive bridge between natural language instructions and real-world domain management. By leveraging the ClawDaddy API, agents can check domain availability, retrieve real-time pricing quotes, and execute purchases through either traditional Stripe payments or advanced AI-native x402 payment flows (USDC on Base). Beyond registration, the skill provides robust management capabilities, allowing agents to programmatically update DNS records and modify nameservers, making it a critical tool for automating digital infrastructure.

Installation

To install this skill, use the following command in your OpenClaw environment: clawhub install openclaw/skills/skills/gregm711/agentdomainservice

Use Cases

  • Autonomous Web Presence: An agent can be tasked to identify, register, and point a domain to a newly deployed web application without human intervention.
  • Portfolio Management: Investors or developers can use agents to monitor a list of desired domains and trigger instant purchases when they become available.
  • Web3 Integrations: By utilizing the x402 payment method, agents with crypto wallets can facilitate trustless domain acquisition on the Base network.
  • Dynamic Infrastructure Updates: Automatically update DNS records when an agent migrates a service from one cloud provider or server IP address to another.

Example Prompts

  1. "Is 'ai-automation-tools.io' available to register? If so, tell me the price."
  2. "Buy 'nexus-node.com' for me using my linked USDC wallet."
  3. "Check the current DNS records for 'smartagent.app' and update the A record to point to my new server IP 192.168.1.1."

Tips & Limitations

  • Auth Requirements: While lookups are public, management functions like DNS updates or nameserver changes require a valid Bearer token. Ensure your agent has been provisioned with the correct credentials.
  • x402 Workflow: The purchase flow via x402 is a two-step process. First, the API will return a 402 Payment Required response with payment details. Ensure your agent is capable of parsing the JSON body and handling the payment transaction before retrying the POST request.
  • Availability Accuracy: The API provides a cache field in the lookup response. If the hit is true, be aware that the status may be slightly stale depending on the ttl_seconds provided.
  • No Signup Lookups: Use this for quick checks without needing to handle complex authentication layers.

Metadata

Author@gregm711
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gregm711-agentdomainservice": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#domain#dns#web3#registration#infrastructure
Safety Score: 4/5

Flags: network-access, external-api