Claude
Skill
cost-report
Produce a scoped CCAM cost and token report by model, provider, source, and session. Use for spend reviews, model-mix analysis, unpriced usage detection, or export-friendly cost summaries.
Virus-scanned
Reviewed automatically before listing.
Download
hoangsonww-claude-code-agent-monitor-plugins_ccam-reports_skills_cost-report-83d4df5.zip · 0 KB
Install
skills CLI
npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/plugins/ccam-reports/skills/cost-report
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install hoangsonww-claude-code-agent-monitor@llmmart
Git
git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole hoangsonww/claude-code-agent-monitor collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Cost Report
- Confirm the time window and optional provider, source, or session scope.
- Read
GET /api/pricing/cost,GET /api/analytics, and the scoped session list. - Show total cost, model breakdown, token directions, cache efficiency, unpriced models, and the highest-cost sessions.
- State the pricing rule and rate tier used when returned by the API.
- Use USD with four decimal places and integer token counts.
- Do not estimate missing prices as zero-cost usage without labeling them unpriced.
Files (claude-code-agent-monitor)
-
agents
-
openai.yaml 256 B
interface: display_name: "Cost Report" short_description: "Produce a scoped CCAM cost and token report by model,..." default_prompt: "Use $cost-report to inspect CCAM data and complete this workflow safely." policy: allow_implicit_invocation: true
-
-
SKILL.md 760 B
--- name: cost-report description: > Produce a scoped CCAM cost and token report by model, provider, source, and session. Use for spend reviews, model-mix analysis, unpriced usage detection, or export-friendly cost summaries. --- # 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.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.