ワンクリックで
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