Trading Signal Skill
SkillCommerce & financeLets your agent fetch buy and sell signals from tracked smart-money wallets on BSC and Solana, with prices and gains.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Trading Signal Skill skill
About this capability
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 las
What this skill tells your AI
The instructions your AI receives, as published by ccxt/ccxt in .agents/skills/trading-signal/SKILL.md and read by ahel’s review.
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
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
pageSizecap is 100 — larger values are silently clamped upstream.statusenum (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 Preferactivesignals when surfacing actionable opportunities.
- Quality indicators: higher
smartMoneyCount(more distinct smart-money addresses) implies higher signal reliability; highexitRate(%) suggests smart money has already exited, so the opportunity may have passed. directionisbuyorsell— always include this when summarizing a signal.- Icon URL prefix:
logoUrlis a relative path; prependhttps://bin.bnbstatic.com.chainLogoUrlis already a full URL. Timestamps are ms;maxGainis a % string — convert before arithmetic.
Full CLI Reference
See references/cli.md for per-subcommand invocations, parameter tables, signal / tag / performance field tables, and real response samples.
Signals
- GitHub stars
- 44k
- Forks
- 9k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
trading-signal- Source
- github.com/ccxt/ccxt