cost-verification-auditor

Audits LLM token cost estimates against actual API usage for accuracy.

181|30|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/curiositech/some_claude_skills --skill cost-verification-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cost-verification-auditor
Source: https://github.com/curiositech/some_claude_skills/tree/main/.claude/skills/cost-verification-auditor
Command: npx skills add https://github.com/curiositech/some_claude_skills --skill cost-verification-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your estimations of LLM API token costs are accurate by comparing them against actual usage, preventing budget overruns and identifying estimation drift.

Core Features & Use Cases

  • Estimate Validation: Verifies if token cost estimates are within a ±20% variance of actual API usage.
  • Anti-Pattern Identification: Detects common mistakes like overestimating overhead or focusing on per-node variance.
  • Calibration Guidance: Provides formulas and heuristics for accurate input and output token estimation.
  • Use Case: After implementing a new system for estimating Claude API costs, use this Skill to run a series of test cases and confirm the estimator's accuracy before deploying it to production.

Quick Start

Use the cost-verification-auditor skill to audit the token cost estimates for the recent API calls.

Frequently Asked Questions about cost-verification-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify my LLM API token cost estimates against actual usage?

To verify LLM API token cost estimates, audit historical API invoices against estimated costs to detect estimation drift and confirm accuracy within a ±20% variance threshold.

What is estimation drift in LLM API costs and how do I detect it?

Estimation drift occurs when projected LLM API costs deviate from actual usage over time. Detect it by comparing historical API invoices against estimated token costs to identify anti-patterns in input and output projections.

How do I audit Claude API cost estimates before deploying to production?

Audit Claude API cost estimates by running test cases through a verification process that compares projected token costs against actual API usage, ensuring financial predictability before production deployment.

What are common anti-patterns in LLM token cost estimation?

Common anti-patterns in LLM token cost estimation include overestimating overhead and focusing on per-node variance. Identifying these mistakes helps calibrate input and output token formulas based on prompt constraints.

Can I check if my API token cost predictions are within an acceptable variance range?

Yes, you can check if API token cost predictions fall within a ±20% variance of actual API usage by analyzing historical invoices and applying calibration guidelines for input and output tokens.