This handles the full spectrum of Cloudflare service management from a single skill: Workers, KV storage, R2 buckets, Pages deployments, and DNS routing. It's built on Bun scripts that validate your API credentials upfront, automatically extract deployment URLs, and give you actionable error messages when permissions are wrong. The setup is straightforward once you generate a Cloudflare API token with the right scopes. Where it shines is coordinating multi-service deployments like spinning up a worker with KV bindings and R2 buckets in one workflow. The docs are thorough with exit codes and troubleshooting steps, though you'll still need Wrangler CLI for actual Pages file uploads since the multipart upload dance is complex.
npx skills add https://github.com/secondsky/claude-skills --skill cloudflare-manager