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, or any on-chain wallet operation.
What this skill does
# 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, and x402 payments.
## 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](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) |
| 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) |
| List prediction market categories | `prediction category list` | [prediction.md](references/prediction.md) |
| Browse / list prediction markets | `prediction market list` | [prediction.md](references/prediction.md) |
| Get prediction market details | `prediction market detail` | [prediction.md](references/prediction.md) |
| Search prediction markets by keyword | `prediction market search` | [prediction.md](references/prediction.md) |
| Get prediction order book | `prediction market order-book` | [prediction.md](references/prediction.md) |
| Get last trade price for a prediction market | `prediction market last-trade-price` | [prediction.md](references/prediction.md) |
| List my prediction positions | `prediction position list` | [prediction.md](references/prediction.md) |
| Look up a prediction position by token ID | `prediction position token` | [prediction.md](references/prediction.md) |
| View settled prediction history (win/lose/draw) | `prediction position settled-history` | [prediction.md](references/prediction.md) |
| Query prediction PnL records | `prediction position pnl` | [prediction.md](references/prediction.md) |
| Prediction portfolio summary / unrealized PnL | `prediction position portfolio` | [prediction.md](references/prediction.md) |
| View prediction order history | `prediction order history` | [prediction.md](references/prediction.md) |
| Get a prediction trade quote | `prediction trade quote` | [prediction.md](references/prediction.md) |
| Place a prediction order (bet on an outcome) | `prediction trade place-order` | [prediction.md](references/prediction.md) |
| Cancel a prediction order | `prediction trade cancel` | [prediction.md](references/prediction.md) |
| Redeem / claim winning prediction positions | `prediction trade redeem` | [prediction.md](references/prediction.md) |
| Preview x402 payment options from an HTTP 402 response | `x402-payment preview` | [x402-payment.md](references/x402-payment.md) |
| Sign a selected x402 payment option | `x402-payment sign` | [x402-payment.md](references/x402-payment.md) |
---
## Preflight Checks
At the start of each conversation, complete the preflight checks in [preflight.md](references/preflight.md).
---
## Build the Command
Always follow these steps to build the command correctly:
1. **Read the reference file first.** Before constructing any command, open the reference file listed in the table above and read the Syntax and Parameters sections for that command. Do not rely on memory or guess the parameter format.
2. **Build the command.** Use the exact syntax from the reference file.
3. **Always append `--json`.** This ensures the output is machine-readable JSON. Every command supports this flag.
4. **Confirm before execution.** Confirm with the user each time before any state-changing command. Remind the user to do their own research (DYOR). For trades without explicit slippage, disclose the default ("auto"). Only proceed on clear affirmative replies (e.g., "yes", "confirm", "go ahead"). Treat anything else as non-confirmation and re-prompt.
---
## Display Rules
- **Show full contract addresses with token symbols**: When displaying a token symbol (e.g., in balances, swap confirmations, order details), also show its full contract address. Truncated addresses cannot be verified.
- **Prefer user-friendly formatting**: Present CLI output in a readable format — use markdown tables for structured data (balances, settings, order lists, transaction history), bullet lists for multi-field summaries.
- **Format USD values with 2 decimal places**: Always display USD amounts with 2 decimal places. If the value is less than `0.01Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.