binance-trading-signal
On-chain trading signals and custom signal strategy management on Binance Web3. Three signal (meme / fomo). Four scenario domains: (A) Reports — daily report, monthly backtest review (BSC vs Solana, protocol comparison); (B) Signal discovery — feed, sort by maxGain or multi-strategy hit, token buyability ("can I still buy"); (C) Analysis — backtest interpretation, strategy comparison by golden/silver/bronze rate, indicator impact (KOL holdings, protocol, liquidity); (D) Management — create/update/delete strategies, enable/disable strategies, trigger/schedule backtests, query credits, auto-scan
npx skills add binance/binance-skills-hub --skill binance-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.
# Binance Trading Signal Skill On-chain trading signals and custom signal strategy management. Two modes: 1. **Smart Money signals** — direct API call, per-trade buy/sell events from tracked wallets 2. **Custom Signal strategies** — via `baw signal` CLI, user-created strategies with backtesting ## Prerequisites This skill requires the `baw` CLI (`@binance/agentic-wallet` npm package). If `baw` is not found: ```bash npm install -g @binance/agentic-wallet ``` Verify: `baw --version` should print `1.6.2` or higher. If installation fails or the user doesn't have Node.js, inform them that Node.js >= 18 is required. ## When to Use | User intent | Mode | Command | |-------------|------|---------| | Smart money buy/sell signals with gain + exit-rate data | Smart Money | `smart-money` | | Latest signal feed (all sources) | Custom Signal | `baw signal list` | | Filter signals by source (user/meme/smart-money) | Custom Signal | `baw signal list --source` | | Token status from signals ("can I still buy $X?") | Custom Signal | `baw signal list` + `query-token-info` | | Create a strategy | Custom Signal | `baw signal strategy create` | | Update/delete a strategy | Custom Signal | `baw signal str
- Prerequisites
- When to Use
- Supported Chains
- Mode 1: Smart Money Signals
- Mode 2: Custom Signal Strategies
- Signal Feed
- Strategy Management
- Backtest Management
- Explore & Credits
- Strategy ID / Job ID / Type Resolution
- Strategy List — Internal Data Handling
- Core Rules
- User-Facing Presentation
- Strategy Creation Preflight
npm install -g @binance/agentic-wallet
node <skill-dir>/scripts/cli.mjs smart-money '{"chainId":"CT_501","page":1,"pageSize":50}'
All sources (concurrent fetch, merged)
baw signal list -c <chainId> --json
Filter by source
baw signal list -c <chainId> --source user --json # my strategies only
baw signal list -c <chainId> --source meme --json # platform strategies only
baw signal list -c <chainId> --source smart-money --json # smart money signals only
Filter by strategy ID (user strategies only; meme/smart-money are system-level)
baw signal list -c <chainId> --strategy-id <strategyId> --jsonWhat does the binance-trading-signal skill do?
On-chain trading signals and custom signal strategy management on Binance Web3. Three signal (meme / fomo). Four scenario domains: (A) Reports — daily report, monthly backtest review (BSC vs Solana, protocol comparison); (B) Signal discovery — feed, sort by maxGain or multi-strategy hit, token buyability ("can I still buy"); (C) Analysis — backtest interpretation, strategy comparison by golden/silver/bronze rate, indicator impact (KOL holdings, protocol, liquidity); (D) Management — create/update/delete strategies, enable/disable strategies, trigger/schedule backtests, query credits, auto-scan
How do I install it?
Run `npx skills add binance/binance-skills-hub --skill binance-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.
