원클릭으로
cloudflare-kv-manage
Manage Cloudflare Workers KV namespaces and key-value pairs — create, list, read, write, delete
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage Cloudflare Workers KV namespaces and key-value pairs — create, list, read, write, delete
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
Live integration test for all Cloudflare MCP tools — read + safe writes with cleanup
Manage Cloudflare DNS records — add, list, update, delete records with verification across multiple zones
DDoS/attack emergency response runbook — detect, assess, mitigate, monitor, de-escalate
SOC 직업 분류 기준
| name | cloudflare-kv-manage |
| description | Manage Cloudflare Workers KV namespaces and key-value pairs — create, list, read, write, delete |
Manage Workers KV namespaces and key-value pairs using Cloudflare API.
CLOUDFLARE_API_TOKEN with Workers KV permissionsCLOUDFLARE_ACCOUNT_ID set (required for all KV operations)cloudflare_kv_namespace_list to see all KV namespacescloudflare_kv_namespace_create with a descriptive titlecloudflare_kv_list_keys with namespace_idprefix to filter keys by prefixcursor for pagination through large key setscloudflare_kv_read with namespace_id and key_namecloudflare_kv_write with namespace_id, key_name, and valueexpiration_ttl (minimum 60 seconds) for auto-expiring keyscloudflare_kv_delete with namespace_id and key_namecloudflare_kv_namespace_delete with namespace_idcloudflare_kv_namespace_list — List all KV namespacescloudflare_kv_namespace_create — Create a new namespacecloudflare_kv_namespace_delete — Delete a namespace (destructive)cloudflare_kv_list_keys — List keys with optional prefix filtercloudflare_kv_read — Read value by keycloudflare_kv_write — Write key-value pair with optional TTLcloudflare_kv_delete — Delete a key