Agent Skills
› katanemo/plano
› plano-routing-model-selection
plano-routing-model-selection
GitHub优化Plano模型路由与选择,解决错误路由、高成本及回退问题。涵盖默认提供者配置、别名管理、代理认证及路由偏好调优,确保稳定客户端契约并验证路由行为。
Trigger Scenarios
请求被路由到错误的模型
API调用成本过高
回退行为不明确
需要优化模型路由策略
Install
npx skills add katanemo/plano --skill plano-routing-model-selection -g -y
SKILL.md
Frontmatter
{
"name": "plano-routing-model-selection",
"license": "Apache-2.0",
"metadata": {
"author": "katanemo",
"version": "1.0.0"
},
"description": "Optimize Plano model routing and selection. Use for provider defaults, model aliases, passthrough auth, and routing preference quality."
}
Plano Routing and Model Selection
Use this skill when requests are routed to the wrong model, costs are high, or fallback behavior is unclear.
When To Use
- "Improve model routing"
- "Add aliases and defaults"
- "Fix passthrough auth with proxy providers"
- "Tune routing preferences for better classification"
Apply These Rules
routing-defaultrouting-aliasesrouting-passthroughrouting-preferences
Execution Checklist
- Ensure exactly one
default: trueprovider. - Add semantic aliases for stable client contracts.
- Configure passthrough auth only where required.
- Rewrite vague preference descriptions with concrete task scopes.
- Validate routing behavior using trace-based checks.
Version History
- 0.4.26 Current 2026-07-06 00:27


