원클릭으로
cloudflare
Manage Cloudflare zones, DNS records, and cache via API token.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage Cloudflare zones, DNS records, and cache via API token.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
| name | Cloudflare |
| description | Manage Cloudflare zones, DNS records, and cache via API token. |
| requires | {"bins":[],"env":["CLOUDFLARE_API_TOKEN"]} |
Use this skill to read or modify Cloudflare zones and DNS records, or purge
cache. Backed by the cloudflare extension hitting api.cloudflare.com/client/v4.
domain.tld"dns-toolsstatus — token + write/purge gate statelist_zones — optional name exact match, per_pagelist_dns_records — requires zone_id; filters type, name, per_pagecreate_dns_record — zone_id, type, name, content; optional ttl, proxiedupdate_dns_record — zone_id, record_id; any of type/name/content/ttl/proxieddelete_dns_record — zone_id, record_idpurge_cache — zone_id + purge_everything OR files/hosts/tagsDestructive ops require explicit env flags:
CLOUDFLARE_ALLOW_WRITES=true — create/update/delete DNS recordsCLOUDFLARE_ALLOW_PURGE=true — purge cacheWithout the gate, writes fail with -32041.
Recommended token perms: Zone:Read, DNS:Edit, Cache Purge:Purge.
Scope the token to specific zones in the Cloudflare dashboard.