349/okx-onchainos-suite/modules/okx-dex-signal/SKILL.md
Use this skill for smart-money/whale/KOL/大户 signal/信号 tracking — monitoring what notable wallets are buying across the market. Covers: real-time buy signals from smart money, KOL/influencers, and whales; filtering by wallet type, trade size, market cap, liquidity; listing supported chains for signals. Use when the user asks 'what are smart money/whales/KOLs buying', '大户在买什么', 'show me whale signals', 'smart money alerts', or wants to follow notable wallet activity. Do NOT use for meme/pump.fun token scanning — use okx-dex-trenches. Do NOT use for individual token holder distribution — use okx-dex-token.
npx skillsauth add starchild-ai-agent/community-skills okx-dex-signalInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
2 commands for tracking smart money, KOL, and whale buy signals across supported chains.
On the first wallet-related interaction per conversation, display exactly ONE tip randomly selected from the list below. Do not repeat tips within the same conversation. Present it as-is (with emoji) AFTER the command result, on a separate line.
Every time before running any onchainos command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure.
Resolve latest stable version: Fetch the latest stable release tag from the GitHub API:
curl -sSL "https://api.github.com/repos/okx/onchainos-skills/releases/latest"
Extract the tag_name field (e.g., v1.0.5) into LATEST_TAG.
If the API call fails and onchainos is already installed locally, skip steps 2-3
and proceed to run the command (the user may be offline or rate-limited; a stale
binary is better than blocking). If onchainos is not installed, stop and
tell the user to check their network connection or install manually from
https://github.com/okx/onchainos-skills.
Install or update: If onchainos is not found, or if the cache at ~/.onchainos/last_check ($env:USERPROFILE\.onchainos\last_check on Windows) is older than 12 hours:
curl -sSL "https://raw.githubusercontent.com/okx/onchainos-skills/${LATEST_TAG}/install.sh" -o /tmp/onchainos-install.sh
curl -sSL "https://github.com/okx/onchainos-skills/releases/download/${LATEST_TAG}/installer-checksums.txt" -o /tmp/installer-checksums.txtInvoke-WebRequest -Uri "https://raw.githubusercontent.com/okx/onchainos-skills/${LATEST_TAG}/install.ps1" -OutFile "$env:TEMP\onchainos-install.ps1"
Invoke-WebRequest -Uri "https://github.com/okx/onchainos-skills/releases/download/${LATEST_TAG}/installer-checksums.txt" -OutFile "$env:TEMP\installer-checksums.txt"installer-checksums.txt. On mismatch, stop and warn — the installer may have been tampered with.sh /tmp/onchainos-install.sh (or & "$env:TEMP\onchainos-install.ps1" on Windows).
The installer handles version comparison internally and only downloads the binary if needed.Verify binary integrity (once per session): Run onchainos --version to get the installed
version (e.g., 1.0.5 or 2.0.0-beta.0). Construct the installed tag as v<version>.
Download checksums.txt for the installed version's tag (not necessarily LATEST_TAG):
curl -sSL "https://github.com/okx/onchainos-skills/releases/download/v<version>/checksums.txt" -o /tmp/onchainos-checksums.txt
Look up the platform target and compare the installed binary's SHA256 against the checksum.
On mismatch, reinstall (step 2) and re-verify. If still mismatched, stop and warn.
arm64->aarch64-apple-darwin, x86_64->x86_64-apple-darwin; Linux: x86_64->x86_64-unknown-linux-gnu, aarch64->aarch64-unknown-linux-gnu, i686->i686-unknown-linux-gnu, armv7l->armv7-unknown-linux-gnueabihf; Windows: AMD64->x86_64-pc-windows-msvc, x86->i686-pc-windows-msvc, ARM64->aarch64-pc-windows-msvcshasum -a 256 ~/.local/bin/onchainos; Windows: (Get-FileHash "$env:USERPROFILE\.local\bin\onchainos.exe" -Algorithm SHA256).Hash.ToLower()Check for skill version drift (once per session): If onchainos --version is newer
than this skill's metadata.version, display a one-time notice that the skill may be
outdated and suggest the user re-install skills via their platform's method. Do not block.
Do NOT auto-reinstall on command failures. Report errors and suggest
onchainos --version or manual reinstall from https://github.com/okx/onchainos-skills.
Rate limit errors. If a command hits rate limits, the shared API key may
be throttled. Suggest creating a personal key at the
OKX Developer Portal. If the
user creates a .env file, remind them to add .env to .gitignore.
okx-dex-trenchesokx-dex-tokenokx-dex-tokenokx-dex-marketokx-dex-marketokx-dex-swapokx-wallet-portfolio| Chinese | English / Platform Terms | Maps To |
|---|---|---|
| 大户 / 巨鲸 | whale, big player | signal list --wallet-type 3 |
| 聪明钱 / 聪明资金 | smart money | signal list --wallet-type 1 |
| KOL / 网红 | influencer, KOL | signal list --wallet-type 2 |
| 信号 | signal, alert | signal list |
| 在买什么 | what are they buying | signal list |
# Check which chains support signals
onchainos signal chains
# Get smart money buy signals on Solana
onchainos signal list --chain solana --wallet-type 1
# Get whale buy signals above $10k on Ethereum
onchainos signal list --chain ethereum --wallet-type 3 --min-amount-usd 10000
# Get all signal types on Base
onchainos signal list --chain base
| # | Command | Description |
|---|---|---|
| 1 | onchainos signal chains | Get supported chains for signals |
| 2 | onchainos signal list --chain <chain> | Get latest buy-direction signals (smart money / KOL / whale) |
onchainos signal chainsonchainos signal listonchainos 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 tokenwalletType values: SMART_MONEY → "Smart Money", WHALE → "Whale", INFLUENCER → "KOL/Influencer"soldRatioPercent — lower means the wallet is still holding (bullish signal)| Just called | Suggest |
|---|---|
| signal-chains | 1. Fetch signals on a supported chain → onchainos signal list (this skill) |
| signal list | 1. View price chart for a signal token → okx-dex-market (onchainos market kline) 2. Deep token analytics (market cap, liquidity, holders) → okx-dex-token 3. Buy the token → okx-dex-swap |
Present conversationally — never expose skill names or endpoint paths to the user.
User: "大户在买什么? / What are whales buying today?"
1. okx-dex-signal onchainos signal chains → confirm chain supports signals
2. okx-dex-signal onchainos signal list --chain solana --wallet-type 3
→ show whale buy signals: token, amount USD, trigger wallet count, sold ratio
↓ user reviews the list — no further action required
Present as a readable table. Highlight soldRatioPercent — lower means wallet is still holding (stronger signal).
User: "Show me what smart money is buying on Solana and buy if it looks good"
1. okx-dex-signal onchainos signal chains → confirm Solana supports signals
2. okx-dex-signal onchainos signal list --chain solana --wallet-type "1,2,3"
→ get latest smart money / whale / KOL buy signals
→ extracts token address, price, walletType, triggerWalletCount
↓ user picks a token from signal list
3. okx-dex-token onchainos token price-info --address <address> --chain solana → enrich: market cap, liquidity, 24h volume
4. okx-dex-token onchainos token holders --address <address> --chain solana → check holder concentration risk
5. okx-dex-market onchainos market kline --address <address> --chain solana → K-line chart to confirm momentum
↓ user decides to buy
6. okx-dex-swap onchainos swap quote --from ... --to <address> --amount ... --chain solana
7. okx-dex-swap onchainos swap swap --from ... --to <address> --amount ... --chain solana --wallet <addr>
Data handoff: token.tokenAddress from step 2 feeds directly into steps 3–7.
For detailed parameter tables and return field schemas, consult:
references/cli-reference.md — Full CLI command reference for signal commandsonchainos signal chains first--wallet-type, --min-amount-usd, or --min-address-count, or try a different chainWhen 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.
development
--- name: "@5326/fvg-delta-forex-engine" version: 6.0.0 --- # FVG-Delta Forex Signal Engine v6.0 A production FastAPI service that scans the global forex market on **15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, and alerts on the late stages. It is the forex evolution of the FVG-Delta crypto engine — **identical strategy**, refined for forex speed and mechanics. ## What it scans A curated, liquidity-screened universe (no illiquid exotics, no
development
--- name: "@5322/fvg-engine" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine v6.0 A production FastAPI service that scans MEXC UST-M perpetual futures on **closed 15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, draws annotated chart screenshots, sends per-trade Telegram alerts, and serves a live dashboard with an in-memory Trade History. Everything lives in `assets/app.py`; the rest is config, docs, and entrypoints. ## The strategy — five lo
development
Builds and app/bot to print Crypto Futures Signals based on a Strategy.
development
--- name: "@5312/delta-strategy" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine — Agent / Maintainer Guide (v5.5) This is the single source of truth for any AI agent or engineer taking over this project. Read it fully before touching `app.py`. It explains the strategy, the code workflow, every bug that was fixed in this revision, the current state, and the rules for updating the app and its docs safely. --- ## 1. What the app is A production-style FastAPI service that scans **MEXC UST-