From agi-super-team
Automatically switches to backup AI models on failure, timeout, rate limit, or quota exhaustion. Supports multi-vendor configuration, priority-based fallback, health monitoring, and auto-retry.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:model-fallbackThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Author: Daniel Li
npx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamConfigures OpenRouter model fallbacks for high availability in Python apps using OpenAI client. Covers native server-side, provider routing, client-side chains, and timeouts to survive outages.
Adds retries, timeouts, and model/provider fallbacks to LLM API calls to handle rate limits, outages, and transient errors. Includes instrumentation for visibility.
Implements reliability patterns for Claude API: circuit breakers, graceful degradation with model fallbacks, idempotency, and timeouts in Python code.