ecomode

Route agent tasks to cheaper model tiers with escalation rules.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill ecomode-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecomode
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.agents/skills/ecomode
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill ecomode-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token-efficient routing to reduce compute cost and latency by preferring cheaper model tiers when possible.

Core Features & Use Cases

  • Tier-aware selection: Prefers lower-cost models (haiku/sonnet) and escalates only when necessary.
  • Dynamic delegation: Works with multiple modifiers to optimize workloads.
  • Use Case: When running routine tasks, it keeps expenses low while preserving accuracy.

Quick Start

Route a routine task through the cheapest viable model tier first, escalating only if higher fidelity is required.

Frequently Asked Questions about ecomode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce AI inference token costs when running routine agent workloads?

Cost-aware model routing reduces AI inference token costs by preferring cheaper model tiers for routine agent workloads. It dynamically delegates tasks to lower-cost models and escalates only when higher fidelity is explicitly required.

How does tier-aware model selection work for cost optimization?

Tier-aware model selection works by routing tasks to cheaper model tiers first, then applying escalation rules to upgrade to higher tiers only when necessary. This preserves safety constraints while actively reducing token usage and compute latency.

Can I use dynamic delegation to route planning and exploration tasks to cheaper models?

Yes, dynamic delegation supports routing typical agent workloads including planning, exploration, and execution. It applies explicit tier preferences to ensure cost-sensitive inference is used for these tasks before escalating to more expensive models.

What is the best way to implement tiered fallback for AI model routing?

The best way to implement tiered fallback is by applying explicit tier preferences alongside escalation rules in your routing logic. This ensures tasks attempt cheaper model tiers first and fall back to higher tiers only if fidelity requirements are unmet.

When should I not use cost-aware routing for model selection?

You should avoid cost-aware routing when tasks consistently require maximum fidelity without allowing tiered fallback, or when strict safety constraints demand immediate high-tier processing without initially attempting cheaper model tiers.