Pulls all cost tracking data from AgentDB and spits it out in Prometheus textfile format or as JSON to a webhook. You'd use this after running cost-track to get those metrics into Grafana, Datadog, or wherever you actually look at dashboards. The Prometheus output includes per-session costs, per-tier breakdowns, and budget utilization gauges that you can alert on. Works well on a cron loop to keep dashboards fresh. Without this, your cost data just sits in the database doing nothing. The webhook mode is handy for one-off reports to Slack or custom endpoints with basic auth header support.
npx skills add https://github.com/ruvnet/ruflo --skill cost-export