Agent skill · Code Review & Quality

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

binancegithub.com/binanceGitHub ↗
claude-codeships scripts
Install
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.

Facts
Files in the skill folder: 5
SKILL.md size: 43 KB
Bundled scripts: yes
Version: 3.3
Declared author: binance-web3-team
Path: skills/binance-web3/binance-trading-signal/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 947
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prerequisites
  2. When to Use
  3. Supported Chains
  4. Mode 1: Smart Money Signals
  5. Mode 2: Custom Signal Strategies
  6. Signal Feed
  7. Strategy Management
  8. Backtest Management
  9. Explore & Credits
  10. Strategy ID / Job ID / Type Resolution
  11. Strategy List — Internal Data Handling
  12. Core Rules
  13. User-Facing Presentation
  14. Strategy Creation Preflight
Ships with 4 files
  • knowledge.md
  • references/cli.md
  • references/custom-signal.md
  • scripts/cli.mjs
Commands it runs
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> --json
More from binance-skills-hub
All skills →
About this skill
What 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.

Keep going