Cloudflare Troubleshooting
skill from daymade/claude-code-skills
About
--- name: cloudflare-troubleshooting description: Investigate and resolve Cloudflare configuration issues using API-driven evidence gathering. Use when troubleshooting ERR_TOO_MANY_REDIRECTS, SSL errors, DNS issues, or any Cloudflare-related problems. Focus on systematic investigation using Cloudflare API to examine actual configuration rather than making assumptions. --- # Cloudflare Troubleshooting ## Core Principle **Investigate with evidence, not assumptions.** Always query Cloudflare API to examine actual configuration before diagnosing issues. The skill's value is the systematic investigation methodology, not predetermined solutions. ## Investigation Methodology ### 1. Gather Credentials Request from user: - Domain name - Cloudflare account email - Cloudflare Global API Key (or API Token) Global API Key location: Cloudflare Dashboard → My Profile → API Tokens → View Global API Key ### 2. Get Zone Information First step for any Cloudflare troubleshooting - obtain the zone
Quick Start
Manual Installation
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions