From ai-model-research
Use when the user wants to estimate the cost of running a workload on a specific OpenRouter model (or shortlist) — produces a cost table with monthly/annual extrapolation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-model-research:or-cost-projectionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Estimate the total cost of running a specific workload (defined by request volume, token counts, time window) on one or more OpenRouter models. Returns per-model breakdowns and comparative rankings.
Estimate the total cost of running a specific workload (defined by request volume, token counts, time window) on one or more OpenRouter models. Returns per-model breakdowns and comparative rankings.
mcp__model-scout__consider_models with the model ID(s), workload parameters, and cost-projection intent.User receives a cost table with per-model totals, monthly/annual projections if applicable, and explicit ranking. No persistent artifacts.
Cost estimates are based on published OpenRouter pricing at the time of the lookup. Actual usage may incur additional fees (e.g., cache writes). Confirm workload assumptions with the user before committing.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin ai-model-researchGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.