← 返回 Skills 市场
Model Routing Skill
作者
Sam-k-migz
· GitHub ↗
· v1.0.1
· MIT-0
208
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install model-routing
功能描述
Automatically routes requests to the optimal model based on task type, prioritizing code, reasoning, simplicity, and normal tasks with fallback and concurren...
安全使用建议
This skill is coherent and low-risk in that it only provides routing instructions and requires no installs or credentials. Before enabling it: 1) confirm the model IDs used by the skill match the models available in your environment (otherwise update the SKILL.md or mapping); 2) ask where 'internal trace' telemetry is stored, who can access it, and how long it is retained—avoid recording PII in taskType if possible; 3) verify how 'admin tuning' and org/channel/session model locks are surfaced to the agent so the skill won't conflict with enforced policies; 4) test fallback, retry, concurrency, and budget behaviors in a safe environment to ensure they behave as expected and respect billing limits. If those operational details are acceptable, the skill appears benign and appropriate to use.
功能分析
Type: OpenClaw Skill
Name: model-routing
Version: 1.0.1
The skill bundle contains logic for model routing based on task type (coding, reasoning, etc.) and includes safety caps for token usage and budget. The instructions in SKILL.md are aligned with the stated purpose of optimizing model selection and do not contain any malicious commands, data exfiltration attempts, or prompt-injection attacks.
能力评估
Purpose & Capability
The name/description match the SKILL.md routing rules. All declared requirements (none) align with a pure instruction-only routing policy; nothing requested is extraneous to model routing.
Instruction Scope
Instructions stay within routing behavior (model selection, fallbacks, concurrency, caps). Two items are underspecified and warrant attention: the telemetry line ('record {taskType, chosenModel, capsApplied} to internal trace') does not describe storage location/retention/access controls, and 'may be tuned by admin' implies external configuration but does not say how the skill obtains or enforces those admin settings. Also the skill assumes specific model IDs (gpt-5-codex, gpt-5, gpt-5-mini, gpt-4.1-nano); if those IDs don't exist in your environment the routing could fail or route incorrectly.
Install Mechanism
No install spec and no code files: the skill is instruction-only so nothing is written to disk or downloaded.
Credentials
Skill requests no environment variables, credentials, or config paths. This is proportional to its stated purpose.
Persistence & Privilege
always:false and no self-install behavior. The skill mentions admin-tunable defaults and internal traces but does not request persistent privileges or system-wide changes in the current text.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install model-routing - 安装完成后,直接呼叫该 Skill 的名称或使用
/model-routing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add guardrails: respect forced models, add safety caps, budget ceiling, and safer fallbacks.
v1.0.0
Initial publish
元数据
常见问题
Model Routing Skill 是什么?
Automatically routes requests to the optimal model based on task type, prioritizing code, reasoning, simplicity, and normal tasks with fallback and concurren... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。
如何安装 Model Routing Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-routing」即可一键安装,无需额外配置。
Model Routing Skill 是免费的吗?
是的,Model Routing Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Model Routing Skill 支持哪些平台?
Model Routing Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Model Routing Skill?
由 Sam-k-migz(@sam-k-migz)开发并维护,当前版本 v1.0.1。
推荐 Skills