Install
openclaw skills install cloudflare-globalCloudflare DNS and zone operations using a Global API Key. Use when the user needs to list, create, update, delete, export, or import DNS records, inspect zone settings or SSL mode, purge cache, inspect page rules or firewall rules, or work with Cloudflare tunnels using a Global API Key instead of a modern API token.
openclaw skills install cloudflare-globalUse this skill to work with Cloudflare via the legacy Global API Key flow.
Read credentials from environment variables:
CLOUDFLARE_GLOBAL_API_KEY — requiredCLOUDFLARE_EMAIL — requiredCLOUDFLARE_ACCOUNT_ID — required only for tunnel operationsDo not use Bearer auth for this flow.
X-Auth-Email: $CLOUDFLARE_EMAILX-Auth-Key: $CLOUDFLARE_GLOBAL_API_KEYproxied: false unless the user explicitly asks for proxying.ttl: 1 for Cloudflare auto TTL.CLOUDFLARE_ACCOUNT_ID.Use scripts/cf-global.sh for repeatable Cloudflare operations.
verifyzones / zones-listzone-getzone-iddns-listdns-createdns-updatedns-deletedns-exportdns-importsettings-listsetting-getsetting-setssl-getssl-setcache-purgepagerules-listfirewall-listtunnels-listtunnel-gettunnel-createtunnel-deleteanalyticsscripts/cf-global.sh is included in the published package.dist/cloudflare-global.skill file is a build artifact and should be regenerated before publishing if the source changes.