← 返回 Skills 市场
Arya Model Router
作者
StarAtheris
· GitHub ↗
· v0.1.0
1442
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install staratheris-arya-model-router
功能描述
Router that selects between cheap, default, and pro GPT models to save tokens, using sub-agents and optional briefing for heavy tasks.
安全使用建议
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-agents — make sure your agent's sessions_spawn or sub-agent mechanism enforces your privacy and does not send sensitive context to external models/services you don't control. If you are comfortable with those points, the skill is coherent and low-risk.
功能分析
Type: OpenClaw Skill
Name: staratheris-arya-model-router
Version: 0.1.0
The OpenClaw skill bundle 'arya-model-router' is classified as benign. The `router.py` script locally processes user input and configuration (`rules.json`, `state.json`) to decide on a model level, without making external network calls or executing arbitrary commands. The `brief.py` script is a local, offline text processing utility for context summarization. Neither `SKILL.md` nor `README.md` contain any prompt injection attempts to manipulate the agent into malicious actions; they provide clear usage instructions. All file operations are confined to the skill's own directory, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install staratheris-arya-model-router - 安装完成后,直接呼叫该 Skill 的名称或使用
/staratheris-arya-model-router触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Public release under unique slug.
元数据
常见问题
Arya Model Router 是什么?
Router that selects between cheap, default, and pro GPT models to save tokens, using sub-agents and optional briefing for heavy tasks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1442 次。
如何安装 Arya Model Router?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install staratheris-arya-model-router」即可一键安装,无需额外配置。
Arya Model Router 是免费的吗?
是的,Arya Model Router 完全免费(开源免费),可自由下载、安装和使用。
Arya Model Router 支持哪些平台?
Arya Model Router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Arya Model Router?
由 StarAtheris(@staratheris)开发并维护,当前版本 v0.1.0。
推荐 Skills