Use when managing or configuring LLM agent loops experiencing frequent rate limits (429), quota exhaustion, or provider outages, implementing automatic failover and provider chains via 9Router. Triggers on "quedas de ia", "erro 429", "quota esgotada", "fallback automático", "9router fallback".
Scanned 9/19/2026
Install to Claude Code
npx -y skills add majinmagros/magros.ai-skills --skill 9router-resilient-fallback --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 9router Resilient Fallback?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majinmagros-9router-resilient-fallback)More formats (shields.io, HTML) on the badges page.
---
name: 9router-resilient-fallback
description: Use when managing or configuring LLM agent loops experiencing frequent rate limits (429), quota exhaustion, or provider outages, implementing automatic failover and provider chains via 9Router. Triggers on "quedas de ia", "erro 429", "quota esgotada", "fallback automático", "9router fallback".
metadata:
origin: ECC + 9Router
---
# 9Router Resilient Fallback
Mitigate AI downtime, rate limits (429), and provider quota exhaustion by routing agent requests through resilient fallback chains.
## Core Strategy
- **Centralized Gateway**: Route all agent calls through `NINEROUTER_URL` (`http://localhost:20128`).
- **Combo Chains**: Configure combos in 9Router SQLite DB or dashboard to automatically failover from premium models (Anthropic/OpenAI) to lightweight or free-tier alternatives (`qd/lite`, DeepSeek, local endpoints) when a 429/503 occurs.
- **Session Continuity**: Prevent agent loops from crashing mid-task due to transient network or provider failures.
## Quick Fix for Quota Exhaustion
If 9Router throws `503 All accounts unavailable` or frequent `429` errors:
1. Access the 9router DB at `$env:APPDATA\9router\db\data.sqlite` (tabela `combos`).
2. Move a responsive low-cost/free model (e.g., `qd/lite`) to the top of the combo chain.
3. Resume agent operations without restarting the router.
## Quando Ativar
- Agent loop travado com erro 429 / quota esgotada / provider fora do ar
- Usuário diz "quedas de ia", "erro 429", "quota esgotada", "fallback automático", "9router fallback"
- Configurar cadeia de failover automático entre providers via 9Router
- Prevenir crash de sessão por falha transitória de rede ou provider
## Exemplo
```json
{
"combo": "resilient-default",
"chain": ["anthropic/claude", "qd/lite", "deepseek-chat"],
"failover_on": [429, 503, "timeout"]
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!