Install
openclaw skills install model-switcherAutomatically switch between fast (haiku) and powerful (sonnet) models based on task complexity. Triggers when detecting complex tasks like analysis, refactoring, architecture design, optimization, or when user explicitly mentions model switching needs.
openclaw skills install model-switcherAutomatically detect task complexity and switch to the appropriate model.
Based on your setup:
custom-kiro-cli-vipdump-eu-org/claude-haiku-4-5 - For simple, quick taskscustom-kiro-cli-vipdump-eu-org/claude-sonnet-4-5 - For complex analysisSwitch to sonnet when message contains:
session_statusUse session_status tool with model parameter:
// Switch to sonnet for complex tasks
session_status({ model: "kiro-cli" })
// Switch back to haiku for simple tasks
session_status({ model: "haiku" })
// Reset to default
session_status({ model: "default" })
User message: "帮我分析一下这个系统的架构"
→ Contains: "分析", "架构"
→ Action: Switch to sonnet if not already on it
→ Response: "🔄 切换到 sonnet 模型来处理这个复杂任务..."