cloudflare-tunnel-troubleshoot
Installation
SKILL.md
Troubleshoot Cloudflare Tunnel Skill
Systematic diagnosis and resolution of Cloudflare Tunnel connectivity issues that prevent remote access to services.
Quick Start
Quick diagnostic for tunnel issues:
# Check cloudflared container status
docker ps | grep cloudflared
# Check recent tunnel registrations (should be within 10 minutes)
docker logs cloudflared --tail 100 | grep "Registered tunnel"
# Check for errors
docker logs cloudflared --tail 50 | grep -i error
Related skills