model-hierarchy-skill
Route tasks to cheaper models and cut costs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install model-hierarchy-skill?โผ
Run `npx skills add zscole/model-hierarchy-skill --all -g -y` in your terminal to install it globally.
How to reduce AI model costs?โผ
This skill classifies each task as routine, moderate, or complex, then routes it to the cheapest model tier that can handle it, cutting costs by roughly 10x.
Which tasks should use cheap models?โผ
Routine work like file operations, status checks, formatting, and simple lookups runs fine on budget models, while debugging and architecture decisions stay on premium tiers.
Does it work with Claude Code and OpenClaw?โผ
Yes. It includes ready-made integration examples for Claude Code, Codex, and OpenClaw, including sub-agent spawning and heartbeat configuration.
Can I use it without coding experience?โผ
Yes. Once installed, your agent automatically applies the classification rules and suggests model switches based on plain task descriptions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core