What problem does it solve? Traders and analysts need current macroeconomic numbers—Treasury yields, dollar index, VIX, inflation, oil prices—before forming or defending a trade thesis, but gathering them from multiple sources is slow and error-prone. This Skill returns all key indicators as one structured JSON payload via a single CLI command. ## Core Features & Use Cases - One-command macro snapshot: Run tribes-cli macros market to get DXY, 2y/10y yields, the 2s10s curve, VIX, Fed funds rate, CPI with YoY inflation, unemployment, gold, and Brent oil in a single JSON payload. - FRED-sourced data: All series come from FRED (DGS10, VIXCLS, CPIAUCSL, etc.) with per-series as_of dates and day-over-day change_pct fields. - Fault-tolerant output: Partial outages do not fail the payload; failed series appear in an errors array while available fields remain usable. - Use Case: Before entering a rates-sensitive position, run the snapshot and pipe it through jq to extract just the 10y yield, curve shape, and VIX level for your thesis. ## Quick Start Ask the agent to fetch the current macro market snapshot and summarize the 10-year Treasury yield, the 2s10s curve, and the VIX level.