# Cost Analyzer

> Generate a lean cost analysis report with model right-sizing recommendations and savings estimates

- Skill: `navveenb/cost-analyzer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add navveenb/cost-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/navveenb/cost-analyzer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: navveenb (https://skillmd.com/u/navveenb)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/navveenb/cost-analyzer

---


# Cost Analyzer Report Skill

Generate a cost analysis report from scan results in context. Write to `reports/cost-analysis.md`.

## Report Structure

```markdown
# Lean Cost Analysis Report
> Principle 2: "Not every prompt deserves a 70B response"

## Summary
- Total LLM calls found: [count]
- Calls using frontier models: [count]
- Calls that could be downgraded: [count]
- Estimated current monthly cost: $[amount] (at [N] calls/day)
- Estimated optimized monthly cost: $[amount]
- Monthly savings: $[amount] ([X]% reduction)

## Findings by File
[Per-call analysis with file:line, model, task type, recommendation, status emoji]

## Cost Breakdown Table
[Task type | Count | Current tier | Recommended tier | Monthly savings]

## Top 3 Quick Wins
[Highest impact changes]

## Carbon Impact
[Current vs optimized CO₂ estimates]

## Next Steps
[Actionable checklist]
```

## Rules
- Write to `reports/cost-analysis.md`
- Use concrete numbers
- Assume 10,000 calls/day if volume not specified
- Use 0.005 kWh per medium call, 0.03 kWh per frontier call for carbon
- Be honest — if frontier IS needed, say so

