An automated complexity-detection tool that switches between Claude Haiku and Sonnet to balance speed and reasoning power.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install model-switcher
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-switcher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Model Switcher is an essential utility for developers using Openclaw Skills to optimize their AI agent workflows. It functions as a dynamic router that evaluates the complexity of a user's prompt—detecting needs for refactoring, architectural design, or deep analysis—and automatically shifts the session to the most appropriate model. This ensures that powerful resources like Claude Sonnet are utilized only when necessary, while faster models like Haiku handle routine queries, resulting in a more responsive and cost-effective development experience.
To integrate this capability into your Openclaw Skills setup, ensure your session status tool is configured to recognize your specific model endpoints. Use the following commands within your agent's execution logic:
# Trigger a switch to the high-performance sonnet model
session_status({ model: "kiro-cli" })
# Revert to the high-speed haiku model
session_status({ model: "haiku" })
The skill manages model state transitions through the following data structures:
| Parameter | Type | Description |
|---|---|---|
| model | string | The identifier for the target model (e.g., haiku, kiro-cli, or default). |
| session_status | tool | The primary interface for reading and writing model configuration state. |
| trigger_list | array | A collection of keywords that signify a need for high-reasoning capabilities. |
Loading
A production-grade tool for crawling and parsing WeChat Official Account articles with high precision and automated content cleaning.

Automates the creation of high-fidelity Instagram carousels by pairing curated Reddit travel quotes with Topaz Labs AI-upscaled imagery.

Transform Reddit-sourced travel recommendations into professional Instagram carousel posts automatically.

An automated lead qualification engine that scores domains based on technical signals, content velocity, and business legitimacy.

A managed context engineering platform that provides RAG, Text2SQL, and hybrid search to ground AI agents in real-world data with high efficiency.

A robust utility for logging AI model consumption and generating detailed cost reports across multiple API providers.








































