This handles portfolio margin operations for derivatives trading on Binance, which means you're dealing with cross-collateralization calculations across multiple positions rather than isolated margin accounts. You'll need Binance API credentials since it hits authenticated endpoints. The skill returns everything in JSON, so you can pipe it into your own risk management or position sizing logic. Portfolio margin is more capital efficient than isolated margin but also more complex to monitor, so this is mainly useful if you're running strategies that benefit from netting risk across correlated positions. The source doesn't detail which specific margin calculations it exposes, but given the Binance context, expect standard portfolio margin metrics like maintenance margin and liquidation thresholds.
npx skills add https://github.com/binance/binance-skills-hub --skill derivatives-trading-portfolio-margin-pro