← Back to Skills Marketplace
sam-k-migz

Model Routing Skill

by Sam-k-migz · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
208
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install model-routing
Description
Automatically routes requests to the optimal model based on task type, prioritizing code, reasoning, simplicity, and normal tasks with fallback and concurren...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install model-routing
  3. After installation, invoke the skill by name or use /model-routing
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Add guardrails: respect forced models, add safety caps, budget ceiling, and safer fallbacks.
v1.0.0
Initial publish
Metadata
Slug model-routing
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 208 downloads so far.

How do I install Model Routing Skill?

Run "/install model-routing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Model Routing Skill free?

Yes, Model Routing Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Model Routing Skill support?

Model Routing Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Model Routing Skill?

It is built and maintained by Sam-k-migz (@sam-k-migz); the current version is v1.0.1.

💬 Comments