An intelligent model routing tool that switches between high-performance cloud LLMs and local Ollama instances based on task intent and user commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mlti-llm-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 mlti-llm-fallback using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Multi-LLM is a robust model management utility designed to optimize how developers interact with large language models. While the system defaults to using Claude Opus 4.5 for high-complexity tasks, it provides a specialized trigger to activate local model selection. This allows users of Openclaw Skills to leverage the power of local hardware for specific domains like coding, math, and translation, reducing reliance on external APIs and improving privacy.
By integrating this skill, you gain a dynamic execution environment that understands the context of your request. Whether you are performing heavy refactoring or simple text summarization, Multi-LLM ensures the right model is used for the right job, backed by a sophisticated fallback mechanism that guarantees reliability even if specific local models are missing.
multi llm.To get started with this skill in your Openclaw Skills setup, ensure Ollama is installed and the required models are pulled:
# Install Ollama
curl -fsSL https://ollama.com/install.sh | sh
# Start the Ollama service
ollama serve
# Pull the recommended model set
ollama pull qwen2.5-coder:32b
ollama pull deepseek-r1:70b
ollama pull glm4:9b
ollama pull qwen3:32b
Verify your local environment with ollama list to ensure all models are ready for the switching logic.
The skill organizes model selection based on task categories and predefined model hierarchies:
| Task Category | Primary Model | Size | Fallback Priority |
|---|---|---|---|
| Coding | qwen2.5-coder:32b | 19GB | qwen2.5-coder:14b -> qwen3:32b |
| Reasoning | deepseek-r1:70b | 42GB | deepseek-r1:32b -> qwen3:32b |
| Chinese | glm4:9b | 5.5GB | qwen3:8b -> qwen3:32b |
| General | qwen3:32b | 20GB | qwen3:14b -> qwen3:8b |
Internal logic is handled via select-model.sh and fallback-demo.sh located in the scripts directory.
multi llm coding or multi llm reasoning to bypass automated detection.Loading
An intelligent browser automation skill for filling complex web forms and uploading files with persistent login support.

An automated trading skill for Polymarket fast markets driven by Binance price momentum and the Simmer API.

A specialized research skill for AI agents to retrieve detailed bird species data, taxonomy, and conservation status from the Dongniao database.

An AI-powered knowledge assistant delivering strategic insights, business quotes, and industry observations from Professor Zeng Ming, former Dean of Hupan University.

Xiangji Translation Service provides professional-grade text and image translation capabilities by integrating multiple global AI engines.

A comprehensive technical reference skill for implementing modern, secure authentication in TypeScript projects using AI agents.








































