OpenClaw Model Failover Guard
Automatic model failover + failback guard for OpenClaw.
by bovmanth · published 2026-03-22
$ claw add gh:bovmanth/bovmanth-model-failover-guard# OpenClaw Model Failover Guard
Automatic model failover + failback guard for OpenClaw.
Description
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.
Features
Install
npx skills add BovmantH/openclaw-model-failover-guard --skill model-failover-guardUsage
# Run once
python3 skills/model-failover-guard/scripts/failover.py once
# Run as daemon
python3 skills/model-failover-guard/scripts/failover.py loopConfiguration
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) |
Author
License
MIT
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...