
Trading Signal
FreeTrack smart money trading signals on-chain.
Free · Opens the source repo
What Trading Signal does
The Trading Signal skill is designed for developers and traders interested in monitoring on-chain trading signals from smart money wallets. By utilizing this skill, users can receive actionable buy and sell signals based on the activities of professional investors. This is particularly useful for those looking to identify potential trading opportunities by analyzing the movements of significant market players. The skill supports two major blockchain networks: Binance Smart Chain (BSC) and Solana, allowing for a broad range of trading signals.
Users can retrieve detailed information about each trading signal, including the trigger price at which a signal was generated, the current price of the asset, the maximum gain that could have been achieved since the signal was triggered, and the exit rate of the signal. This data can help traders make informed decisions about when to enter or exit trades based on the behavior of smart money.
The skill is executed through a command-line interface (CLI), making it easy to integrate into existing workflows. By simply calling the smart-money command with the appropriate parameters, users can access a stream of valuable trading signals that highlight significant market movements. The skill also provides additional filtering options, allowing users to customize their queries based on specific needs.
This skill is particularly beneficial for traders who want to leverage the insights of experienced investors and capitalize on market trends. Whether you are a developer building trading applications or a trader seeking to enhance your strategy, the Trading Signal skill offers a straightforward solution to track and analyze smart money movements in real-time.
When to use it
Use this skill when you want to track on-chain trading signals from smart money wallets to identify potential trading opportunities.
When not to use it
This skill is not suitable for users looking for signals outside of BSC and Solana or for those who require features not focused on tracking smart money movements.
What you can build with it
Monitoring Whale Activity
Use the skill to receive alerts when significant trades occur, helping you stay informed about market movements.
Analyzing Trade Performance
Retrieve data on maximum gains and exit rates to evaluate the effectiveness of smart money trades.
Integrating with Trading Bots
Incorporate the skill into your trading bot to automate decision-making based on smart money signals.
How to install Trading Signal
View source1. Install with the skills CLI
npx skills add ccxt/ccxt/trading-signal --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by ccxtTrading 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
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.
Frequently asked questions about Trading Signal
Similar skills
WinMD API Search
Easily find and explore Windows desktop APIs.
WebMCPify
Transform any web app into an agent-ready platform.
Phoenix Tracing
Instrument LLM applications with OpenInference tracing.
Foundry Hosted Agent CopilotKit
Guidance for developing agentic web apps on Azure.
Power Automate Foundation
Connect AI agents to Power Automate seamlessly.
Power Automate Flow Builder
Efficiently build and deploy Power Automate flows programmatically.
