A robust integration for programmatically managing DNS records and domain configurations through the GoDaddy API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install godaddy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install godaddy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a streamlined, developer-centric interface to the GoDaddy API, enabling the management of DNS records without manual portal navigation. By leveraging Openclaw Skills, developers can integrate domain management directly into their automated workflows, allowing for rapid deployment and configuration of web infrastructure. It serves as a bridge between your local development environment and GoDaddy's global name servers.
The tool is designed to handle a wide variety of record types and administrative tasks, from listing all domains in an account to fine-tuning specific TXT records for security protocols. It is a vital component for those looking to maintain high-velocity development cycles while ensuring their domain settings remain consistent and accurate across all Openclaw Skills deployments.
To get started, obtain your API credentials from the GoDaddy Developer portal at https://developer.godaddy.com/keys. Ensure you generate a Production key.
Configure your environment by adding the keys to ~/.clawdbot/clawdbot.json:
{
"skills": {
"entries": {
"godaddy": {
"apiKey": "YOUR_API_KEY",
"apiSecret": "YOUR_API_SECRET"
}
}
}
}
Alternatively, you can set the environment variables directly in your shell:
export GODADDY_API_KEY=your_key_here
export GODADDY_API_SECRET=your_secret_here
The skill interacts with the GoDaddy API data structure, allowing for granular control over the following attributes within the Openclaw Skills ecosystem:
| Attribute | Type | Description |
|---|---|---|
| Domain | String | The target domain name (e.g., example.com) |
| Type | String | DNS Record Type (A, AAAA, CNAME, MX, TXT, NS, SRV) |
| Name | String | The host name or alias (use @ for root) |
| Data | String | The value for the record (IP, host, or text string) |
| TTL | Integer | Time to Live in seconds (minimum 600) |
| Priority | Integer | Specific to MX and SRV records |
| API Base | URL | https://api.godaddy.com |
Loading
A comprehensive CLI-based tool for managing Front.app conversations, team comments, and message workflows directly through Openclaw Skills.

A powerful integration for managing customer feedback, support tickets, and product changelogs via Openclaw Skills.

A comprehensive integration for Bexio that enables automated management of Swiss business documents and CRM workflows through a developer-friendly interface.

A professional framework for architecting and implementing robust analytics, conversion tracking, and event-based measurement strategies.

A comprehensive interface for managing Pipedrive CRM deals, contacts, and sales activities via AI agents and CLI.

A lightweight diagnostic tool designed to verify the connectivity and core logic of AI agents.








































