From claude-wait-rate
Install claude-wait-rate — enables automatic retry on API rate limits
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-wait-rate:wait-rate-installThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the install script to enable the rate-limit retry interceptor:
Run the install script to enable the rate-limit retry interceptor:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/install.sh"
This script will:
NODE_OPTIONS in ~/.claude/settings.json to load the fetch interceptorAfter install completes, restart Claude Code for the interceptor to take effect.
To check status, use /wait-rate-status.
To uninstall, use /wait-rate-uninstall.
npx claudepluginhub sirhall/claude-wait-rate --plugin claude-wait-rateThis skill should be used when the user asks to "fix claude code", "fix claude", "optimize claude", "improve claude performance", "fix my settings", "setup claude code", "configure claude code", "claude code settings", "tune claude", "fixclaude", "claude is broken", "claude is slow", "claude is lazy", "claude is not working", "make claude better", "keep session alive", "session timer", "rate limit", "avoid rate limits", "rate limited", "fix claude code settings", or wants to optimize their Claude Code installation for maximum performance. Provides an interactive wizard walking through performance settings, rate limit optimization via session timer bump, and optional plugin improvements step by step.
Implements Anthropic Claude API rate limiting, backoff, and quota management using SDK retries and custom header-aware limiters for 429 errors and RPM/TPM optimization.
Handles ClickUp API rate limits using exponential backoff with jitter, header monitoring, and retry logic for 429 errors. Optimizes throughput against per-plan limits.