ワンクリックで
godaddy-guide
GoDaddy domain and DNS management — registration, DNS records, transfers, SSL via REST API
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
GoDaddy domain and DNS management — registration, DNS records, transfers, SSL via REST API
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Teaches agents when and how to self-extend by installing tools and skills from the Ninetrix Hub at runtime
Google Workspace CLI mastery — Gmail, Drive, Calendar, Sheets, Docs, Chat, Admin via the official gws CLI
Teach agents to automate web browsers via agent-browser CLI — navigate, snapshot refs, interact, extract data, handle auth
Teaches agents to use Claude Code CLI in headless print mode — code generation, file editing, codebase Q&A, git workflows, and multi-turn coding tasks
Cloudflare operations — Workers deploy, DNS, KV, R2, D1, Pages, Tunnels via wrangler CLI and MCP API
GitHub CLI mastery — PRs, issues, releases, Actions, code search, and raw API calls via gh
| name | godaddy-guide |
| version | 1.0.0 |
| description | GoDaddy domain and DNS management — registration, DNS records, transfers, SSL via REST API |
| author | ninetrix |
| tags | ["domains","dns","hosting"] |
| requires | {"tools":["godaddy"]} |
| companion_tool | godaddy |
Manage domains, DNS records, and SSL certificates through the GoDaddy API.
All requests use header: Authorization: sso-key {API_KEY}:{API_SECRET}. Test environment: api.ote-godaddy.com. Production: api.godaddy.com.
GET /v1/domains/available?domain=example.com — check availabilityGET /v1/domains — list owned domainsGET /v1/domains/{domain} — domain details (expiry, status, nameservers)POST /v1/domains/purchase — register a domainPOST /v1/domains/{domain}/renew — renew domainDELETE /v1/domains/{domain} — cancel domainGET /v1/domains/{domain}/records — list all DNS recordsGET /v1/domains/{domain}/records/{type} — filter by type (A, CNAME, MX, TXT)GET /v1/domains/{domain}/records/{type}/{name} — specific recordPUT /v1/domains/{domain}/records — replace all recordsPATCH /v1/domains/{domain}/records — add recordsPUT /v1/domains/{domain}/records/{type}/{name} — update specific recordDELETE /v1/domains/{domain}/records/{type}/{name} — delete specific recordPOST /v1/domains/{domain}/transfer — initiate inbound transferGET /v1/domains/{domain}/transfer — check transfer statusGET /v1/domains/agreements?tlds=com&privacy=true — required agreements before purchaseGET /v1/domains/available firstGET /v1/domains/agreements, then POST /v1/domains/purchasePUT /v1/domains/{domain}/records/{type}/{name} for specific records, not PUT /v1/domains/{domain}/records (replaces ALL records)PATCH, not PUTapi.ote-godaddy.com) for testingPUT /v1/domains/{domain}/records without confirmation (replaces ALL DNS records — can take down a live site)GODADDY_API_KEY and GODADDY_API_SECRET)