model_router

Model Router - Parallel multi-LLM invocation with result merging. Use when: need better answers, compare model outputs, or get best result from multiple LLMs. / 并行调用多模型 - 并行调用多个大模型,结果智能合并。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "model_router" with this command: npx skills add WaaiOn/model-router-waai

🔀 Model Router / 模型路由器

Parallel multi-LLM invocation with intelligent result merging. Get the best from multiple models.

When to Use / 使用场景

ENCN
Need better answers than single model需要比单一模型更好的答案
Compare outputs from different LLMs对比不同模型输出
Get best result through ensemble通过集成获取最佳结果
Critical tasks requiring reliability需要可靠性的关键任务

Workflow / 工作流

User Task / 用户任务
       │
       ▼
┌──────────────────┐
│  Parallel Invoke  │  / 并行调用
│  ┌────┬────┬────┐│
│  │GPT4│Claude│Kimi││
│  └────┴────┴────┘│
└──────────────────┘
       │
       ▼
┌──────────────────┐
│   Target Merge    │  / 目标模型合并
│   Target LLM     │
└──────────────────┘
       │
       ▼
   Final Result / 最终结果

Features / 功能

FeatureENCN
Parallel invocation并行调用多模型
Auto-routing自动路由
Result merging结果智能合并
Quality assessment质量评估

Supported Models / 支持模型

ModelProvider
gpt4OpenAI
claudeAnthropic
kimi月之暗面
deepseek深度求索
qwen阿里
ernie百度
geminiGoogle

Usage / 使用

from model_router import Router

# Simple / 简单
result = await Router().run(
    task="写一首关于春天的诗",
    models=["gpt4", "claude", "kimi"],
    merge_model="gpt4"
)

# Advanced / 高级
result = await Router().run(
    task="分析这段代码",
    models=["cursor", "windsurf", "codeium"],
    merge_model="claude",
    timeout=30,
    merge_prompt="合并以下代码审查结果,给出最佳建议"
)

Response / 返回结果

{
    "final": "...",           # 合并后的最终结果
    "sources": [...],         # 各模型原始结果
    "merge_model": "claude",  # 合并用的模型
    "total_time": 2.5         # 总耗时(秒)
}

Installation / 安装

npx clawhub install model-router-waai

Author / 作者

  • WaaiOn

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Leads

Leads - command-line tool for everyday use

Registry SourceRecently Updated
General

Bmi Calculator

BMI计算器。BMI计算、理想体重、健康计划、体重追踪、儿童BMI、结果解读。BMI calculator with ideal weight, health plan. BMI、体重、健康。

Registry SourceRecently Updated
General

Blood

Blood — a fast health & wellness tool. Log anything, find it later, export when needed.

Registry SourceRecently Updated
General

Better Genshin Impact

📦BetterGI · 更好的原神 - 自动拾取 | 自动剧情 | 全自动钓鱼(AI) | 全自动七圣召唤 | 自动伐木 | 自动刷本 | 自动采集/挖矿/锄地 | 一条龙 | 全连音游 - UI A better genshin impact, c#, auto-play-game, automatic, g...

Registry SourceRecently Updated