New to Claude Skills? Learn how to install them →

ccxt on GitHub

Trading Signal

Free

Track smart money trading signals on-chain.

by ccxt43.6k stars on ccxt/ccxt
2 views
Updated Aug 10, 2026
Get this skill

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 source

1. Install with the skills CLI

npx skills add ccxt/ccxt/trading-signal --agent claude-code

2. 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 ccxt

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 intentCommand
Get on-chain smart-money buy/sell signals with gain + exit-rate datasmart-money

Supported Chains

ChainchainId
BSC56
SolanaCT_501

How to Call APIs

node <skill-dir>/scripts/cli.mjs smart-money '{"chainId":"CT_501","page":1,"pageSize":50}'

Commands

CommandPurposeRequired argsExample
smart-moneySmart-money buy/sell signals with trigger price, max gain, exit ratechainIdnode <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 (map to user-friendly language when summarizing):
    • active — signal still valid
    • timeout — exceeded observation window (may still be informative, but stale)
    • completed — reached target / stop loss Prefer active signals when surfacing actionable opportunities.
  • Quality indicators: higher smartMoneyCount (more distinct smart-money addresses) implies higher signal reliability; high exitRate (%) suggests smart money has already exited, so the opportunity may have passed.
  • direction is buy or sell — always include this when summarizing a signal.
  • Icon URL prefix: logoUrl is a relative path; prepend https://bin.bnbstatic.com. chainLogoUrl is already a full URL. Timestamps are ms; maxGain is 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