An intelligent routing layer that analyzes query intent to select the most cost-effective and capable LLM for any given task.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install model-selector
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-selector using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Semantic Model Orchestrator acts as a sophisticated middle layer for AI agents, designed to solve the challenge of balancing performance with cost. By leveraging semantic analysis and vector embeddings, it evaluates the complexity of incoming queries to determine the appropriate model tier. This ensures that high-stakes reasoning is handled by top-tier models while routine tasks are offloaded to more economical alternatives within the ecosystem of Openclaw Skills.
This skill is particularly valuable for developers building complex agentic workflows where utilizing a high-end model for every single interaction would be prohibitively expensive or inefficient. By categorizing intent into three distinct tiers, the orchestrator streamlines execution and maximizes the utility of modern LLM providers.
To integrate this skill into your environment, ensure your provider API keys are correctly configured in your environment variables. Install the skill using the following command:
openclaw install semantic-model-orchestrator
You can then configure your preferred models for each tier:
openclaw config set elite_model "anthropic/claude-3-5-sonnet-latest"
openclaw config set basic_model "deepseek/deepseek-chat"
The skill maintains a structured output format for every routing decision to ensure compatibility with downstream tools.
| Field | Type | Description |
|---|---|---|
| tier | String | The classification level (ELITE, BALANCED, or BASIC) |
| suggested_model | String | The specific model string for the selected tier (e.g., gpt-4o-mini) |
| intent_category | String | The identified intent type based on semantic analysis |
| efficiency_score | Float | A calculated value representing the cost-to-performance ratio |
Loading
A comprehensive integration for accessing Followin's real-time Web3 information streams, trading signals, and trending crypto news.

A secure integration to sync Garmin Connect fitness metrics like steps, sleep, and workouts into your AI agent environment.

A reliable networking skill designed to detect host availability and measure latency for specific IP addresses via ICMP.

Enable your AI agent to build a social media presence, engage with humans, and earn money through paywalled content.

A comprehensive interface for interacting with Codeberg and Forgejo instances using the tea CLI directly within your agent workflows.

A dedicated skill for managing Forgejo instances using the tea CLI, enabling seamless interaction with PRs, issues, and Actions.








































