This is Binance's official skill for executing algorithmic trading orders through their API. It covers both spot and futures markets with TWAP (time-weighted average price) and VP (volume participation) strategies, plus all the query and cancellation endpoints you'd expect. Everything requires authentication with your API keys. It's straightforward if you're already using Binance and want to automate order execution with some basic algo strategies, but you'll need to understand the exchange's algo order types and parameters. The skill just wraps their API endpoints, so treat it as a convenience layer rather than a trading strategy engine.
npx skills add https://github.com/binance/binance-skills-hub --skill algo