cloudflare-troubleshooting

Diagnose Cloudflare configuration issues using API-driven evidence gathering.

1.3k|212|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/daymade/claude-code-skills --skill cloudflare-troubleshooting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-troubleshooting
Source: https://github.com/daymade/claude-code-skills/tree/main/cloudflare-troubleshooting
Command: npx skills add https://github.com/daymade/claude-code-skills --skill cloudflare-troubleshooting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps diagnose and resolve Cloudflare misconfigurations using API-driven evidence, rather than guessing, focusing on methodical investigation.

Core Features & Use Cases

  • Redirect loops, DNS issues, SSL errors, and other Cloudflare problems
  • Systematic investigation patterns with API-backed evidence

Quick Start

  • Run evidence-based checks with the included scripts:
  • Example: python scripts/check_cloudflare_config.py domain [email protected] API_KEY

Frequently Asked Questions about cloudflare-troubleshooting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose Cloudflare redirect loops using API checks?

Redirect loops occur when page rules or DNS settings create circular redirects. This Skill queries Cloudflare's API to inspect page rules, DNS records, and SSL settings, identifying conflicting rules and misconfigured redirects so you can resolve them systematically with evidence.

What Cloudflare configuration issues can I troubleshoot with API-driven checks?

API-driven troubleshooting covers ERR_TOO_MANY_REDIRECTS, SSL certificate errors, DNS misconfigurations, and page rule conflicts. The Skill gathers zone settings, DNS records, and cache policies via Cloudflare's API to produce an evidence-based diagnosis and remediation steps.

Can I automate Cloudflare diagnostics without manually checking the dashboard?

Yes. This Skill runs automated scripts that query your zones, settings, DNS records, and page rules through the Cloudflare API, eliminating manual dashboard inspection and producing a structured diagnostic report with actionable remediation guidance.

Why would API-driven investigation be better than trial-and-error for Cloudflare problems?

API-driven investigation gathers actual configuration state as evidence rather than guessing. It systematically checks interdependencies between DNS, page rules, SSL, and cache settings, revealing the root cause faster and reducing downtime from incorrect fixes.

Do I need Cloudflare API credentials to run these troubleshooting checks?

Yes. You need a valid Cloudflare API key, account email, and domain name. The Skill uses these credentials to authenticate API requests and retrieve zone configuration, DNS records, and policy data for diagnosis.

What's the fastest way to identify SSL certificate errors in Cloudflare?

This Skill queries SSL certificate status and DNS validation records via the Cloudflare API, pinpointing certificate issues and mismatches without manual verification. It returns immediate diagnostic output with next steps.