Route agent tasks to the right model tier for major cost savings.
Model-hierarchy-skill is an installable capability that adds intelligent model routing to AI agent systems. It defines clear tiers for tasks based on difficulty and maps each tier to an appropriate model price range.
Agents first classify incoming work as routine, moderate, or complex, then execute on the matching tier. Sub-agents spawned during runs default to cheaper models unless the parent task signals higher needs.
The skill targets developers and teams operating agents on platforms such as OpenClaw, Claude Code, or Codex who want to control growing inference bills without rewriting their core logic.
Handle file reads, status checks, and formatting on the lowest-cost models to keep daily token usage economical.
Send code generation and summarization to mid-tier models while reserving premium models for debugging sessions.
Grow agent usage across many users or projects without proportional increases in monthly model spend.
model-hierarchy-skill/
├── SKILL.md # The skill (install this)
├── README.md # You're here
├── tests/
│ ├── test_classification.py
│ └── scenarios.json
└── examples/
├── openclaw.md
└── claude-code.mdRoutine tasks use the cheapest available models around $0.14-0.50 per million tokens, moderate work uses mid-tier models, and complex work stays on premium models.
Verified reviews from the community shape this listing's rating.
Loading reviews…