Skip to main content
ClaudeWave
Install in Claude Code
Copy
git clone --depth 1 https://github.com/hoangsonww/Claude-Code-Agent-Monitor /tmp/cost-report && cp -r /tmp/cost-report/plugins/ccam-reports/skills/cost-report ~/.claude/skills/cost-report
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Cost Report

1. Confirm the time window and optional provider, source, or session scope.
2. Read `GET /api/pricing/cost`, `GET /api/analytics`, and the scoped session
   list.
3. Show total cost, model breakdown, token directions, cache efficiency,
   unpriced models, and the highest-cost sessions.
4. State the pricing rule and rate tier used when returned by the API.
5. Use USD with four decimal places and integer token counts.
6. Do not estimate missing prices as zero-cost usage without labeling them
   unpriced.