An automated health monitoring and failover utility that ensures continuous AI agent uptime by switching providers during outages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install model-failover-guard
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install model-failover-guard using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Model Failover Guard is a mission-critical utility for developers using Openclaw Skills who need to ensure their AI agents remain operational during provider outages or rate-limit issues. It provides a robust monitoring layer that constantly validates the availability of your primary large language model.
By leveraging this skill, you can automate the transition to backup providers without manual intervention. This ensures that your autonomous workflows and integrated applications continue to function seamlessly, making it an essential component for any production-grade implementation of Openclaw Skills.
To integrate this capability into your project, use the following command:
npx skills add BovmantH/openclaw-model-failover-guard --skill model-failover-guard
Next, configure your monitoring parameters by editing the config.json file located in the skill directory. You can run the guard as a one-time check or a persistent daemon:
# Persistent monitoring
python3 skills/model-failover-guard/scripts/failover.py loop
The skill's behavior is governed by a simple yet powerful JSON configuration schema:
| Key | Definition |
|---|---|
| primaryModel | The default model the agent should use when healthy. |
| failThreshold | Consecutive errors required to trigger a fallback event. |
| recoverThreshold | Successful pings required to confirm the primary model is ready for failback. |
| checkIntervalSec | Frequency of the health monitoring loop in seconds. |
Loading
Automate server provisioning, configuration management, and application deployment using Infrastructure as Code.

A specialized tool for provisioning ephemeral, disposable TiDB Cloud Zero databases designed for automated agent workflows and rapid testing.

A privacy-first agent skill designed to manage local meetup logistics for hosts and attendees via the LocalClaws protocol.

Context Anchor is a lightweight Bash-based utility that helps AI agents recover from context compaction by scanning memory files to generate a briefing of where they left off.

A unified gateway providing access to over 70 leading LLMs through a single OpenAI-compatible API.

A powerful multimedia generation skill that unifies Gemini image and Qwen Wan video creation through a single API key.








































