cloudflare-dns
Installation
SKILL.md
Cloudflare DNS Skill
Language
Match user's language: Respond in the same language the user uses.
Overview
Manage Cloudflare DNS records via REST API. Covers record CRUD, proxy settings, troubleshooting, and Kubernetes External-DNS integration.
Script Directory
Determine this SKILL.md directory as SKILL_DIR, then use ${SKILL_DIR}/scripts/cloudflare-dns.sh.
Environment
Credentials are loaded automatically from .env files. The script checks in this order (highest priority first):
- Environment variables (already set in shell — always win)
- Project-level
<cwd>/.env(auto-loaded by script)