A sophisticated token-saving router that intelligently switches between economical and high-performance models to optimize API costs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install arya-model-router
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install arya-model-router using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Arya Model Router is a dedicated token optimization layer designed for Openclaw Skills to manage LLM expenses efficiently. It allows developers to maintain a cost-effective workflow by keeping the main agent on an economical model, such as GPT-4o-mini, and only escalating to high-tier models like GPT-4 when task complexity demands it.
By implementing a strategy of context briefing and sub-agent delegation, this skill prevents the common pitfall of passing massive context windows to expensive models. This architecture ensures that you only pay for high-tier intelligence when it provides genuine value, making it a critical component for scaling Openclaw Skills projects without ballooning budgets.
To integrate Arya Model Router into your environment, ensure you have Python 3 and Bash available. Follow these steps:
# Navigate to your skills directory
cd skills/arya-model-router
# Install required Python dependencies
pip install -r requirements.txt
# Customize your model tiers and escalation rules
nano rules.json
The skill organizes its logic and configuration through a clean file structure that allows for easy customization of routing behavior:
| File | Role |
|---|---|
router.py |
The main execution script containing the classification logic and model switching code. |
rules.json |
The configuration file where users define thresholds for cheap, default, and pro tiers. |
README.md |
Detailed technical documentation for extending the router's capabilities. |
Loading
An AI-powered fraud detection skill that analyzes MySQL database records to identify suspicious user task completion patterns.

Clawshake is a trustless USDC escrow protocol for autonomous agent commerce, enabling secure task settlement and recursive hire chains on Base L2.

ClawWall provides outbound Data Loss Prevention for Openclaw Skills by intercepting tool calls to block or redact secrets and PII using hard regex matching.

A powerful skill for retrieving and managing high-quality Chinese A-share investment data for quantitative analysis and financial modeling.

An intelligent token-saving router that dynamically selects the most cost-effective AI model for every task.

A natural language reminder system that converts conversational requests into automated cron jobs and persistent Markdown logs.








































