From token-calculator
Estimate total API costs for projects and workflows. Use when the user wants to budget for API usage, plan a project involving multiple Claude calls, or understand the cost of automating a workflow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/token-calculator:project-costThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Estimate total API costs for multi-step projects and recurring workflows.
Estimate total API costs for multi-step projects and recurring workflows.
Ask the user about:
For each step in the workflow:
Present as a cost breakdown table:
| Step | Model | Requests | Input tok/req | Output tok/req | Cost |
|---|---|---|---|---|---|
| ... | ... | ... | ... | ... | ... |
| Total | $X.XX |
Then add:
npx claudepluginhub novanoticia/token-calculator-suite --plugin token-calculatorEstimates cost of coding tasks by analyzing complexity, predicting token usage via file counts and tool calls, and comparing prices across Claude models.
Optimizes Anthropic Claude API costs with model routing, prompt caching, batching, spend monitoring, and Python cost calculators. For billing analysis and reduction.
Estimates token usage, costs across Haiku/Sonnet/Opus, complexity levels, and time for features by analyzing codebase files/lines via Glob/Read/Grep. Use for pre-implementation planning.