askill
dns-cloudflare

dns-cloudflareSafety 85Repository

Cloudflare DNS API. Record CRUD. Proxy settings.

0 stars
1.2k downloads
Updated 2/8/2026

Package Files

Loading files...
SKILL.md

Cloudflare DNS

Auth

# Headers (use API token, not global key)
Authorization: Bearer $CF_API_TOKEN
Content-Type: application/json

List Records

GET /zones/{zone_id}/dns_records?type=A&name=example.com

Create Record

POST /zones/{zone_id}/dns_records
{"type":"A","name":"@","content":"1.2.3.4","ttl":1,"proxied":true}

Update Record

PATCH /zones/{zone_id}/dns_records/{id}
{"content":"5.6.7.8"}

Delete Record

DELETE /zones/{zone_id}/dns_records/{id}

Common Records

TypeNameContentProxied
A@IPtrue
CNAMEwww@true
MX@mail.provider.comfalse
TXT@"v=spf1 ..."false

Gotchas

  • ttl:1 = auto (Cloudflare decides)
  • MX/TXT cannot be proxied
  • Zone ID: Dashboard → Overview → API section

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

68/100Analyzed 2/18/2026

Useful Cloudflare DNS API reference with CRUD operations, auth guidance, common records table, and gotchas. Well-structured but lacks step-by-step instructions and usage context. Located in a deeply nested skills folder suggesting project-specific intent, though the content itself is generic and reusable. Moderate completeness and actionability - good reference material but not a complete guide.

85
80
70
60
55

Metadata

Licenseunknown
Version-
Updated2/8/2026
Publisherludoplex

Tags

apisecurity