Self-Improving Agent
一个面向 Automation 场景的 Agent 技能。原始说明:Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
一个面向 Automation 场景的 Agent 技能。原始说明:Router that selects between cheap, default, and pro GPT models to save tokens, using sub-agents and optional briefing for heavy tasks.
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"]
Router de modelos para OpenClaw: decide cuándo usar un modelo barato vs uno más fuerte, reduciendo costo y tokens.
openai/gpt-4o-miniopenai/gpt-4.1-miniopenai/gpt-4.1router.py: clasificador + reglasrules.json: reglas editablesREADME.md: documentación completa