← Back to Skills Marketplace
Arya Model Router
by
StarAtheris
· GitHub ↗
· v0.1.0
1442
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install staratheris-arya-model-router
Description
Router that selects between cheap, default, and pro GPT models to save tokens, using sub-agents and optional briefing for heavy tasks.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install staratheris-arya-model-router - After installation, invoke the skill by name or use
/staratheris-arya-model-router - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Public release under unique slug.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1442 downloads so far.
How do I install Arya Model Router?
Run "/install staratheris-arya-model-router" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Arya Model Router free?
Yes, Arya Model Router is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Arya Model Router support?
Arya Model Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Arya Model Router?
It is built and maintained by StarAtheris (@staratheris); the current version is v0.1.0.
More Skills