{
  "schemaVersion": "1.0",
  "item": {
    "slug": "godaddy-api",
    "name": "GoDaddy API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/solarx56/godaddy-api",
    "canonicalUrl": "https://clawhub.ai/solarx56/godaddy-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/godaddy-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=godaddy-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "godaddy-api",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T19:27:27.121Z",
      "expiresAt": "2026-05-10T19:27:27.121Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=godaddy-api",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=godaddy-api",
        "contentDisposition": "attachment; filename=\"godaddy-api-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "godaddy-api"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/godaddy-api"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/godaddy-api",
    "agentPageUrl": "https://openagent3.xyz/skills/godaddy-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/godaddy-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/godaddy-api/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Setup",
        "body": "export GODADDY_API_BASE_URL=\"https://api.godaddy.com\"  # or https://api.ote-godaddy.com\nexport GODADDY_API_KEY=\"your-key\"\nexport GODADDY_API_SECRET=\"your-secret\"\n\nKeys: https://developer.godaddy.com/keys"
      },
      {
        "title": "Shell scripts",
        "body": "scripts/gd-domains.sh — list/get/availability, validate purchase, purchase, renew, transfer, update, update contacts, delete, privacy on/off, domain agreements get/accept\nscripts/gd-dns.sh — get all/type/name, patch add, replace all/type/type+name, delete type+name\nscripts/gd-certs.sh — create/validate/get/actions/download/renew/reissue/revoke/verify domain control\nscripts/gd-shoppers.sh — get/update/delete shopper\nscripts/gd-subscriptions.sh — list/get/cancel subscription\nscripts/gd-agreements.sh — list legal agreements\nscripts/gd-countries.sh — list countries\nscripts/gd-aftermarket.sh — list/get aftermarket listings\n\nDestructive/financial actions prompt for confirmation."
      },
      {
        "title": "MCP server",
        "body": "Path: scripts/mcp-server/\n\ncd scripts/mcp-server\nnpm install\nnpm run build\nnode dist/index.js\n\nExposes MCP tools for all skill operations (domains, DNS, certs, shoppers, subscriptions, agreements, countries, aftermarket).\n\nExample MCP config:\n\n{\n  \"mcpServers\": {\n    \"godaddy\": {\n      \"command\": \"node\",\n      \"args\": [\"path/to/mcp-server/dist/index.js\"],\n      \"env\": {\n        \"GODADDY_API_BASE_URL\": \"https://api.godaddy.com\",\n        \"GODADDY_API_KEY\": \"\",\n        \"GODADDY_API_SECRET\": \"\"\n      }\n    }\n  }\n}"
      },
      {
        "title": "References",
        "body": "references/endpoints.md — complete endpoint map\nreferences/auth-and-env.md — auth/env setup\nreferences/request-bodies.md — payload examples\nreferences/error-handling.md — troubleshooting\nreferences/safety-playbook.md — safe operation patterns"
      }
    ],
    "body": "GoDaddy API\nSetup\nexport GODADDY_API_BASE_URL=\"https://api.godaddy.com\"  # or https://api.ote-godaddy.com\nexport GODADDY_API_KEY=\"your-key\"\nexport GODADDY_API_SECRET=\"your-secret\"\n\n\nKeys: https://developer.godaddy.com/keys\n\nShell scripts\nscripts/gd-domains.sh — list/get/availability, validate purchase, purchase, renew, transfer, update, update contacts, delete, privacy on/off, domain agreements get/accept\nscripts/gd-dns.sh — get all/type/name, patch add, replace all/type/type+name, delete type+name\nscripts/gd-certs.sh — create/validate/get/actions/download/renew/reissue/revoke/verify domain control\nscripts/gd-shoppers.sh — get/update/delete shopper\nscripts/gd-subscriptions.sh — list/get/cancel subscription\nscripts/gd-agreements.sh — list legal agreements\nscripts/gd-countries.sh — list countries\nscripts/gd-aftermarket.sh — list/get aftermarket listings\n\nDestructive/financial actions prompt for confirmation.\n\nMCP server\n\nPath: scripts/mcp-server/\n\ncd scripts/mcp-server\nnpm install\nnpm run build\nnode dist/index.js\n\n\nExposes MCP tools for all skill operations (domains, DNS, certs, shoppers, subscriptions, agreements, countries, aftermarket).\n\nExample MCP config:\n\n{\n  \"mcpServers\": {\n    \"godaddy\": {\n      \"command\": \"node\",\n      \"args\": [\"path/to/mcp-server/dist/index.js\"],\n      \"env\": {\n        \"GODADDY_API_BASE_URL\": \"https://api.godaddy.com\",\n        \"GODADDY_API_KEY\": \"\",\n        \"GODADDY_API_SECRET\": \"\"\n      }\n    }\n  }\n}\n\nReferences\nreferences/endpoints.md — complete endpoint map\nreferences/auth-and-env.md — auth/env setup\nreferences/request-bodies.md — payload examples\nreferences/error-handling.md — troubleshooting\nreferences/safety-playbook.md — safe operation patterns"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/solarx56/godaddy-api",
    "publisherUrl": "https://clawhub.ai/solarx56/godaddy-api",
    "owner": "solarx56",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/godaddy-api",
    "downloadUrl": "https://openagent3.xyz/downloads/godaddy-api",
    "agentUrl": "https://openagent3.xyz/skills/godaddy-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/godaddy-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/godaddy-api/agent.md"
  }
}