tencentcloud-dns

Installation
SKILL.md

DNSPod (Tencent Cloud DNS)

Manage DNS records via the DNSPod API.

Setup: See tencentcloud authentication. DNSPod uses the same Tencent Cloud SecretId / SecretKey as the rest of the platform — there's no separate DP_Id / DP_Key for the v3 API. The SDK client below auto-reads TENCENTCLOUD_SECRET_ID / TENCENTCLOUD_SECRET_KEY from env.

The legacy v2 DNSPod API used a different key format; this skill targets the v3 SDK exclusively.

CLI (preferred)

The skill ships scripts/dns.py — wraps every common DNSPod v3 operation.

DNS=$SKILL_DIR/scripts/dns.py

python3 $DNS domains                                       # list domains
python3 $DNS list example.com                              # records on one domain
python3 $DNS list example.com --type CNAME                 # filter by type
python3 $DNS search example.com --keyword api              # client-side keyword search
Related skills

More from acedatacloud/skills

Installs
1
GitHub Stars
6
First Seen
7 days ago