Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Complete GoDaddy API skill with shell scripts + MCP server for domains, DNS, certificates, shoppers, subscriptions, agreements, countries, and aftermarket li...
Complete GoDaddy API skill with shell scripts + MCP server for domains, DNS, certificates, shoppers, subscriptions, agreements, countries, and aftermarket li...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
export GODADDY_API_BASE_URL="https://api.godaddy.com" # or https://api.ote-godaddy.com export GODADDY_API_KEY="your-key" export GODADDY_API_SECRET="your-secret" Keys: https://developer.godaddy.com/keys
scripts/gd-domains.sh โ list/get/availability, validate purchase, purchase, renew, transfer, update, update contacts, delete, privacy on/off, domain agreements get/accept scripts/gd-dns.sh โ get all/type/name, patch add, replace all/type/type+name, delete type+name scripts/gd-certs.sh โ create/validate/get/actions/download/renew/reissue/revoke/verify domain control scripts/gd-shoppers.sh โ get/update/delete shopper scripts/gd-subscriptions.sh โ list/get/cancel subscription scripts/gd-agreements.sh โ list legal agreements scripts/gd-countries.sh โ list countries scripts/gd-aftermarket.sh โ list/get aftermarket listings Destructive/financial actions prompt for confirmation.
Path: scripts/mcp-server/ cd scripts/mcp-server npm install npm run build node dist/index.js Exposes MCP tools for all skill operations (domains, DNS, certs, shoppers, subscriptions, agreements, countries, aftermarket). Example MCP config: { "mcpServers": { "godaddy": { "command": "node", "args": ["path/to/mcp-server/dist/index.js"], "env": { "GODADDY_API_BASE_URL": "https://api.godaddy.com", "GODADDY_API_KEY": "", "GODADDY_API_SECRET": "" } } } }
references/endpoints.md โ complete endpoint map references/auth-and-env.md โ auth/env setup references/request-bodies.md โ payload examples references/error-handling.md โ troubleshooting references/safety-playbook.md โ safe operation patterns
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.