← 返回 Skills 市场
159
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install model-brain
功能描述
Route each incoming message to the right Bankr/OpenClaw model or to a zero-LLM path based on task type, risk, and cost. Use when you need per-message model s...
安全使用建议
This skill appears to be what it says: a local, deterministic router. Before installing, test it with representative inputs to ensure routing behavior matches your expectations (especially for short messages, 'script' overlaps, and wallet-related keywords that force wallet/escalation). Verify that the Bankr model names used here map to models your agent can call and that downstream model invocations have appropriate access controls — routing should not be treated as authorization to perform transactions. If you rely on deterministic zero-LLM bypasses for safety, review and adjust ZERO_LLM_PATTERNS and wallet/code pattern lists so sensitive requests aren't accidentally routed to lower-cost models.
能力评估
Purpose & Capability
The name/description match the included files: a deterministic, rule-based router implemented in scripts/route_message.py and scripts/select_model.sh. The requested resources (none) and included artifacts are proportionate to a routing skill. The references to 'bankr' model names are consistent with the stated purpose.
Instruction Scope
SKILL.md directs the agent to run the included scripts and to consult local reference docs. The runtime instructions and code operate only on input text and return routing metadata; they do not read external files, environment secrets, or call external endpoints. Note: routing is purely rule-based (regexes and simple heuristics) and may misclassify edge cases (e.g., 'script' appears in multiple pattern sets, the <=40-word length rule forces a low-cost route, and keywords like 'send'/'swap' trigger wallet routing). These are correctness/coverage concerns rather than security issues, but they can cause accidental escalation or cost if not validated.
Install Mechanism
No install spec or external downloads; the skill is instruction-only with bundled scripts. No archives are extracted and no external package managers are invoked.
Credentials
The skill requires no environment variables, credentials, or config paths. The scripts export only a transient JSON_OUT environment variable at runtime. There are no requests for tokens, keys, or unrelated credentials.
Persistence & Privilege
always:false and user-invocable:true (defaults) — the skill does not request persistent presence or modify other skills' configs. It doesn't write persistent files or store credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install model-brain - 安装完成后,直接呼叫该 Skill 的名称或使用
/model-brain触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Fix wrapper quoting for aaigotchi integration
v0.1.1
Add aaigotchi wrapper entrypoint
v0.1.0
Initial ClawHub release
元数据
常见问题
Model Brain 是什么?
Route each incoming message to the right Bankr/OpenClaw model or to a zero-LLM path based on task type, risk, and cost. Use when you need per-message model s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。
如何安装 Model Brain?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-brain」即可一键安装,无需额外配置。
Model Brain 是免费的吗?
是的,Model Brain 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Model Brain 支持哪些平台?
Model Brain 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Model Brain?
由 aaigotchi(@aaigotchi)开发并维护,当前版本 v0.1.2。
推荐 Skills