/model-cost-compare
Starter: compare model costs for a described task โ maps task shape to the cheapest adequate seat and shows the price spread
One skill from octo.
shell
$ npx -y skills add nyldn/claude-octopus --skill model-cost-compare --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/model-cost-compare
Context preview
The summary Claude sees to decide when to auto-load this skill.
Starter: compare model costs for a described task โ maps task shape to the cheapest adequate seat and shows the price spread
Stats
Stars3,869
Forks362
LanguageShell
LicenseMIT
Ships with octo
SKILL.md
model-cost-compare.SKILL.md
--- name: model-cost-compare description: "Starter: compare model costs for a described task โ maps task shape to the cheapest adequate seat and shows the price spread" --- # Model Cost Comparison (Starter Pack) Answer "which model should I use for this, and what will it cost?" with numbers instead of vibes. ## When to use The user describes a task (bulk refactor, deep review, quick lookup, long-context analysis) and wants the cheapest seat that is still adequate. ## Steps 1. **Classify the task.** Bucket it: mechanical (rename, format), standard coding, hard reasoning (architecture, security review), long-context (>200K tokens input), or web research. 2. **Estimate volume.** Rough input/output token estimate from the described scope (files touched ร average size; state the assumption). 3. **Price the roster.** Using the cost table in CLAUDE.md ($/MTok input/output), compute the estimated cost for each plausible seat: Claude Opus 4.8 ($5/$25), Fable 5 ($10/$50, 1M context, opt-in), Codex GPT-5.5 ($5/$30), Perplexity Sonar Pro ($3/$15), and the included-cost seats (agy, copilot, ollama, cursor-agent) at $0. 4. **Recommend one seat.** Pick the cheapest adequate option and defend it in two sentences. Mechanical work goes to included seats; hard reasoning justifies Opus 4.8 at `xhigh` effort; only 1M-context needs or judgment-class calls (ambiguous architecture, API design, product tradeoffs) justify Fable 5 or the claude-sdk seat. 5. **Check risk surfaces.** Regardless of the classification, escalate to a premium Claude seat when the task touches API or schema contracts, security-sensitive code or CI configuration, release artifacts, user-facing UI, a new module, or a breaking change. Cheap-seat agreement never settles a judgment-class decision.
