An intelligent request router that selects the most cost-effective LLM based on task complexity and model metadata.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install model-router-premium
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-router-premium using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Model Router Premium is a high-performance skill designed to optimize AI workflows by programmatically selecting the best LLM for any given task. By analyzing Openclaw Skills configurations, it balances operational costs with task complexity, ensuring that simple requests are handled by budget-friendly models while high-fidelity tasks are escalated to more powerful engines. This deterministic approach provides developers with a transparent and auditable way to manage multi-model environments efficiently.
Built on design principles of transparency and efficiency, this tool eliminates the guesswork of model selection. It uses explicit metadata like capabilities and cost scores to ensure that every request is routed to the most appropriate provider, making it an essential component for scaling AI-driven applications.
To integrate this into your workflow, ensure your environment is configured for Openclaw Skills and follow these steps:
# Navigate to your project directory
cd model-router-premium
# Prepare your models.json file with model metadata
# Run the router via the CLI to test a routing decision
python3 scripts/router.py --models examples/models.json --task "Summarize this email" --mode auto
The skill relies on a structured JSON configuration to define the available model landscape within Openclaw Skills.
| Field | Description | Type |
|---|---|---|
| name | The unique identifier for the LLM. | String |
| provider | The API provider (e.g., OpenAI, Anthropic). | String |
| cost_score | A relative integer representing the cost (lower is cheaper). | Integer |
| capabilities | List of supported features (e.g., vision, long-context). | Array |
| tags | Metadata for filtering (e.g., fast, premium). | Array |
Loading
A headless browser-based tool to fetch real-time mid-market currency exchange rates from XE.com with automatic API fallback.

A professional-grade AI skill for generating high-quality images from text prompts without requiring API keys or external subscriptions.

A specialized skill for building high-converting competitor comparison and alternative pages that drive SEO traffic and sales enablement.

An expert SaaS retention engine that reduces voluntary and involuntary churn through intelligent cancel flows and automated payment recovery.

A discovery and management tool designed to find and install specialized capabilities from the official ClawHub skill registry.

A robust toolset for programmatically managing web forms, data submissions, and fine-grained organizational access control.








































