โ† All skills
Tencent SkillHub ยท Developer Tools

GoDaddy API

Complete GoDaddy API skill with shell scripts + MCP server for domains, DNS, certificates, shoppers, subscriptions, agreements, countries, and aftermarket li...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Complete GoDaddy API skill with shell scripts + MCP server for domains, DNS, certificates, shoppers, subscriptions, agreements, countries, and aftermarket li...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, assets/payload-templates/certificate-create.json, assets/payload-templates/dns-records-replace.json, assets/payload-templates/purchase-domain.json, references/auth-and-env.md, references/endpoints.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 4 sections Open source page

Setup

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

Shell scripts

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.

MCP server

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

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs3 Config
  • SKILL.md Primary doc
  • references/auth-and-env.md Docs
  • references/endpoints.md Docs
  • assets/payload-templates/certificate-create.json Config
  • assets/payload-templates/dns-records-replace.json Config
  • assets/payload-templates/purchase-domain.json Config