Operate cdmon Domains & DNS service using the pycdmon SDK and CLI. Use when an agent must execute real domain or DNS operations (availability checks, info, transfer/renew workflows, DNS record management, pricing/periods, balance, endpoint status), prepare safe command snippets, or troubleshoot cdmon API usage.
Use this skill to run cdmon operations safely and correctly, not to develop the library.
export CDMON_API_KEY="<your_api_key>"
cdmon --api-key "$CDMON_API_KEY" check example.com
Run a health check before critical operations:
cdmon status check
If status fails, stop destructive or billing-impact actions and report clearly.
cdmon check example.com
cdmon info example.com
cdmon authcode example.com
cdmon renew example.com --period 1
cdmon transfer example.com 'AUTH-CODE'
cdmon dns-records example.com
cdmon dns-create example.com --host @ --type A --destination 1.2.3.4 --ttl 900
cdmon dns-delete example.com --host @ --type A
cdmon price com create
cdmon periods com renew
cdmon balance
info, dns-records).When pycdmon CLI or supported operations change, update this skill so it always matches:
README.mdcdmon commands