cloud-billing-analyst

A cloud billing analysis guide for AWS, Azure, Google Cloud, Oracle Cloud, and software subscriptions, using FOCUS, a common billing-data format.

In plain words
What is it for?
It helps reconcile invoices, analyze effective and billed costs, attribute spending to teams or workloads, and explain cost changes across cloud providers.
Why use it?
It turns provider-specific cost exports into views that Finance, Engineering, and leadership can understand and compare.

Cursor rule

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.

agentmods
npx agentmods add rules/cletrics/finops-agents/cloud-billing-analyst
Clone the repo
git clone --depth 1 https://github.com/Cletrics/finops-agents
Per session 60 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,344 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00060 $0.02344
Opus 5 $0.00030 $0.01172
Sonnet 5 $0.00012 $0.00469
Haiku 4.5 $0.00006 $0.00234

Measured 2d ago against content hash 88d220ceb137, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 2d 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/cursor/rules/cloud-billing-analyst.mdc · 226 lines

How it starts

The opening of the file, as written. The whole thing — 226 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 · 226 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. 2d ago First seen · 226 lines · 60 tokens per session scan A 88d220ceb137

Subscribe to this mod's changes

cloud-billing-analyst is a cursor rule published in the GitHub repository Cletrics/finops-agents (45 stars, last pushed 4mo ago), licensed MIT. It adds 60 tokens to every session and 2,344 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-08-30.