Implement FireCrawl rate limiting, backoff, and idempotency patterns. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for FireCrawl. Trigger with phrases like "firecrawl rate limit", "firecrawl throttling", "firecrawl 429", "firecrawl retry", "firecrawl backoff".
7.0
Rating
0
Installs
Backend Development
Category
Excellent skill addressing FireCrawl rate limiting with comprehensive, production-ready patterns. The description clearly defines when to use the skill with specific trigger phrases. Task knowledge is strong with complete TypeScript implementations for exponential backoff, jitter, idempotency keys, queue-based limiting, and rate limit monitoring. Structure is logical with clear sections and tables. Novelty is good—while rate limiting is a common problem, the combination of FireCrawl-specific context, idempotency patterns, and multiple implementation strategies (backoff, queuing, monitoring) provides meaningful value over a general CLI agent solution. Minor improvement areas: could benefit from a decision tree for choosing between approaches, and integration example showing all patterns together.
Loading SKILL.md…

Skill Author