godaddy
GoDaddy API for managing DNS records. Use for listing, adding, updating, or deleting DNS records on GoDaddy-managed domains.
Install
mkdir -p .claude/skills/godaddy && curl -L -o skill.zip "https://mcp.directory/api/skills/download/5073" && unzip -o skill.zip -d .claude/skills/godaddy && rm skill.zipInstalls to .claude/skills/godaddy
About this skill
GoDaddy DNS
Manage DNS records for domains hosted on GoDaddy.
Setup
Get your API credentials from GoDaddy:
- Go to https://developer.godaddy.com/keys
- Create a new API Key (Production)
- Note down the Key and Secret
Store in ~/.clawdbot/clawdbot.json:
{
"skills": {
"entries": {
"godaddy": {
"apiKey": "YOUR_API_KEY",
"apiSecret": "YOUR_API_SECRET"
}
}
}
}
Or set env: GODADDY_API_KEY=xxx and GODADDY_API_SECRET=xxx
Quick Reference
List Domains
{baseDir}/scripts/godaddy.sh domains list
DNS Records
# List all DNS records for a domain
{baseDir}/scripts/godaddy.sh dns list <domain>
# List records by type
{baseDir}/scripts/godaddy.sh dns list <domain> --type A
{baseDir}/scripts/godaddy.sh dns list <domain> --type CNAME
{baseDir}/scripts/godaddy.sh dns list <domain> --type TXT
{baseDir}/scripts/godaddy.sh dns list <domain> --type MX
# Get specific record
{baseDir}/scripts/godaddy.sh dns get <domain> <type> <name>
# Add a record
{baseDir}/scripts/godaddy.sh dns add <domain> --type A --name www --data 1.2.3.4 --ttl 3600
{baseDir}/scripts/godaddy.sh dns add <domain> --type CNAME --name blog --data example.com --ttl 3600
{baseDir}/scripts/godaddy.sh dns add <domain> --type TXT --name _dmarc --data "v=DMARC1; p=none" --ttl 3600
# Update a record (replaces existing records with same type+name)
{baseDir}/scripts/godaddy.sh dns update <domain> --type A --name www --data 5.6.7.8 --ttl 3600
# Delete records by type and name
{baseDir}/scripts/godaddy.sh dns delete <domain> --type A --name www
Common DNS Record Types
| Type | Usage |
|---|---|
| A | IPv4 address |
| AAAA | IPv6 address |
| CNAME | Alias to another domain |
| MX | Mail server |
| TXT | Text records (SPF, DKIM, verification) |
| NS | Nameserver |
| SRV | Service records |
Examples
Add subdomain pointing to IP
godaddy.sh dns add example.com --type A --name app --data 192.168.1.1 --ttl 600
Add CNAME for www
godaddy.sh dns add example.com --type CNAME --name www --data example.com --ttl 3600
Add TXT for domain verification
godaddy.sh dns add example.com --type TXT --name @ --data "google-site-verification=xxx" --ttl 3600
Add MX record
godaddy.sh dns add example.com --type MX --name @ --data "mail.example.com" --ttl 3600 --priority 10
Notes
- API Base:
https://api.godaddy.com - Auth:
Authorization: sso-key {key}:{secret} - The
@symbol represents the root domain - TTL is in seconds (minimum 600 for most record types)
- Rate limits apply - don't spam the API
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversIntegrate with Monday.com for streamlined project management, team collaboration tools, and project tracking software fo
Empower your Unity projects with Unity-MCP: AI-driven control, seamless integration, and advanced workflows within the U
Deploy and manage MCP-compatible AI apps on Google Cloud Run — automate Cloud Run deployments, list services, and manage
Integrate with Salesforce CRM to manage records, execute queries, and automate workflows using natural language interact
Integrate Zotero: a leading citator tool for managing citations, collections, and research papers with the powerful soft
Access the Discogs website to search music databases, manage your collection, and browse marketplace listings with detai
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.