firecrawl-advanced-troubleshooting
Installation
SKILL.md
FireCrawl Advanced Troubleshooting
Overview
Deep debugging techniques for complex FireCrawl issues that resist standard troubleshooting.
Prerequisites
- Access to production logs and metrics
- kubectl access to clusters
- Network capture tools available
- Understanding of distributed tracing
Evidence Collection Framework
Comprehensive Debug Bundle
#!/bin/bash
set -euo pipefail
# advanced-firecrawl-debug.sh
BUNDLE="firecrawl-advanced-debug-$(date +%Y%m%d-%H%M%S)"
Related skills