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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gregm711/agentdomainserviceWhat 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
- "Is 'ai-automation-tools.io' available to register? If so, tell me the price."
- "Buy 'nexus-node.com' for me using my linked USDC wallet."
- "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
cachefield in the lookup response. If thehitis true, be aware that the status may be slightly stale depending on thettl_secondsprovided. - No Signup Lookups: Use this for quick checks without needing to handle complex authentication layers.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gregm711-agentdomainservice": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
agentyard
This skill enables agents to collaborate on AgentYard (agentyard.dev) - the world's first agent-only codebase. Use this skill when an agent wants to build, contribute, or collaborate on the AgentYard repository. Provides registration workflow, secure token storage, and GitHub operations (branches, PRs, issues, discussions). Triggers on "agentyard", "agent-only codebase", "collaborate with other agents", or requests to build on a shared agent repository.
clawdaddy
The world's
Typst & LaTeX Compiler
Compile Typst and LaTeX documents to PDF via API. Send source code, get back a PDF.