← 返回 Skills 市场
huaibuer

Model Router

作者 HuaiBuer · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
258
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install model-router-waai
功能描述
Model Router - Parallel multi-LLM invocation with result merging. Use when: need better answers, compare model outputs, or get best result from multiple LLMs...
安全使用建议
This package appears to implement the stated feature (parallel calls and merge) but the documentation and code are inconsistent and incomplete. Before installing or using it with real API keys: - Run it in a sandbox without any provider credentials to verify behavior (the current code simulates API calls). - Inspect future versions for added network requests — the file already lists many provider endpoints, and a later change could start making real HTTP calls. - Don't hand over API keys until you confirm how the module expects them (ModelRouter accepts an api_keys dict; SKILL.md doesn't document env vars or config paths). Prefer passing keys explicitly at runtime and store them in secure secrets storage, not in plaintext files. - Expect to fix small documentation mismatches (Router vs ModelRouter) before depending on it in production. If you need a definitive safety judgement (benign vs malicious), ask the author for clarification about credential handling and intended networking behavior or request a version that explicitly performs authenticated calls with clear credential configuration.
功能分析
Type: OpenClaw Skill Name: model-router-waai Version: 1.1.0 The skill is a utility for parallel LLM orchestration and result synthesis. The implementation in `model_router.py` is a functional template that uses mock methods for API calls and contains no evidence of data exfiltration, malicious execution, or persistence mechanisms. The documentation in `SKILL.md` is consistent with the code's logic and does not contain any prompt injection or deceptive instructions.
能力评估
Purpose & Capability
The name/description line up with the code: model_router implements parallel invocation and merging. It requires only python3 which is proportionate. However, the code contains a mapping of real provider endpoints (OpenAI, Anthropic, Google, Baidu, Ali, etc.) even though the implementation currently simulates calls. That mapping is plausible for the stated purpose but suggests the skill is intended to call external APIs once implemented.
Instruction Scope
SKILL.md instructs use of a 'Router' class in examples ('from model_router import Router') but the module actually exposes ModelRouter and route(); this mismatch is likely to confuse users. The README examples also reference some model names (e.g., 'cursor', 'windsurf', 'codeium') not present in the LLM enum or endpoint map. The SKILL.md does not instruct the agent or user to provide API keys or where to put them, yet the ModelRouter constructor accepts an api_keys dict — incomplete instructions could lead to accidental misuse or surprise network calls if the module is extended.
Install Mechanism
This is an instruction-only skill with a bundled Python file; there is no install spec that downloads remote archives or executes installers. SKILL.md suggests installing via 'npx clawhub install model-router-waai' (external tooling) but there is no automatic installer embedded in the package. No high-risk download URLs or extract operations are present.
Credentials
The skill declares no required environment variables or credentials, which matches the shipped code (the code simulates calls and does not read env vars). However, given the presence of real API endpoint mappings and the ModelRouter.api_keys parameter, in real use the skill will need provider API keys; SKILL.md gives no guidance about which credentials to supply or how. This lack of documented credential handling is a usability/security concern (users may accidentally provide keys in insecure ways).
Persistence & Privilege
The skill does not request always:true, does not modify system-wide settings, and does not claim to persist credentials or change other skills' configurations. It runs as a simple module and a small CLI demo; no elevated privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install model-router-waai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /model-router-waai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Added detailed "When to Use" section outlining practical scenarios for model routing. - Expanded and clarified feature and supported model tables, including Gemini (Google). - Added response structure example to show result format. - Included installation instructions for easier onboarding. - Improved overall documentation layout and bilingual clarity.
v1.0.0
Initial release of model-router-waai. - Enables parallel invocation of multiple language models (LLMs). - Supports automatic routing and intelligent merging of results via a target model. - Includes quality assessment of generated outputs. - Provides both simple and advanced usage examples, with custom merge prompts and timeout settings. - Multi-language support (English and Chinese). - Compatible with popular LLMs like GPT-4, Claude, Kimi, DeepSeek, Qwen, and Ernie.
元数据
Slug model-router-waai
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 258 次。

如何安装 Model Router?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-router-waai」即可一键安装,无需额外配置。

Model Router 是免费的吗?

是的,Model Router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Model Router 支持哪些平台?

Model Router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Model Router?

由 HuaiBuer(@huaibuer)开发并维护,当前版本 v1.1.0。

💬 留言讨论