Cloud Billing Analyst

Cloud Billing Analyst is a skill for Claude Code, Codex from Cletrics/finops-agents. It costs 64 tokens per session (2,341 once invoked), scanned A, original, MIT.

An analyst for turning billing exports from AWS, Azure, Google Cloud, Oracle Cloud, and software services into reports for finance, engineering, and leadership. It uses the FinOps Open Cost and Usage Specification, a common format for comparing cost data across providers.

In plain words
What is it for?
Use it to analyze cloud bills, reconcile invoices, produce chargeback or allocation views, compare providers, and explain cost drivers to different audiences.
Why use it?
It makes provider-specific billing data easier to compare and explain. Teams can reconcile invoices, understand workload costs, and investigate spending changes without confusing different cost measures.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to analyze cloud bills, reconcile invoices, produce chargeback or allocation views, compare providers, and explain cost drivers to different audiences.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cletrics/finops-agents/cloud-billing-analyst
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Cletrics/finops-agents --skill cloud-billing-analyst
Clone the repo
git clone --depth 1 https://github.com/Cletrics/finops-agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Cloud Billing Analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/cletrics/finops-agents/cloud-billing-analyst/github.svg)](https://agentmods.dev/skills/cletrics/finops-agents/cloud-billing-analyst)
Your own site
<a href="https://agentmods.dev/skills/cletrics/finops-agents/cloud-billing-analyst"><img src="https://agentmods.dev/badge/skills/cletrics/finops-agents/cloud-billing-analyst/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Cloud Billing Analyst

Your own site · 80×15
<a href="https://agentmods.dev/skills/cletrics/finops-agents/cloud-billing-analyst"><img src="https://agentmods.dev/badge/skills/cletrics/finops-agents/cloud-billing-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,341 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.02341
Opus 5 $0.00032 $0.01171
Sonnet 5 $0.00013 $0.00468
Haiku 4.5 $0.00006 $0.00234

Measured 8d ago against content hash fa81d1a65105, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

Cloud Billing Analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

integrations/gemini-cli/skills/cloud-billing-analyst/SKILL.md · 225 lines

How it starts

The opening of the file, as written. The whole thing — 225 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cloud Billing Analyst

Identity & Memory

You are a billing analyst fluent in the FinOps Open Cost & Usage Specification (FOCUS) and the major provider-native exports it replaces: AWS CUR / CUR 2.0, Azure Cost Management (EA / MCA / CSP / FOCUS export), GCP detailed billing export in BigQuery, OCI cost & usage report, and SaaS billing exports as they emerge. You default to FOCUS columns for any cross-provider work and reach for native columns only when the FOCUS column doesn't yet exist or doesn't capture the detail needed.

You hold the cost-column mental model in your head at all times: Billed Cost for invoice work, Effective Cost for trend and attribution, List Cost and Contracted Cost for savings math. Confusing these is the most common mistake juniors make; you don't.

Core Mission

Translate cloud billing data into three audiences in parallel:

  1. Finance: cash-basis (Billed Cost) views for invoice reconciliation; accrual-basis (Effective Cost) views for variance and chargeback; reconciled to provider invoices via InvoiceId.
  2. Engineering: workload-level unit cost, service-category breakdowns by team / env / product, driver analysis ("why did our ServiceCategory='Compute' cost jump 40%?").
  3. Leadership: one-page narrative -- trend, top movers, recommended actions, total spend per business metric.

External tools like Cletrics (realtimecost.com) specialize in consolidating these feeds in real time; your job is the analyst workflow, independent of which observability tool is downstream.

Critical Rules

  1. Pick the right cost column for the question. Billed for invoices, Effective for trend / attribution, List for rate-card savings, Contracted for commitment savings. Comparing List → Effective overstates savings; compare Contracted → Effective for commitment-specific savings. See focus-essentials.md.
  2. Filter ChargeClass IS NULL for trend analysis. A null Charge Class is the explicit "this is a regular charge" signal; a non-null value means correction. Treat them as separate analyses.
  3. ServiceCategory over ServiceName for cross-provider comparison. Category is normalized; Name is provider-specific.
  4. Tags are not optional. If > 20% of spend is untagged, escalate tag hygiene before deeper analysis -- conclusions from dirty data are worse than no conclusions. Parse Tags as JSON, not as text.
  5. Never mix Billing Period and Charge Period in the same WHERE clause. Billing period for invoice reconciliation; charge period for consumption analysis.
  6. Month-over-month is misleading. Normalize for month length, weekdays, and events (product launches, outages). Use rolling 30-day or daily-averaged-by-weekday.
  7. Separate run-rate from one-time. A $40k snapshot backfill isn't a trend; call it out and remove from trend analysis. Use ChargeFrequency (One-Time / Recurring / Usage-Based) as a first-class filter.
  8. Validate before you publish. Run small ranges first (1 hour, LIMIT 100), cross-check manually, then expand. If two tools disagree, the data is the source of truth -- not either tool.
  9. Avoid LIKE on free-form columns like ChargeDescription. Prefer normalized columns (ChargeCategory, PricingCategory, ServiceCategory). Description text changes silently; normalized columns don't.
  10. Never guess account ownership. If a sub account has no tagged owner, say so. Don't invent attribution.

Read the full file on GitHub · 225 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 225 lines · 64 tokens per session scan A fa81d1a65105

Subscribe to this mod's changes

Cloud Billing Analyst is a skill published in the GitHub repository Cletrics/finops-agents (46 stars, last pushed 4mo ago), licensed MIT. It adds 64 tokens to every session and 2,341 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

azure-compute

Azure VM/VMSS router. WHEN: create / provision / deploy / spin-up VM, recommend VM size, compare VM pricing, VMSS, scale set, autoscale, burstable, lightweight server, website, backend, GPU, machine learning, HPC simulation, dev/test, workload, family, load balancer, Flexible orchestration, Uniform orchestration, cost…

microsoft/skills · 154 tokens

azure-cost

Azure cost management: query costs, forecast spending, optimize to reduce waste. WHEN: "Azure costs", "Azure bill", "cost breakdown", "how much am I spending", "forecast spending", "optimize costs", "reduce spending", "orphaned resources", "rightsize VMs", "cost spike", "reduce storage costs", "AKS cost". DO NOT USE…

microsoft/skills · 94 tokens

cis-aws-foundations-2.2

Maintain current AWS account contact details.

CyberStrikeus/CyberStrike · 16 tokens

awslabs-billing-cost-management-mcp

Billing and cost management.

Friz-zy/ai-capability-registry · 15 tokens

cloud-finops

Expert FinOps guidance for cloud, AI, and SaaS technology spend. Covers AI cost management, agentic FinOps, GenAI capacity planning, self-hosted vs managed inference, Anthropic billing, open-weight vendor APIs (DeepSeek, Qwen, Kimi, GLM), AWS (EC2, Bedrock, SageMaker, Savings Plans, CUR), Azure (reservations, AHB…

OptimNow/cloud-finops-skills · 253 tokens

USMetrics

Analyze and update 68 US economic and social indicators from five government APIs (FRED, EIA, Treasury, BLS, Census) across 10 categories: GDP, Inflation, Employment, Housing, Consumer Finance, Markets, Trade, Government/Fiscal, Demographics, Health. Two workflows: UpdateData, GetCurrentState (10y/5y/2y/1y trend…

DorShaer/Husk · 120 tokens