Real-time tracking of smart money, whale, and KOL buy signals across multiple blockchains.
Works with
Two commands: list supported chains for signals, and fetch buy-direction signals filtered by wallet type (smart money, whale, influencer), trade size, and token address
Displays signal metadata including token, USD amount, wallet type, trigger count, and sell ratio to gauge signal strength
Integrates with token research and swap workflows: use signal results to feed into price charts, holder an
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionokx-dex-signalExecute the skills CLI command in your project's root directory to begin installation:
Fetches okx-dex-signal from okx/onchainos-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate okx-dex-signal. Access via /okx-dex-signal in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
188
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
188
stars
5 commands for tracking smart money, KOL, and whale activity — raw transaction feed, aggregated buy signals, and top trader leaderboard.
Read
../okx-agentic-wallet/_shared/preflight.md. If that file does not exist, read_shared/preflight.mdinstead.
Full chain list:
../okx-agentic-wallet/_shared/chain-support.md. If that file does not exist, read_shared/chain-support.mdinstead.
| Chinese | English / Platform Terms | Maps To |
|---|---|---|
| 聪明钱最新交易 / 追踪聪明钱 / 聪明钱在买什么 | latest smart money trades, track smart money, what are smart money buying (transaction-level) | tracker activities --tracker-type smart_money |
| KOL交易动态 / 追踪KOL / KOL在买什么 | KOL trade feed, track KOL activity, what are KOL buying (transaction-level) | tracker activities --tracker-type kol |
| 追踪地址 / 追踪钱包 / 特定地址交易 | track specific addresses, custom wallet monitoring | tracker activities --tracker-type multi_address |
| 卖出动态 / 追踪聪明钱卖出 | sell tracking, smart money sell feed | tracker activities --trade-type 2 |
| 大户 / 巨鲸 (信号场景) | whale buy signal alerts (aggregated) | signal list --wallet-type 3 |
| 聪明钱信号 / 聪明资金信号 | smart money buy signal alerts (aggregated) | signal list --wallet-type 1 |
| KOL信号 / 网红信号 | KOL buy signal alerts (aggregated) | signal list --wallet-type 2 |
| 信号 / 大户信号 | signal, alert, buy signal | signal list |
| 牛人榜 | leaderboard, top traders ranking, smart money ranking | leaderboard list |
| 胜率 | win rate | leaderboard list --sort-by 2 |
| 已实现盈亏 / PnL | realized PnL | leaderboard list --sort-by 1 |
| 交易量 | volume, tx volume | leaderboard list --sort-by 4 |
| 交易笔数 | tx count | leaderboard list --sort-by 3 |
| ROI / 收益率 | ROI, profit rate | leaderboard list --sort-by 5 |
| 狙击手 | sniper | leaderboard list --wallet-type sniper |
| 开发者 | dev, developer | leaderboard list --wallet-type dev |
| 新钱包 | fresh wallet | leaderboard list --wallet-type fresh |
| # | Command | Description |
|---|---|---|
| 1 | onchainos tracker activities --tracker-type <type> |
Get latest DEX trades for smart money, KOL, or custom tracked addresses (raw transaction feed, includes buys and sells) |
| # | Command | Description |
|---|---|---|
| 2 | onchainos signal chains |
Get supported chains for signals |
| 3 | onchainos signal list --chain <chain> |
Get latest buy-only aggregated signals (smart money / KOL / whale) |
| # | Command | Description |
|---|---|---|
| 4 | onchainos leaderboard supported-chains |
Get chains supported by the leaderboard |
| 5 | onchainos leaderboard list --chain <chain> --time-frame <tf> --sort-by <sort> |
Get top trader leaderboard (max 20 per request) |
Address Tracker (raw transaction feed — what are specific wallet types actually trading):
tracker activities --tracker-type smart_moneytracker activities --tracker-type koltracker activities --tracker-type multi_addresstracker activities --trade-type 2Signal (aggregated buy-only alerts — which tokens are being collectively bought):
onchainos signal listonchainos signal chainsLeaderboard:
onchainos leaderboard supported-chainsonchainos leaderboard listAddress Tracker:
--tracker-type is required: smart_money, kol, or multi_address--wallet-address is required when --tracker-type multi_address; omit for smart_money/kol--trade-type defaults to 0 (all); use 1 for buy-only, 2 for sell-only--chain is optional — omit to get results across all chains--min-volume / --max-volume — trade volume range (USD)--min-market-cap / --max-market-cap — token market cap range (USD)--min-liquidity / --max-liquidity — token liquidity range (USD)--min-holders — minimum number of token holdersSignal:
onchainos signal chains first to confirm the chain is supported--wallet-type, --min-amount-usd, etc.) → ask user for preferences if not specified; default to no filter (returns all signal types)--token-address is optional — omit to get all signals on the chain; include to filter for a specific token--wallet-type is multi-select (comma-separated integers: 1=Smart Money, 2=KOL/Influencer, 3=Whale) — e.g. --wallet-type 1,3 returns both Smart Money and Whale signalsLeaderboard:
onchainos leaderboard supported-chains to confirm support; default to solana if user doesn't specify--time-frame and --sort-by are required by the CLI but the agent should infer them from user language before asking — use the mappings below. Only prompt the user if intent is genuinely ambiguous.--time-frame → map "today/1D" → 1, "3 days/3D" → 2, "7 days/1W/7D" → 3, "1 month/30D" → 4, "3 months/3M" → 5--sort-by → map "PnL/盈亏" → 1, "win rate/胜率" → 2, "tx count/交易笔数" → 3, "volume/交易量" → 4, "ROI/收益率" → 5--wallet-type is single-select only (one value at a time: sniper, dev, fresh, pump, smartMoney, influencer) — do NOT pass comma-separated values or it will error; if omitted, all types are returnedAddress Tracker:
tradeType: 1 → "Buy", 2 → "Sell"Signal:
walletType values: "1" → "Smart Money", "2" → "KOL/Influencer", "3" → "Whale"soldRatioPercent — lower means the wallet is still holding (bullish signal)Leaderboard:
| Just called | Suggest |
|---|---|
signal chains |
1. Fetch signals on a supported chain → onchainos signal list |
tracker activities |
1. Get token price → onchainos market price 2. Deep token analytics → onchainos token price-info 3. Buy/swap the token → onchainos swap execute |
signal list |
1. Drill into actual trades → onchainos tracker activities 2. View price chart → onchainos market kline 3. Deep token analytics → onchainos token price-info 4. Buy the token → onchainos swap execute |
leaderboard list |
1. Drill into a wallet's PnL → onchainos market portfolio-overview 2. Check a wallet's holdings → onchainos portfolio all-balances 3. Track that wallet's trades → onchainos tracker activities --tracker-type multi_address |
Present conversationally — never expose command paths to the user.
For detailed parameter tables and return field schemas, consult:
references/cli-reference.md — Full CLI command reference for tracker, signal, and leaderboard commandsFor real-time signal and tracker data, use the onchainos ws CLI:
# KOL + smart money aggregated trade feed
onchainos ws start --channel kol_smartmoney-tracker-activity
# Track custom wallet addresses
onchainos ws start --channel address-tracker-activity --wallet-addresses 0xAAA,0xBBB
# Buy signal alerts on specific chains
onchainos ws start --channel dex-market-new-signal-openapi --chain-index 1,501
# Poll events
onchainos ws poll --id <ID>
For custom WebSocket scripts/bots, read references/ws-protocol.md for the complete protocol specification.
onchainos signal chains first--wallet-type, --min-amount-usd, or --min-address-count, or try a different chainonchainos leaderboard supported-chains first--wallet-type, PnL range, or win rate filters--wallet-type is single select for leaderboard: only one wallet type can be passed at a time; if omitted, all types are returnedWhen a command fails with error code 50125 or 80001, display:
DEX is not available in your region. Please switch to a supported region and try again.
Do not expose raw error codes or internal error messages to the user.
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
I recommend okx-dex-signal for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
okx-dex-signal is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
okx-dex-signal fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
We added okx-dex-signal from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Keeps context tight: okx-dex-signal is the kind of skill you can hand to a new teammate without a long onboarding doc.
We added okx-dex-signal from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Useful defaults in okx-dex-signal — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend okx-dex-signal for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
okx-dex-signal is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Useful defaults in okx-dex-signal — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 66