Model Failover Guard

# OpenClaw Model Failover Guard

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Model Failover Guard" with this command: npx skills add BovmantH/openclaw-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

  • Monitor model health on an interval
  • If primary fails N times consecutively → failover
  • Fallback is selected from all configured models
  • Supports preferred fallback provider
  • After fallback is stable for N checks → try failback
  • If failback test fails → revert to fallback immediately

Install

npx skills add BovmantH/openclaw-model-failover-guard --skill model-failover-guard

Usage

# Run once
python3 skills/model-failover-guard/scripts/failover.py once

# Run as daemon
python3 skills/model-failover-guard/scripts/failover.py loop

Configuration

Copy skills/model-failover-guard/config.example.json to config.json and adjust settings.

KeyDescription
primaryModelPrimary model to monitor
failThresholdConsecutive failures before failover
recoverThresholdStable checks before failback
checkIntervalSecHealth check interval (seconds)

Author

  • Owner: BovmantH
  • Version: 1.0.0

License

MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Model Usage Monitor

监控并统计模型调用次数和成本,计算缓存命中率,支持实时监控与每小时自动告警。

Registry SourceRecently Updated
3951Profile unavailable
General

Smart Model Switcher V2

智能模型自动切换 V5.0.2 - 多模态感知,自动识别图片/视频/音频/代码/文本任务,切换到最适合的模型。支持图片理解(qwen3-vl-plus)、视频音频(qwen3.5-plus)、代码(glm-5)、Office文档(MiniMax-M2.5)、推理等场景。零感知切换,无需手动操作。

Registry SourceRecently Updated
3560Profile unavailable
General

Ollama Load Balancer

Ollama load balancer for Llama, Qwen, DeepSeek, and Mistral inference across multiple machines. Load balancing with auto-discovery via mDNS, health checks, q...

Registry SourceRecently Updated
2580Profile unavailable
General

OpenClaw Model Provider

Help users add custom model providers to OpenClaw. Use when the user wants to add a new AI model provider (like custom OpenAI-compatible APIs, local LLMs, or...

Registry SourceRecently Updated
1970Profile unavailable