Toolverse
All skills

godaddy

by openclaw

GoDaddy API for managing DNS records. Use for listing, adding, updating, or deleting DNS records on GoDaddy-managed domains.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Security

About this skill

GoDaddy API for managing DNS records. Use for listing, adding, updating, or deleting DNS records on GoDaddy-managed domains.

How to use

  1. Przejdź na https://developer.godaddy.com/keys i utwórz nowy klucz API (Production). Zanotuj wartości Key i Secret.

  2. Zapisz poświadczenia w pliku ~/.clawdbot/clawdbot.json w sekcji skills.entries.godaddy, podając apiKey i apiSecret. Alternatywnie ustaw zmienne środowiskowe GODADDY_API_KEY i GODADDY_API_SECRET.

  3. Aby wyświetlić listę wszystkich domen przypisanych do Twojego konta, uruchom polecenie: {baseDir}/scripts/godaddy.sh domains list

  4. Aby zobaczyć wszystkie rekordy DNS dla wybranej domeny, użyj: {baseDir}/scripts/godaddy.sh dns list . Możesz filtrować po typie rekordu, np. --type A, --type CNAME, --type MX lub --type TXT.

  5. Aby dodać nowy rekord DNS, uruchom: {baseDir}/scripts/godaddy.sh dns add --type --name --data <wartość> --ttl . Na przykład: {baseDir}/scripts/godaddy.sh dns add example.com --type A --name www --data 1.2.3.4 --ttl 3600

  6. Aby zaktualizować istniejący rekord, użyj polecenia update zamiast add, podając ten sam typ i nazwę rekordu. Aby usunąć rekord, uruchom: {baseDir}/scripts/godaddy.sh dns delete --type --name

Related skills

youtube-watcher

by openclaw

Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.

Security
2231

typescript-review

by metabase

Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.

Security
17133

content-creator

by alirezarezvani

Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content

Security
25124

zendesk

by vm0-ai

Zendesk Support REST API for managing tickets, users, organizations, and support operations. Use this skill to create tickets, manage users, search, and automate customer support workflows.

Security
11100

obsidian

by gapmiss

Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files,

Security
14111

python-expert

by Shubhamsaboo

Senior Python developer expertise for writing clean, efficient, and well-documented code.\nUse when: writing Python code, optimizing Python scripts, reviewing Python code for best practices,\ndebugging Python issues, implementing type hints, or when user mentions Python, PEP 8,

Security
2777