Skip to content
Finance
Skill

/binance-agentic-wallet

Use when the user mentions wallet connect/sign in/sign out, check balance, send/transfer tokens, swap/buy/sell tokens, DEX trade, limit/market order, cancel order, get a quote, transaction history, wallet settings, daily limit, slippage, MEV protection, supported chains,

From plugin
binance-skills-hub
95218 skills
Install
$ npx -y skills add binance/binance-skills-hub --skill binance-agentic-wallet --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/binance-agentic-wallet

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when the user mentions wallet connect/sign in/sign out, check balance, send/transfer tokens, swap/buy/sell tokens, DEX trade, limit/market order, cancel order, get a quote, transaction history, wallet settings, daily limit, slippage, MEV protection, supported chains,

SKILL.md

binance-agentic-wallet.SKILL.md
name: binance-agentic-wallet
description: |
  Use when the user mentions wallet connect/sign in/sign out, check balance, send/transfer tokens,
  swap/buy/sell tokens, DEX trade, limit/market order, cancel order, get a quote, transaction history,
  wallet settings, daily limit, slippage, MEV protection, supported chains,
  prediction market, place prediction, redeem winnings, prediction PnL,
  x402 payment, HTTP 402 Payment Required,
  check/revoke/manage token approvals,
  DeFi protocols, staking, liquidity pool, LP, yield farming, deposit, redeem, stake, unstake,
  claim rewards/fees, health factor, APY, TVL,
  sign external transaction, contract call, sign message, EIP-712, developer mode,
  speed up/cancel/replace transaction, pending/stuck transactions,
  or any on-chain wallet operation.
metadata:
  author: binance-web3-team
  version: '1.9.1'
  requiredCliVersion: '1.8.0'
  openclaw:
    requires:
      bins:
        - baw
    install:
      - kind: node
        package: '@binance/agentic-wallet'
        bins: [baw]
        label: Install Binance Agentic Wallet CLI (npm)

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 | |----------------------------------------------------------------------|---------------------------------------|---------------------------------------------------| | Campaign / 大赛 / bStock PnL competition; buy/sell a bStock (币股) | (see reference) | [campaign.md](references/campaign.md) | | 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](references/wallet-view.md) | | View security settings and remaining daily quota | `wallet settings` | [wallet-setting.md](references/wallet-setting.md) | | Check if any transactions are pending or require double-confirmation | `wallet tx-lock` | [wallet-view.md](references/wallet-view.md) | | Speed up a pending transaction | `wallet speed-up` | [speedup-cancel.md](references/speedup-cancel.md) | | Cancel a pending transaction | `wallet cancel` | [speedup-cancel.md](references/speedup-cancel.md) | | List pending transactions / stuck transactions | `wallet tx-history --type pending` | [speedup-cancel.md](references/speedup-cancel.md) | | Check wallet approvals / manage token authorizations | `approvals list` | [approvals.md](references/approvals.md) | | View approval details | `approvals detail` | [approvals.md](references/approvals.md) | | Revoke a token approval | `approvals revoke` | [approvals.md](references/approvals.md) | | Send / transfer tokens | `wallet send` | [send.md](references/send.md) | | Swap tokens at market price | `market-order swap` | [market-order.md](references/market-order.md) | | Get a swap quote without trading | `market-order quote` | [market-order.md](references/market-order.md) | | List or check market order status | `market-order list` | [market-order.md](references/market-order.md) | | Buy a token at a target price (limit order) | `limit-order buy` | [limit-order.md](references/limit-order.md) | | Sell a token at a target price (limit order) | `limit-order sell` | [limit-order.md](references/limit-order.md) | | List or check limit order status | `limit-order list` | [limit-order.md](references/limit-order.md) | | Cancel a limit order | `limit-order cancel` | [limit-order.md](references/limit-order.md) | | Preview an external contract call | `contract-call preview` | [external-sign.md](references/external-sign.md) | | Execute a previewed contract call | `contract-call execute` | [extern

Read more
Ships withbinance-skills-hub

Binance Skills Hub is an open skills marketplace that gives AI agents native access to crypto: both centralized and decentralized. Search tokens, execute trades, track wallets, monitor signals, and interact with DeFi protocols, all through natural language.

Get the whole plugin

Other skills on binance-skills-hub.