← 返回 Skills 市场
Router NIMIMORE
作者
aichiafranco
· GitHub ↗
· v1.0.0
· MIT-0
242
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install router-nimimore
功能描述
Automatically selects the best AI model for queries by analyzing complexity to optimize cost and performance across multiple providers.
安全使用建议
This skill appears to be a simple, local heuristic router and is internally consistent with its description. If you install it: (1) review the GitHub repository referenced in skill.json (the provided metadata initially showed 'unknown' which is a minor inconsistency); (2) run the included tests (scripts/test.py) locally to verify behavior; (3) confirm how your platform passes query text to the tool commands (skill.json tool commands may need argument wiring); and (4) monitor future updates for any added network or credential usage—those would change the security profile. Otherwise, there are no immediate credential or network-exfiltration concerns in the current code.
功能分析
Type: OpenClaw Skill
Name: router-nimimore
Version: 1.0.0
The skill is a utility for selecting AI models based on query characteristics to optimize costs. The core logic in `scripts/router.py` uses standard Python libraries and rule-based matching (regex/keywords) to categorize queries without any network activity, file system access, or suspicious execution patterns.
能力评估
Purpose & Capability
The name/description (smart model router) matches the included code and README: simple heuristics pick a model from the bundled model list. There are no unrelated environment variables, binaries, or config paths requested. Minor metadata inconsistency: skill metadata provided to you said 'Source: unknown' and 'Homepage: none' while skill.json points at a GitHub URL; this is a bookkeeping/inventory mismatch but not a functional or security problem.
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts and provides example CLI usage. The runtime instructions and scripts operate only on the provided query string and internal heuristics; they do not read environment variables, system files, or make network calls. Note: the tools entries in skill.json use static commands like 'python scripts/router.py --query' without showing how query text is passed by the platform — this is a functional/interop detail, not a security risk.
Install Mechanism
No install spec is provided (instruction-only installation). The package includes local Python scripts but does not download or extract remote artifacts, nor does it install third-party packages. There are no suspicious external URLs or archive extracts.
Credentials
The skill declares no required environment variables, no primary credential, and the code does not access os.environ or other secrets. The set of requested capabilities (none) is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request permanent inclusion (always:false) and does not modify other skills or system-wide configuration. It does not persist credentials or enable background services.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install router-nimimore - 安装完成后,直接呼叫该 Skill 的名称或使用
/router-nimimore触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Router NIMIMORE 1.0.0 – Initial release
- Automatically selects the best AI model for each query to optimize cost and performance.
- Supports routing to multiple models (economy, standard, premium tiers).
- Provides tools for model selection, query analysis, and demo routing.
- Requires no configuration and supports multiple providers.
- Features context-aware routing and cost-saving strategies.
元数据
常见问题
Router NIMIMORE 是什么?
Automatically selects the best AI model for queries by analyzing complexity to optimize cost and performance across multiple providers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 242 次。
如何安装 Router NIMIMORE?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install router-nimimore」即可一键安装,无需额外配置。
Router NIMIMORE 是免费的吗?
是的,Router NIMIMORE 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Router NIMIMORE 支持哪些平台?
Router NIMIMORE 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Router NIMIMORE?
由 aichiafranco(@aichiafranco)开发并维护,当前版本 v1.0.0。
推荐 Skills