This is a comprehensive natural-language interface for Binance's peer-to-peer crypto marketplace. It handles the full P2P workflow: checking live buy/sell quotes across fiat pairs, filtering ads by payment methods like Alipay or bank transfer, pulling your order history and appeal status, and even publishing or managing your own merchant advertisements. The skill is careful about auth boundaries (public market queries work unauthenticated, personal orders and ad management require API keys) and includes detailed guidance on SAPI signing quirks, like preserving parameter insertion order instead of sorting alphabetically. If you're building trading tools or bots that need to interact with Binance P2P programmatically, this gives you a structured way to handle queries without writing raw API calls.
npx skills add https://github.com/binance/binance-skills-hub --skill p2p