This pulls together a comprehensive DeFi market snapshot by hitting DefiLlama's API across seven different data points: global TVL and volume, category rankings, top chains and protocols, recent hacks and fundraises, stablecoin supply, and ETF flows. You'd use it when someone asks "what's happening in DeFi" or wants a weekly recap without having to stitch together multiple queries themselves. The workflow is solid and the output format makes sense, though you're getting a lot of data back so the response will be dense. One nice touch is the bull/bear signal logic at the end that combines stablecoin supply, ETF flows, and TVL direction into actual market insight rather than just dumping numbers.
npx skills add https://github.com/defillama/defillama-skills --skill defi-market-overview