← Back to Skills Marketplace
258
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install model-router-waai
Description
Model Router - Parallel multi-LLM invocation with result merging. Use when: need better answers, compare model outputs, or get best result from multiple LLMs...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install model-router-waai - After installation, invoke the skill by name or use
/model-router-waai - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.
How do I install Model Router?
Run "/install model-router-waai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Model Router free?
Yes, Model Router is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Model Router support?
Model Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Model Router?
It is built and maintained by HuaiBuer (@huaibuer); the current version is v1.1.0.
More Skills