A robust multi-model fallback system that ensures AI agent reliability by automatically switching to backup models during primary API failures.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install model-fallback
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-fallback using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Model Fallback skill is a critical reliability layer designed for developers using Openclaw Skills to build resilient AI agents. It eliminates single points of failure by monitoring model availability, response times, and rate limits in real-time. If a primary model provider like MiniMax experiences a timeout or reaches a capacity limit, the skill automatically transitions the request to a secondary provider such as Kimi or Zhipu.
This system provides a seamless experience for end-users while giving developers granular control over their model infrastructure. Beyond error handling, it serves as a performance optimization tool, allowing for sophisticated task routing based on the complexity of the query or the required context window size.
To integrate this into your environment, update your main configuration file and define your provider priority chain.
Add the skill to your openclaw.json:
{
"models": {
"mode": "merge",
"fallback": {
"enabled": true,
"config": "~/.openclaw/skills/model-fallback/config.json"
}
}
}
Verify the current status of your model chain using the CLI:
/scripts/model-fallback.sh --status
The skill organizes its configuration and auditing data through a structured filesystem approach to ensure transparency in the Openclaw Skills ecosystem.
| Data Type | Path | Purpose |
|---|---|---|
| Fallback Chain | config.json |
Defines providers, models, priority levels, and retry logic. |
| Event Logs | ~/.openclaw/logs/model-fallback.log |
Stores a full audit trail of model calls, failures, and successful fallbacks. |
| Task Routing | config.json |
Maps specific task categories (e.g., simple_query) to optimized model lists. |
| Environment | Variables | Controls global flags like MODEL_FALLBACK_ENABLED. |
/api/models/health to monitor provider status externally.Loading
A high-signal AI agent skill that curates and summarizes the top 92 global tech blogs into personalized, multi-language daily briefings.

Foresigxt Memory is a structured storage and context resilience system designed to give AI agents persistent, searchable, and organized memory.

A professional Python scaffolding for developing tool-enabled AI agents that leverage Anthropic Claude Tool Use features via Openclaw Skills.

A comprehensive tool for launching crypto tokens across multiple chains while retaining maximum creator fees through Direct and Easy deployment modes.

An AI-powered skill that drafts and manages personalized Gmail responses based on specific client profiles and templates.

A sophisticated AI agent skill for managing aria2 downloads through a secure JSON-RPC 2.0 interface.








































