원클릭으로
cloudflare-dns-management
Manage Cloudflare DNS records — add, list, update, delete records with verification across multiple zones
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage Cloudflare DNS records — add, list, update, delete records with verification across multiple zones
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Deploy and manage Cloudflare Workers — upload scripts, configure routes, manage secrets, view analytics
Cloudflare zone health dashboard — DNS, security, tunnels, WAF, DDoS status
Manage Cloudflare R2 storage buckets and objects — create, list, inspect, delete buckets and objects
Manage Cloudflare Workers KV namespaces and key-value pairs — create, list, read, write, delete
Live integration test for all Cloudflare MCP tools — read + safe writes with cleanup
DDoS/attack emergency response runbook — detect, assess, mitigate, monitor, de-escalate
| name | cloudflare-dns-management |
| description | Manage Cloudflare DNS records — add, list, update, delete records with verification across multiple zones |
Workflow skill for managing DNS records across Cloudflare zones. Covers creating, listing, updating, deleting, importing, exporting records, and checking DNSSEC status.
Always determine the target zone before any operation. If the user has not specified a zone:
cloudflare_zone_list to retrieve all zones.api.example.com)cloudflare_dns_search with the record name and type.
cloudflare_dns_create with all gathered parameters.cloudflare_dns_get with the returned record ID.Call cloudflare_dns_list for the selected zone. Apply optional filters:
name — filter by hostname patterntype — filter by record typecontent — filter by record valueFormat output as a table:
| Name | Type | Value | Proxied | TTL |
|---|---|---|---|---|
| api.example.com | A | 1.2.3.4 | ☁️ | auto |
| mail.example.com | MX | mail.example.com | DNS-only | 3600 |
Show total record count at the bottom.
If no records match, report clearly and suggest broadening the filter.
cloudflare_dns_search with the name (and optionally type).
cloudflare_dns_update with the record ID and changed fields.cloudflare_dns_get on the updated record ID.cloudflare_dns_search with the name and type.
cloudflare_dns_delete with the record ID.cloudflare_dns_search again to confirm the record no longer exists.cloudflare_dns_export for the selected zone.cloudflare_dns_import with the zone file content.cloudflare_dnssec_status for the selected zone.cloudflare_zone_list — list all zones to resolve zone contextcloudflare_dns_list — list all DNS records with filterscloudflare_dns_search — find records by name/type/contentcloudflare_dns_create — create a new DNS recordcloudflare_dns_update — update an existing DNS recordcloudflare_dns_delete — delete a DNS recordcloudflare_dns_get — get a single record by ID (for verification)cloudflare_dns_export — export zone as BIND-format filecloudflare_dns_import — import records from BIND-format filecloudflare_dnssec_status — check DNSSEC status for a zone