trading-signal
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 skills add binance/binance-skills-hub --skill trading-signal --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Trading Signal Skill ## Overview 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) ## When to Use This Skill | User intent | Command | |-------------|---------| | Get on-chain smart-money buy/sell signals with gain + exit-rate data | `smart-money` | ## Supported Chains | Chain | chainId | |-------|---------| | BSC | `56` | | Solana | `CT_501` | ## How to Call APIs ```bash node <skill-dir>/scripts/cli.mjs smart-money '{"chainId":"CT_501","page":1,"pageSize":50}' ``` ## Commands | 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). ## Rules - **`pageSize` cap is 100** — larger values are silently clamped upstream. - **`status` enum**
- Overview
- When to Use This Skill
- Supported Chains
- How to Call APIs
- Commands
- Rules
- Full CLI Reference
node <skill-dir>/scripts/cli.mjs smart-money '{"chainId":"CT_501","page":1,"pageSize":50}'What does the trading-signal skill do?
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".
How do I install it?
Run `npx skills add binance/binance-skills-hub --skill trading-signal --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.
