Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @staratheris Updated 6/28/2026 2,015 downloads 0 stars Security: Pass

Staratheris Arya Model Router OpenClaw Plugin & Skill | ClawHub

Looking to integrate Staratheris Arya Model Router into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate ai & llms tasks instantly, without having to write custom tools from scratch.

What this skill does

Token-saver router: elige modelo (cheap/default/pro) y usa sub-agentes para tareas pesadas.

Install

ClawHub CLI
openclaw skills install @staratheris/staratheris-arya-model-router
Node.js (npx)
npx clawhub@latest install staratheris-arya-model-router

Full SKILL.md

Open original

SKILL.md content below is scrollable.


name: arya-model-router description: Token-saver router: elige modelo (cheap/default/pro) y usa sub-agentes para tareas pesadas. Incluye compresión/briefing opcional. metadata: openclaw: emoji: "🧭" requires: bins: ["bash", "python3"]

Arya Model Router (Token Saver)

Router de modelos para OpenClaw: decide cuándo usar un modelo barato vs uno más fuerte, reduciendo costo y tokens.

Objetivos

  • Mantener el chat diario barato.
  • Escalar a un modelo superior solo cuando la tarea lo amerite.
  • Evitar pasar contexto enorme al modelo caro: primero crear un brief.

Enfoque

  • El agente principal (main) se mantiene en un modelo económico.
  • Para tareas pesadas, el router recomienda (o ejecuta) sub-agentes con un modelo superior.

Niveles (por defecto)

  • cheap: openai/gpt-4o-mini
  • default: openai/gpt-4.1-mini
  • pro: openai/gpt-4.1

Uso (conceptual)

  • "Router: responde esto en modo cheap" (forzado)
  • "Router: analiza esto" (auto)

Archivos

  • router.py: clasificador + reglas
  • rules.json: reglas editables
  • README.md: documentación completa
ClawHub Registry URL: https://clawhub.ai/staratheris/skills/staratheris-arya-model-router

Related skills

If this matches your use case, these are close alternatives in the same category.