← 返回 Skills 市场
billhandsome52

Smart Model Selector

作者 billhandsome52 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-model-selector
功能描述
智能模型路由系统,根据任务自动选择最优 Qwen 模型(qwen3.5-plus/qwen-max/qwen-coder-plus),越用越聪明,节省成本
安全使用建议
This package appears to be a local-only model-routing helper that records task text and ratings into a local SQLite DB and injects model recommendations at session start. Before installing you should: 1) review the full src/model_selector.py (the provided file was truncated in the submission) to confirm there are no hidden network calls or data exfiltration paths; 2) confirm the repository/source URL and author identity if provenance matters; 3) be aware the skill stores task text locally (data/model_selection.db) — delete that file if you want to remove history; 4) note the hook injects context that may influence which model/endpoint the agent uses (ensure your agent/platform enforces model selection safely and that you understand any cost implications). If you need higher assurance, ask the author for the full source or an official repo link and re-run the review.
功能分析
Type: OpenClaw Skill Name: smart-model-selector Version: 1.0.0 The smart-model-selector skill is a legitimate model routing utility designed to optimize costs by selecting the most appropriate Qwen model based on task complexity. The core logic in `src/model_selector.py` uses a local SQLite database to store task history and user ratings for performance tracking, and the hook in `hooks/smart_model_selector.py` correctly implements the OpenClaw event system. There is no evidence of data exfiltration, remote code execution, or malicious prompt injection; all data remains within the local workspace as described in the documentation.
能力评估
Purpose & Capability
Name/description (automatic model routing among qwen variants) align with the code and SKILL.md. The hook inspects the first user message, chooses a model, records task stats, and exposes commands to view/reset/override — all expected for a model selector.
Instruction Scope
SKILL.md and hook instructions are scoped to analyzing the user message, suggesting/recording model choices, and replying to commands. The hook reads the first message and writes to a local data directory; it does not reference unrelated files, environment variables, or external endpoints in the visible code.
Install Mechanism
No install spec (instruction-only install via clawhub or manual copy). There is no network download/install step in the package itself. The README suggests git clone from a GitHub URL, which is normal for manual installs.
Credentials
The skill requires no environment variables, no credentials, and stores data in a local data/ directory. The DB path in the hook is within the skill workspace, matching the SKILL.md's local-storage claim.
Persistence & Privilege
always:false (normal). The skill is a hook that listens for session start and command events and will inject context at bootstrap when a first message exists. That means it can influence which model is used for a session, but it does not request elevated or persistent system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-model-selector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-model-selector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本发布
元数据
Slug smart-model-selector
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Smart Model Selector 是什么?

智能模型路由系统,根据任务自动选择最优 Qwen 模型(qwen3.5-plus/qwen-max/qwen-coder-plus),越用越聪明,节省成本. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。

如何安装 Smart Model Selector?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-model-selector」即可一键安装,无需额外配置。

Smart Model Selector 是免费的吗?

是的,Smart Model Selector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Smart Model Selector 支持哪些平台?

Smart Model Selector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Smart Model Selector?

由 billhandsome52(@billhandsome52)开发并维护,当前版本 v1.0.0。

💬 留言讨论