📦 SwitchBoard — 智能模型路由
v1.0.2根据任务复杂度把请求动态路由到最合适的大模型,实现成本与性能最优平衡,自动选择轻量或高级模型,无需人工干预。
2· 676·5 当前·5 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
安全
medium confidenceThe skill's requirements and runtime instructions match its stated purpose — it routes tasks to OpenRouter models and only needs an OpenRouter API key and its bundled model reference data — but verify the unknown source and follow the privacy cautions before use.
评估建议
This skill appears coherent and does what it says: pick cost-appropriate OpenRouter models. Before installing: (1) confirm you trust the skill source (homepage/repo in metadata point to a third-party project — verify ownership if you need provenance), (2) only store your OPENROUTER_API_KEY in ~/.openclaw/openclaw.json with strict permissions (600) as suggested, (3) avoid routing sensitive secrets/PII to free or unmoderated models (the skill already warns about this), (4) remember this skill will...详细分析 ▾
✓ 用途与能力
Name/description (model routing, cost optimization) align with requested artifacts: an OpenRouter API key, model catalog files, and routing logic in SKILL.md. The large references/openrouter-models.* files are consistent with a routing/reference skill.
ℹ 指令范围
SKILL.md is instruction-only and tells the agent to read/store the OpenRouter key in ~/.openclaw/openclaw.json and to route tasks based on complexity. Instructions remain within routing scope and explicitly warn not to send secrets to unmoderated/free models. Note: it will direct runtime calls to openrouter.ai if used, and the skill relies on model metadata in the included reference files.
✓ 安装机制
No install spec or code is provided (instruction-only), so nothing is downloaded or installed by the skill itself. This minimizes disk-write/exec risk.
✓ 凭证需求
Only one credential is declared (OPENROUTER_API_KEY) and its use is justified by the skill's purpose. The manifest documents the config path (~/.openclaw/openclaw.json) and recommended file perms (600). No unrelated secrets or multiple credentials are requested.
✓ 持久化与权限
The skill is not always-enabled and is user-invocable. It does not request elevated persistence or modify other skills; declared persistence is limited to the user's OpenClaw config file for the API key.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.22026/2/16
- Added manifest.json and skill.json files for improved metadata and compatibility. - Updated documentation to include a privacy note about model logging and a warning not to route sensitive data through free/unmoderated models. - No changes to routing logic or classification guidance.
● 无害
安装命令
点击复制官方npx clawhub@latest install router
镜像加速npx clawhub@latest install router --registry https://cn.longxiaskill.com