This runs a complete protocol analysis by chaining seven DefiLlama API calls into one structured report: TVL and fee metrics, top yield pools, hack and fundraising history, income statement breakdown, user activity trends, and token price data. You'd use it when someone asks to "tell me everything about Uniswap" instead of running individual queries. The workflow is well documented with specific field names and output sections, which is helpful since you'll want to customize the format. The main caveat is that some protocols won't have data for all seven endpoints, so you'll get partial reports. It's basically a research template that saves you from manually orchestrating the same API sequence for every deep dive.
npx skills add https://github.com/defillama/defillama-skills --skill protocol-deep-dive