If you're building trading bots or tools that need to interact with Binance's derivatives markets, this handles the coin futures side of things. It connects to Binance's authenticated API endpoints, so you'll need your API key and secret ready. Returns everything in JSON, which makes it straightforward to pipe into whatever you're building. The skill sits in Binance's official hub and has passed most security audits (though Snyk flagged something). Worth noting this is specifically for coin-margined futures, not USDT-margined, so make sure that matches what you're actually trading before you install it.
npx skills add https://github.com/binance/binance-skills-hub --skill derivatives-trading-coin-futures