What problem does it solve?
This Skill solves the problem of manually creating, updating, listing, searching, and deleting DNS records by providing a programmable interface to DNSPod (Tencent Cloud DNS).
Core Features & Use Cases
- DNS record management: Add, modify, list, search, and delete A, AAAA, CNAME, MX, TXT, NS, SRV, and CAA records.
- Domain and record discovery: List all domains in the account and list/search records for a specific domain (including client-side keyword search).
- Common automation use cases: Create ACME challenge TXT records for certificate issuance, configure SPF/DKIM verification TXT records, and manage verification TXT records for services like Google/Search Console.
Example use case: Update a subdomain’s A record to point to a new server IP, then add an ACME TXT challenge record to validate a new certificate domain.
Quick Start
Ask the AI to run the skill command to list all CNAME records on your domain, for example: python3 scripts/dns.py list example.com --type CNAME