📦 Arya Model Router — 智能模型路由
v0.1.0通过子代理与可选任务简报,在便宜、默认、专业三级 GPT 模型间智能切换,自动为轻/重任务分配合适模型,显著节省 token 成本,同时保障输出质量与响应速度。
0· 1.4k·0 当前·0 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to be a straightforward local model router: it reads rules.json and state.json and prints a JSON decision; it does not call external services or request secrets. Before installing, consider: 1) confirm the small metadata mismatch (SKILL.md declares bash + python3) and ensure python3 is available; 2) note the skill will write state.json inside the skill folder so feedback commands persist and slightly auto-tune thresholds over time; 3) the router only 'suggests' spawning sub-ag...详细分析 ▾
ℹ 用途与能力
The name/README/SKILL.md describe a local model router and the included Python scripts implement that behavior. Minor inconsistency: the SKILL.md metadata lists required binaries (bash, python3) while the registry summary showed no required binaries — this is a small metadata mismatch but does not change functionality.
✓ 指令范围
Runtime instructions tell the agent to run router.py and optionally brief.py, to interpret the JSON output and (conceptually) spawn sub-agents. The scripts operate on provided text and local rule/state files only and do not read unrelated system files or environment variables.
✓ 安装机制
No install spec is present (lowest installer risk). The skill includes code files that will run locally; there are no downloads, external installers, or archive extraction steps.
✓ 凭证需求
No environment variables, credentials, or external tokens are required. The code only reads/writes its own rules.json and state.json in the skill directory.
✓ 持久化与权限
The skill persists minimal state (state.json) in its own folder to store mode/feedback and last decision. always is false and the skill does not modify other skills or system-wide configurations.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/2/5
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install staratheris-arya-model-router
镜像加速npx clawhub@latest install staratheris-arya-model-router --registry https://cn.longxiaskill.com镜像同步中