425 Exa Rate Limits 8e2fb0c9

exa-rate-limits

tools-only Updated 7 repo stars

File contents

exa-rate-limits

Skill Scaffold

exa-rate-limits/
  SKILL.md

File Descriptions

1. SKILL.md

Purpose: Implement rate limiting, exponential backoff with jitter, and request queuing for reliable Exa API usage. Workflow: Essential operations skill - prevents rate limit issues before they occur. Relates to: Follows exa-sdk-patterns; foundational for exa-reliability-patterns

Summary

This skill implements robust rate limit handling for Exa API: understanding Exa's rate limit headers, implementing exponential backoff with jitter, request queuing for burst protection, client-side rate limiting to stay under quotas, graceful degradation when limits are hit, and monitoring/alerting for rate limit events. Includes patterns for both synchronous and asynchronous usage.

tools-only/X-Skills/tree/main/automation/workflow/425-exa-rate-limits_8e2fb0c9 commit d80c87ae95

Frequently asked questions

npx skillmds@latest add tools-only/425-exa-rate-limits-8e2fb0c9