Triage Cloud Cost Spike

Triage Cloud Cost Spike is a skill for Claude Code, Codex from bregman-arie/devops-sre-skills. It costs 22 tokens per session (430 once invoked), scanned A, original, Apache-2.0.

A procedure for investigating a sudden increase in cloud spending. It examines which services, regions, resources, or recent changes caused the increase.

In plain words
What is it for?
Use it to trace a cost spike, choose a low-risk response, verify that spending returns toward normal, and restore or escalate changes when needed.
Why use it?
It helps separate planned spending from unexpected costs such as runaway scaling, excessive network traffic, bad configuration, or abuse before taking corrective action.

Skill for Claude CodeCodex

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

Good fit Use it to trace a cost spike, choose a low-risk response, verify that spending returns toward normal, and restore or escalate changes when needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bregman-arie/devops-sre-skills/triage-cost-spike
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 bregman-arie/devops-sre-skills --skill triage-cost-spike
Clone the repo
git clone --depth 1 https://github.com/bregman-arie/devops-sre-skills

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 Triage Cloud Cost Spike

README.md
[![agentmods](https://agentmods.dev/badge/skills/bregman-arie/devops-sre-skills/triage-cost-spike/github.svg)](https://agentmods.dev/skills/bregman-arie/devops-sre-skills/triage-cost-spike)
Your own site
<a href="https://agentmods.dev/skills/bregman-arie/devops-sre-skills/triage-cost-spike"><img src="https://agentmods.dev/badge/skills/bregman-arie/devops-sre-skills/triage-cost-spike/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 Triage Cloud Cost Spike

Your own site · 80×15
<a href="https://agentmods.dev/skills/bregman-arie/devops-sre-skills/triage-cost-spike"><img src="https://agentmods.dev/badge/skills/bregman-arie/devops-sre-skills/triage-cost-spike.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 430 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.00022 $0.00430
Opus 5 $0.00011 $0.00215
Sonnet 5 $0.00004 $0.00086
Haiku 4.5 $0.00002 $0.00043

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

Security

Grade A, and why

Triage Cloud Cost Spike 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 12d 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.

skills/cost/triage-cost-spike/SKILL.md · 66 lines

What it actually says

When to use

Use when daily cost increases significantly versus baseline.

Preconditions

  • You can access billing/cost breakdown and recent change/deploy history.

Procedure

  1. Confirm the spike magnitude and when it started.
  2. Break down by service, region, and top resources/tags.
  3. Identify the change driver: deploy, scaling, traffic, misconfiguration, abuse.
  4. Validate whether spend is expected (planned test) or unexpected.
  5. Choose the safest mitigation: pause non-critical workloads, cap scaling, fix loops.

Decision points

  • Compute spike: check autoscaling, instance sizes, and runaway jobs.
  • Network spike: check egress, NAT, CDN settings, cross-region traffic.
  • Storage spike: check log retention, snapshots, object lifecycle policies.

Verification

  • Cost trend returns toward baseline within the next billing window.
  • The change driver is addressed (scaling capped, job stopped, retention fixed).

Rollback / undo

  • Revert cost mitigation that impacts critical reliability.
  • Restore paused workloads in a controlled manner.

Escalation

  • FinOps/cloud owners for billing anomalies or reserved commitment adjustments.
  • Security team if spike may be caused by abuse/compromise.

Examples

Start with a service-by-service cost breakdown, then drill into the top 1-3 line items.
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. 12d ago First seen · 66 lines · 22 tokens per session scan A 865c0b9dbe73

Subscribe to this mod's changes

Triage Cloud Cost Spike is a skill published in the GitHub repository bregman-arie/devops-sre-skills (22 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 22 tokens to every session and 430 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

cost-optimization

Cloud cost analysis and optimization (FinOps).

andreibesleaga/GABBE · 13 tokens

k8s-cost-visibility

Estimate Kubernetes infrastructure costs by querying cluster node, pod, PVC/PV, and LoadBalancer data, applying cloud pricing models, and producing cost attribution reports with storage and LoadBalancer cost tracking, grouped by namespace, workload, node, label, or annotation.

initializ/forge · 58 tokens

k8s-incident-triage

Read-only Kubernetes incident triage using kubectl. Accepts natural language or structured input. Produces root-cause hypotheses, evidence, and next-step commands.

initializ/forge · 41 tokens

aws-cost-ops

AWS Cost Explorer — spending analysis, service breakdowns, forecasts, cost anomalies. Use when analyzing AWS spending, investigating cost spikes, reviewing network cost drivers like NAT Gateway, or forecasting next month's bill.

automateyournetwork/netclaw · 45 tokens

ai-foundry-posture-check

Assess security, reliability, and cost posture of Azure OpenAI and Microsoft Foundry deployments. Detects critical anti-patterns: API keys instead of Managed Identity, public endpoints without firewall, disabled content filtering, missing diagnostic settings, deprecated model versions, over-provisioned PTU, absence of…

ricmmartins/azure-sre-agent-skills · 142 tokens

finops-expert

Expert-level cloud financial operations, cost optimization, and cloud economics. Use when the user mentions cloud cost, optimization, cloud economics, or AWS cost, or when the task involves FinOps Fundamentals, Cost Management, FinOps Practices, or Cost Visibility.

personamanagmentlayer/pcl · 55 tokens