
staratheris skills on Remote OpenClaw
3 skills published by staratheris. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
arya-reminders
Natural language reminder tool for OpenClaw, defaulting to the America/Bogota timezone. Parses relative and absolute dates and times in Spanish, creates one-shot cron jobs, and logs each reminder to a local markdown file.
arya-model-router
Routes each task to one of three OpenAI model tiers based on complexity, keeping routine interactions on cheaper models and escalating to stronger ones only when needed. Before passing heavy tasks to a pro model, it can compress the context into a brief to avoid large token transfers. Model tiers and routing rules are configurable via a JSON file.
staratheris-arya-model-router
Routes AI model selection between cheap, default, and pro tiers based on task complexity. For heavy tasks, it spawns sub-agents running a stronger model and can compress large context into a brief first to avoid passing unnecessary tokens to an expensive model.