Hits the Cloudflare REST API directly when wrangler or MCP would be too slow or verbose. Most useful for bulk operations: updating 50 DNS records at once, managing custom hostnames for white-label clients, setting up email routing rules, or running fleet-wide changes across multiple zones. The skill produces curl commands or bash scripts instead of making you click through MCP tool calls one at a time. Also covers stuff wrangler doesn't expose well, like WAF rules, cache purge by tag, D1 cross-database queries, and R2 bulk operations. If you're doing one thing, stick with wrangler. If you're doing fifty things or need features buried in the API docs, this is faster.
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-api