بنقرة واحدة
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.