If you're building AI workflows that need to interact with Binance's Web3 wallet infrastructure, this wraps the `baw` CLI for everything from authentication and balance checks to DEX swaps and limit orders. The skill includes detailed command routing tables and preflight checks, plus security guardrails that matter: no hallucinated contract addresses, mandatory pre-checks before swaps, and explicit defense against prompt injection through token metadata. It requires user confirmation before state changes and formats output in JSON for reliable parsing. The reference docs cover eight command categories including market orders, limit orders, and wallet settings. One note: the security policy is appropriately paranoid, treating all on-chain data as potentially malicious.
npx skills add https://github.com/binance/binance-skills-hub --skill binance-agentic-wallet