Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ai-scarlett avatar

Model Router

  • 1 installs
  • Updated March 1, 2026
  • ai-scarlett/model-router

model-router is a Claude Code skill that automatically selects the best large language model for a request based on task type.

About

model-router is a Claude Code skill that automatically selects the most suitable large language model for a request based on the task type. It maps eight scenarios such as chat, coding, image generation, and data analysis to specific models like qwen-coder and qwen-max using trigger words, to balance quality and cost. Documentation is in Chinese. Developers use it to route each request to the right model.

  • Routes a request to the best LLM based on task type
  • Covers 8 scenarios: chat, code, image, text, marketing, data, Q&A, roleplay
  • Maps trigger words to Qwen, GLM, and Wanx models to optimize cost

Model Router by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #14,102 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 7, 2026 (Skillselion catalog sync)
At a glance

model-router capabilities & compatibility

Capabilities
model routing · llm selection
Use cases
orchestration
From the docs

What model-router says it does

根据用户问题/任务的类型,自动选择最合适的大模型,优化性能和成本。
SKILL.md
智能大模型路由调度器。根据用户问题类型自动选择最优模型。
SKILL.md
npx skills add https://github.com/ai-scarlett/model-router --skill model-router

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedMarch 1, 2026
Repositoryai-scarlett/model-router

What it does

Select the best LLM for a request based on the task type and trigger words.

Who is it for?

Developers who want each task routed to the most cost-effective suitable model.

Skip if: Users needing a fixed single model or providers not in its mapping.

When should I use this skill?

When a request should be routed to a task-appropriate model automatically.

What you get

Each request is dispatched to the model best matched to its scenario.

  • selected model per request

By the numbers

  • 8 scenarios with recommended models
  • maps trigger words to models per scenario

Files

SKILL.mdMarkdownGitHub ↗

Model Router - 智能模型调度器

核心功能

根据用户问题/任务的类型,自动选择最合适的大模型,优化性能和成本。

8 大场景与模型推荐

场景推荐模型触发词
💬 对话聊天qwen3.5-plus聊天、对话、心情、聊聊
💻 代码开发qwen-coder代码、编程、脚本、python
🎨 图像生成wanx-v1图片、自拍、照片、画图
📝 文本协作qwen-plus写文章、润色、翻译、总结
📢 营销文案qwen-plus文案、广告、营销、标题
📊 数据分析qwen-max分析、数据、统计、图表
🔍 知识问答glm-5是什么、定义、解释
🎭 角色扮演qwen3.5-plus扮演、模拟、身份

使用流程

1. 分析问题类型: 识别用户意图和任务类型 2. 匹配模型: 根据场景选择最合适的模型 3. 切换模型: 使用 session_status 工具设置模型 4. 执行任务: 用选定的模型处理用户请求

详细参考

详见 references/scenarios.md - 完整的场景分类、模型对比、成本分析

示例

用户: "帮我写个 Python 脚本处理 Excel 数据" → 代码开发 → 选择 qwen-coder

用户: "来张自拍" → 图像生成 → 调用 wanx-v1 API

用户: "今天心情不好,陪我聊聊" → 对话聊天 → 选择 qwen3.5-plus

用户: "写个营销文案" → 营销文案 → 选择 qwen-plus

注意事项

  • 图像生成需要调用专门的图像 API,不是对话模型
  • 复杂任务可能需要多模型协作
  • 优先保证质量,其次考虑成本
  • 用户可以手动指定模型

Related skills

FAQ

How does it choose a model?

It classifies the task into one of 8 scenarios and maps trigger words to a recommended model.

What models does it route to?

Models such as qwen-coder for code, qwen-max for data analysis, wanx-v1 for images, and glm-5 for Q&A.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.