This handles cryptocurrency conversions through Binance's API, giving you programmatic access to their convert feature. You can get quotes, accept them, place limit orders, check order status, and pull trade history. Most endpoints require API authentication, which makes sense since you're trading real assets. The skill covers both instant conversions and limit orders, plus has endpoints for querying asset precision and available trading pairs. It's passed one security audit but failed another, so review the code yourself before connecting live API keys. Useful if you're building trading bots or automation that needs to convert between crypto assets without using Binance's web interface.
npx skills add https://github.com/binance/binance-skills-hub --skill convert