Install
openclaw skills install model-failover-guardAutomatically monitors model health and switches between primary and fallback models to maintain stability and recover when possible.
openclaw skills install model-failover-guardAutomatic model failover + failback guard for OpenClaw.
When your primary model becomes unstable, this guard can switch to an available fallback model automatically, then switch back to the primary after stability is restored.
npx skills add BovmantH/openclaw-model-failover-guard --skill model-failover-guard
# Run once
python3 skills/model-failover-guard/scripts/failover.py once
# Run as daemon
python3 skills/model-failover-guard/scripts/failover.py loop
Copy skills/model-failover-guard/config.example.json to config.json and adjust settings.
| Key | Description |
|---|---|
primaryModel | Primary model to monitor |
failThreshold | Consecutive failures before failover |
recoverThreshold | Stable checks before failback |
checkIntervalSec | Health check interval (seconds) |
MIT