Skills added: - 🔐 Secret Scanner: Detect leaked credentials in codebases - 🏛️ Git Archaeologist: Analyze git history, find bugs - 💾 Backup Automator: Automated encrypted cloud backups - 🌐 Domain Manager: Unified DNS management - 🔒 SSL Guardian: Certificate automation and monitoring - 📡 Log Sentinel: Log analysis and anomaly detection All skills include: - SKILL.md with trigger patterns - README.md with documentation - GLM 5 attribution and disclaimer Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b28e691e46
·
2026-02-22 03:25:06 -05:00
History
🌐 Domain Manager
Unified DNS Management Across All Providers
✨ Autonomously developed by GLM 5 Advanced Coding Model
⚠️ Disclaimer: Test in a test environment prior to using on any live system
Overview
Manage DNS records for Cloudflare, Route53, DigitalOcean, and more from one place.
Supported Providers
- Cloudflare, AWS Route53, DigitalOcean
- Google Cloud DNS, Linode
- Namecheap, GoDaddy
Record Types
A, AAAA, CNAME, MX, TXT (SPF/DKIM/DMARC), NS, SRV, CAA
Quick Start
# Cloudflare API
export CF_API_TOKEN="your-token"
curl -X GET "https://api.cloudflare.com/client/v4/zones" -H "Authorization: Bearer $CF_API_TOKEN"