Agent skill for gddy
View as MarkdownInstall the gddy agent skill so Claude Code or another AI coding agent can drive the gddy CLI for you.
https://developer.godaddy.com/llms.mdx/api-users/agent-skill for the full, unmodified source before proceeding.Overview
The gddy agent skill helps an AI coding agent install and use the gddy CLI on your behalf. Installing the skill is a one-time setup — once it's in place, you can ask your agent to find a domain, check pricing, register it, or update DNS records in plain language, and it runs the actual gddy commands using your own authenticated session.
Skill vs. MCP server
This skill is not the same thing as the GoDaddy MCP server. The MCP server is a hosted, read-only service anyone can connect to for domain search and availability — no install, no credentials, no purchases or DNS writes. The agent skill instead helps your coding agent install and run gddy itself, so it can do everything the CLI can do — including domain purchase and DNS management — using your own credentials.
Install the skill
claude plugin marketplace add godaddy/cli
claude plugin install gddy@godaddyThe skill is compatible with skills, a package-manager-style installer for agent skills — it supports Cursor, Codex, Windsurf, opencode, and many other compatible AI coding agents:
npx skills add godaddy/cli --skill gddy --agent <agent>Swap <agent> for whichever agent you use (claude-code, cursor, codex, windsurf, opencode, ...). Run npx skills add --help for the full list of supported agents.
What it unlocks
Once installed, ask your agent things like:
- "Set up gddy for me and log me in." (installs the CLI and walks you through
gddy auth loginif it isn't set up yet) - "Find available domains for a coffee subscription startup."
- "Is
example.comavailable, and what would it cost to register?" - "Add a CNAME record for
wwwonexample.compointing toexample.github.io." - "List the DNS records on
example.com."
Your agent will run the equivalent gddy commands, parse the JSON output, and summarize the result. It also knows how to use the CLI's self-documentation to stay current as gddy evolves — gddy --help, gddy --search <keywords>, gddy tree, and gddy guide.
Safety notes
- Domain purchase is real money and not reversible. By default, the skill walks through the quote-then-purchase flow and confirms with you before finalizing a purchase.
gddy dns setandgddy dns deleteare destructive — they replace or remove every matching record. By default, the skill runs these with--dry-runfirst and shows you the change before applying it.- The skill acts with whatever credentials and environment your
gddyCLI is currently authenticated against. Check withgddy auth statusif you're unsure which account or environment your agent is operating on.
Related pages
Set up the CLI
Install gddy, authenticate, and make a first call.
GoDaddy MCP server
A hosted, read-only alternative for domain search — no install required.
Authenticate
Generate a PAT or use browser-based login.
Agent & Automation Notes
Depends on invoked command — the skill drives the gddy CLI, which inherits REST endpoint scopesRelated
Last updated on
How is this guide?