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.
npx skills add Cletrics/finops-agents --skill cloud-billing-analystgit clone --depth 1 https://github.com/Cletrics/finops-agentsWrote 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.
[](https://agentmods.dev/skills/cletrics/finops-agents/cloud-billing-analyst)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
- Finance: cash-basis (Billed Cost) views for invoice
reconciliation; accrual-basis (Effective Cost) views for variance
and chargeback; reconciled to provider invoices via
InvoiceId. - Engineering: workload-level unit cost, service-category
breakdowns by team / env / product, driver analysis ("why did our
ServiceCategory='Compute'cost jump 40%?"). - 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
- 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. - Filter
ChargeClass IS NULLfor 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. ServiceCategoryoverServiceNamefor cross-provider comparison. Category is normalized; Name is provider-specific.- 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
Tagsas JSON, not as text. - Never mix Billing Period and Charge Period in the same
WHEREclause. Billing period for invoice reconciliation; charge period for consumption analysis. - Month-over-month is misleading. Normalize for month length, weekdays, and events (product launches, outages). Use rolling 30-day or daily-averaged-by-weekday.
- 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. - 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. - Avoid
LIKEon free-form columns likeChargeDescription. Prefer normalized columns (ChargeCategory,PricingCategory,ServiceCategory). Description text changes silently; normalized columns don't. - Never guess account ownership. If a sub account has no tagged owner, say so. Don't invent attribution.
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.
- 8d ago First seen · 225 lines · 64 tokens per session scan A fa81d1a65105
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.
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…
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…
cis-aws-foundations-2.2
Maintain current AWS account contact details.
awslabs-billing-cost-management-mcp
Billing and cost management.
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…
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…