cloudflare-api-helper
Installation
SKILL.md
Cloudflare API Helper
This skill provides a minimal, safe operating pattern for Cloudflare tasks.
Use Cloudflare's REST API for non-Worker Cloudflare operations. Use local Wrangler for Worker-related operations.
Required environment variables
The operator must provide these environment variables before using the skill:
export CODEX_CLOUDFLARE_TOKEN="<cloudflare-api-token>"
export CODEX_CLOUDFLARE_ACCOUNT="<cloudflare-account-id>"
Do not use hyphens in shell variable names. Shell variables like CODEX-CLOUDFLARE-TOKEN are invalid. Use CODEX_CLOUDFLARE_TOKEN and CODEX_CLOUDFLARE_ACCOUNT.
Never print, echo, log, commit, or write the token value to repository files.