Cloudflare Troubleshooting
Diagnose and resolve Cloudflare configuration issues, including DNS propagation, caching, and security rule problems.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloudflare-troubleshooting npx -- -y @trustedskills/cloudflare-troubleshooting
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloudflare-troubleshooting": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloudflare-troubleshooting"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to diagnose and resolve issues within Cloudflare's global network infrastructure. It specifically handles configuration errors, performance bottlenecks, and connectivity failures across services like Workers, Pages, and DNS.
When to use it
- Your website is returning 5xx errors or experiencing unexpected downtime behind Cloudflare protection.
- You need to analyze why a specific Cloudflare Worker rule is failing to execute or return data.
- DNS propagation delays are causing inconsistent resolution across different geographic regions.
- Cache invalidation requests are not clearing stale content as expected on your origin server.
Key capabilities
- Interprets complex Cloudflare dashboard logs and error messages.
- Identifies misconfigured WAF rules or security policies blocking legitimate traffic.
- Analyzes cache hit/miss ratios to optimize delivery performance.
- Generates specific remediation steps for DNS, SSL/TLS, and CDN settings.
Example prompts
- "Analyze these Cloudflare Worker logs and explain why the
onRequestfunction is timing out." - "Review my current WAF configuration and suggest rules to block SQL injection attempts without affecting legitimate users."
- "Why is my Cloudflare Page deployment failing to build? Check the error output for common dependency issues."
Tips & gotchas
Ensure you have read-only access to your Cloudflare dashboard before enabling this skill, as it requires viewing logs and settings to provide accurate diagnostics. This tool focuses on troubleshooting; it cannot directly execute changes to your Cloudflare configuration without explicit human confirmation.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.