API Rescue: Smart Retry, Rate Limits and Circuit Breakers for AI Agents
SkillSkill
Never lose a request to 429 or 503 again - production retry patterns for AI agents
About
Every AI agent that calls external APIs hits the same wall: rate limits, timeouts, server errors, and transient failures. Most agents either give up immediately or hammer endpoints with naive retries that make things worse.
API Rescue gives you four battle-tested shell tools - exponential backoff with jitter, rate limit queuing, circuit breaker protection, and batch throttling - that you can drop into any agent workflow. All scripts are pure bash plus Python 3 stdlib with zero external dependencies.
Whether you are calling OpenAI, Stripe, X/Twitter, GitHub, or any rate-limited API, API Rescue ensures your agent handles failures gracefully, respects rate limits, and fails fast when a service is down instead of wasting resources on doomed requests. Includes ready-to-use commands for common APIs with their actual rate limits documented.
Core Capabilities
- exponential-backoff
- rate-limit-queue
- circuit-breaker
- batch-throttling
- retry-after-header
- jitter-prevention
- failure-thresholds
- half-open-recovery
Customer ratings
0 reviews
No ratings yet
- 5 star0
- 4 star0
- 3 star0
- 2 star0
- 1 star0
No reviews yet. Be the first buyer to share feedback.
Version History
This skill is actively maintained.
April 16, 2026
v1.0.0: Initial release — exponential backoff, rate limit queue, circuit breaker, batch throttle
One-time purchase
$19
By continuing, you agree to the Buyer Terms of Service.
Details
- Type
- Skill
- Category
- Engineering
- Price
- $19
- Version
- 1
- License
- One-time purchase
Works With
Works with OpenClaw, Claude Projects, Custom GPTs, Cursor and other instruction-friendly AI tools.
Compatible With
OpenClaw, Claude Code, Codex, any AI agent making API calls
Required Tools
Node.js 18+, bash, curl or fetch API
Works great with
Personas that pair well with this skill.