Agent skill · Backend & API

binance-agentic-wallet

Use when the user mentions connect/disconnect wallet, sign in, sign out, web3 wallet, wallet address, check balance, how much crypto do I have, send BNB/USDT/crypto, transfer tokens, swap tokens, buy/sell token, DEX trade, limit order, market order, cancel order, get a quote, transaction history, wallet settings, daily limit, slippage, MEV protection, supported chains, available networks, prediction market, predict.fun, YES/NO market, place a prediction, redeem winnings, claim payout, prediction portfolio, prediction PnL, x402 payment, HTTP 402 Payment Required, pay a known x402 API, check app

binancegithub.com/binanceGitHub ↗
claude-code
Install
npx skills add binance/binance-skills-hub --skill binance-agentic-wallet --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 14
SKILL.md size: 16 KB
Bundled scripts: none
Version: 1.7.0
Declared author: binance-web3-team
Path: skills/binance-web3/binance-agentic-wallet/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 947
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Binance Agentic Wallet Skill This skill drives the `baw` CLI to manage a Binance Web3 wallet — sign-in/sign-out, balance and history queries, security settings, token transfers, DEX swaps (market orders), limit orders, order management, prediction market trading, x402 payments, and DeFi operations. ## Command Routing | User Intent | Command | Reference | |----------------------------------------------------------------------|---------------------------------------|---------------------------------------------------| | Sign in / connect wallet | `auth signin` → `auth verify` | [authentication.md](references/authentication.md) | | Sign out / disconnect wallet | `auth signout` | [authentication.md](references/authentication.md) | | Check if wallet is connected | `wallet status` | [wallet-view.md](references/wallet-view.md) | | List supported chains / available networks | `wallet chains` | [wallet-view.md](references/wallet-view.md) | | Get my wallet address | `wallet address` | [wallet-view.md](references/wallet-view.md) | | Check token balances | `wallet balance` | [wallet-view.md](references/wallet-view.md) | | View transaction history | `wallet tx-history` | [wallet-view.md](refe

What's inside
Steps it walks through
  1. Command Routing
  2. Preflight Checks
  3. Build the Command
  4. Display Rules
  5. Security Policy
  6. Error Handling
  7. Common Token Addresses
  8. BNB Smart Chain (BSC)
  9. Solana
  10. Ethereum
  11. Base
Ships with 13 files
  • references/approvals.md
  • references/authentication.md
  • references/defi.md
  • references/limit-order.md
  • references/market-order.md
  • references/prediction.md
  • references/preflight.md
  • references/security.md
  • references/send.md
  • references/speedup-cancel.md
  • references/wallet-setting.md
  • references/wallet-view.md
  • references/x402-payment.md
More from binance-skills-hub
All skills →
About this skill
What does the binance-agentic-wallet skill do?

Use when the user mentions connect/disconnect wallet, sign in, sign out, web3 wallet, wallet address, check balance, how much crypto do I have, send BNB/USDT/crypto, transfer tokens, swap tokens, buy/sell token, DEX trade, limit order, market order, cancel order, get a quote, transaction history, wallet settings, daily limit, slippage, MEV protection, supported chains, available networks, prediction market, predict.fun, YES/NO market, place a prediction, redeem winnings, claim payout, prediction portfolio, prediction PnL, x402 payment, HTTP 402 Payment Required, pay a known x402 API, check app

How do I install it?

Run `npx skills add binance/binance-skills-hub --skill binance-agentic-wallet --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From binance/binance-skills-hub, a repository with 947 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going