What problem does it solve?
Cloud bills across multiple platforms are hard to attribute and act on: usage data is scattered across Neon, Vercel, Railway, and GitHub Actions, and most tools invent dollar figures where no billing API exists. This Skill pulls per-object usage from each platform, attributes spend to the biggest drivers, root-causes each one, and emits recommendations ranked by real signal (idle %, over-allowance, failure rate) with dollar figures only where the billing API returns real ones.
Core Features & Use Cases
- Multi-platform attribution: Adapters for GitHub Actions (via gh CLI), Neon, Railway (GraphQL billing), and Vercel rank cost drivers down to the service, branch, route, or workflow level.
- Honest dollar reporting: Real USD figures appear only when a billing API returns them (Railway currentUsage, Actions overage); everywhere else the recommendation carries its true signal instead of a fabricated estimate.
- Optional armed mode: With the arm: prefix, the Skill applies safe cost levers such as lowering Neon suspend timeouts, deleting stale Vercel preview deployments, pruning old Actions artifacts, or opening a PR to trim a cron schedule.
- Use Case: Run a weekly sweep with scope 'all' to get one digest showing real Railway and Actions spend, the top signal-ranked drivers everywhere, and a ranked action list, then re-run with 'arm:neon' to apply the safe Neon fixes automatically.
Quick Start
Ask the agent to run spend-watch with scope 'all' to audit every configured platform and receive a ranked cost recommendation digest.