switch-xiaomi-mimo

Apply a config.patch to switch OpenClaw's primary model to Xiaomi MiMo via OpenRouter.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill switch-xiaomi-mimo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: switch-xiaomi-mimo
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/switch-xiaomi-mimo
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill switch-xiaomi-mimo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Switching the default AI model to a Xiaomi MiMo can be error-prone without a repeatable, provider-validated workflow. This Skill enables a deterministic switch to the Xiaomi MiMo via OpenRouter by applying a config.patch that sets the primary model, while ensuring proper provider presence and safety checks.

Core Features & Use Cases

  • Provider validation: ensures an OpenRouter provider exists in the OpenClaw configuration before switching.
  • Deterministic patching: applies a config.patch to set agents.defaults.model.primary to the Xiaomi MiMo OpenRouter ID (openrouter/xiaomi/mimo-v2-pro by default).
  • Rate-limit aware: enforces a 20-second cooldown between config.patch calls and verifies the change via session_status.

Quick Start

Apply the OpenRouter patch to set the primary model to openrouter/xiaomi/mimo-v2-pro and then verify the change with session_status.

Frequently Asked Questions about switch-xiaomi-mimo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I switch the OpenClaw default model to Xiaomi MiMo via OpenRouter?

To switch the OpenClaw default model to Xiaomi MiMo via OpenRouter, apply a config.patch setting agents.defaults.model.primary to the target MiMo OpenRouter ID, then verify the change using session_status.

What Xiaomi MiMo model variants are supported for OpenRouter switching?

Supported Xiaomi MiMo variants for OpenRouter switching include openrouter/xiaomi/mimo-v2-pro, openrouter/xiaomi/mimo-1.5, and openrouter/xiaomi/mimo-v2-turbo, with mimo-v2-pro set as the default primary model.

Does switching to Xiaomi MiMo require an OpenRouter provider in OpenClaw?

Yes, switching to Xiaomi MiMo requires an OpenRouter provider to exist in the OpenClaw configuration, as the workflow includes provider validation to ensure the primary model switch is reliable before patching.

Why does my config.patch fail when switching AI models on OpenRouter?

Your config.patch may fail when switching AI models due to rate limits, as the workflow enforces a mandatory 20-second cooldown between config.patch calls to ensure reliable model updates.

How do I verify the Xiaomi MiMo model is active after applying a config.patch?

To verify the Xiaomi MiMo model is active after applying a config.patch, check the session_status output to confirm the new model ID is successfully loaded across the specified MiMo variants.