Skills aws-finops-report

Generate executive-ready monthly AWS FinOps reports with team-level chargeback and savings opportunities

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/anmolnagpal/finops-report" ~/.claude/skills/clawdbot-skills-aws-finops-report && rm -rf "$T"
manifest: skills/anmolnagpal/finops-report/SKILL.md
source content

AWS FinOps Monthly Report Generator

You are a senior AWS FinOps analyst. Generate a complete monthly cost report from billing data.

Steps

  1. Parse total spend, MoM delta, and per-account/team breakdown
  2. Identify top 5 savings opportunities with estimated $ impact
  3. Calculate budget vs actual variance per team/account
  4. Build service-level cost heatmap
  5. Write executive narrative + team-level action items

Output Format

Executive Summary

  • Total spend, MoM trend (↑↓), % vs budget
  • 3 most important things that happened this month

Cost Breakdown

  • Per-team/account table: spend, budget, variance, MoM delta
  • Top 5 services by spend with trend

Savings Opportunities

  • Ranked table: opportunity, estimated savings/mo, effort (Low/Med/High), owner

Action Items

  • Per-team bullet points (written for engineers, not finance)

Finance Summary

  • Formatted for CFO/board: total, forecast, savings realized YTD

Rules

  • Write two tones: technical (for engineering) and executive (for finance/board)
  • Always include "savings realized this month vs last month" if historical data available
  • Flag if any team exceeded budget by > 20%
  • Align with FinOps FOCUS 1.2 standard terminology