بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف 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
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
| 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