技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 100 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:aichiafranco/router-nimimore
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code, runtime instructions, and manifest are internally consistent: it is a local, heuristic-based model router that does not request credentials, perform network access, or install extra software.
目的
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 prob…
说明范围
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 fun…
安装机制
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.
证书
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.
持久
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.
综合结论
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 a…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Router NIMIMORE」。简介:Automatically selects the best AI model for queries by analyzing complexity to …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aichiafranco/router-nimimore/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# Router NIMIMORE
Smart model router for OpenClaw. Automatically selects the optimal AI model based on query characteristics, balancing cost and performance.
## Description
Router NIMIMORE analyzes your queries and automatically routes them to the most appropriate AI model:
- **Simple queries** → Economy models (save 85% cost)
- **Code tasks** → Standard models (save 47% cost)
- **Complex reasoning** → Premium models (best quality)
## Tools
- `router.select` - Select optimal model for query
- `router.analyze` - Analyze query characteristics
- `router.demo` - Run routing demonstration
## Usage
```bash
# Route a query
python scripts/router.py --query "帮我写个Python函数"
# Run demo
python scripts/router.py --demo
# With context length
python scripts/router.py --query "总结文档" --context-length 5000
```
## Configuration
No configuration required. Works out of the box.
## Supported Models
| Model | Tier | Cost/1k | Use Case |
|-------|------|---------|----------|
| moonshot/kimi-k2.5 | Premium | $0.015 | Complex reasoning |
| bailian/qwen-max | Standard | $0.008 | Code & Chinese |
| bailian/qwen-plus | Standard | $0.004 | General tasks |
| bailian/qwen-turbo | Economy | $0.002 | Simple queries |
## Features
- ✅ Automatic model selection
- ✅ Query characteristic analysis
- ✅ Cost optimization
- ✅ Multi-provider support
- ✅ Context-aware routing
## Author
Franco
## License
MIT-0