skills/binance-web3/trading-signal/SKILL.md
Per-trade smart-money signals — each result is a discrete buy or sell event from a tracked smart-money wallet, with trigger price, current price, max gain since trigger, and exit rate. BSC and Solana only. Use for: "smart money buy signal on $X", "any whale just bought $Y", "alpha signals in the last hour", "copy-trade-worthy signals", "trigger price and max gain on these trades", "on-chain trading signals from smart money".
npx skillsauth add binance/binance-skills-hub trading-signalInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill retrieves on-chain Smart Money trading signals to help users track professional investors:
Get smart money buy/sell signals Compare signal trigger price with current price Analyze max gain and exit rate of signals Get token tags (e.g., Pumpfun, DEX Paid)
| User intent | Command |
|-------------|---------|
| Get on-chain smart-money buy/sell signals with gain + exit-rate data | smart-money |
| Chain | chainId |
|-------|---------|
| BSC | 56 |
| Solana | CT_501 |
node <skill-dir>/scripts/cli.mjs smart-money '{"chainId":"CT_501","page":1,"pageSize":50}'
| Command | Purpose | Required args | Example |
|---------|---------|---------------|---------|
| smart-money | Smart-money buy/sell signals with trigger price, max gain, exit rate | chainId | node <skill-dir>/scripts/cli.mjs smart-money '{"chainId":"56","page":1,"pageSize":50}' |
Optional args: page (default 1), pageSize (max 100), smartSignalType (filter; empty string = all).
pageSize cap is 100 — larger values are silently clamped upstream.status enum (map to user-friendly language when summarizing):
active — signal still validtimeout — exceeded observation window (may still be informative, but stale)completed — reached target / stop loss
Prefer active signals when surfacing actionable opportunities.smartMoneyCount (more distinct smart-money addresses) implies higher signal reliability; high exitRate (%) suggests smart money has already exited, so the opportunity may have passed.direction is buy or sell — always include this when summarizing a signal.logoUrl is a relative path; prepend https://bin.bnbstatic.com. chainLogoUrl is already a full URL. Timestamps are ms; maxGain is a % string — convert before arithmetic.See references/cli.md for per-subcommand invocations, parameter tables, signal / tag / performance field tables, and real response samples.
tools
Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.
development
Per-token details for a specific token identified by keyword, symbol, or contract address: (1) search — find tokens by keyword/symbol/contract; (2) meta — static info: name, symbol, logo, social links, creator, official website; (3) dynamic — real-time market data: price, 24h change, volume, holder count, liquidity; (4) kline — OHLCV candlestick data for technical analysis. Use for: "price of $X", "search for token Y", "kline chart for $Z", "who created $W", "social links for $V", "holder count of $U", "candlestick data", "find the contract address of <token>".
testing
Snapshot of a single wallet's token holdings on a specific chain — list of every token currently held with name, symbol, current price, 24h price change, and holding quantity. Use when the user provides an explicit wallet address (or says "my wallet") and wants the current portfolio: "what does 0x... hold", "wallet balance breakdown", "list positions for this address", "what tokens are in this wallet", "show me the holdings of <address>".
development
Live launchpad feed + AI hot topics for meme tokens. (1) meme-rush: real-time lifecycle feed on launchpads (Pump.fun, Four.meme) — brand-new launches, currently-finalizing / bonding-curve tokens, and just-migrated-to-DEX tokens; filter by dev behavior, age, market cap. (2) topic-rush: AI-detected hot market narratives with the associated tokens ranked by inflow. Use for: "new pump.fun launches", "what just migrated", "currently bonding", "hot narratives", "what topic is pumping right now", "live launchpad feed", "AI hot topics".