Token discovery, analytics, and holder insights for DEX trading.
Works with
Search tokens by name, symbol, or address; view trending tokens ranked by score or social mentions across multiple chains
Get detailed token metrics including price, market cap, liquidity, volume, and 24-hour changes; identify risk factors like honeypots and dev rug-pull history
Filter holder distribution by wallet type (whale, smart money, KOL, sniper, bundler) to assess token concentration and insider activity
View
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionokx-dex-tokenExecute the skills CLI command in your project's root directory to begin installation:
Fetches okx-dex-token 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-token. Access via /okx-dex-token 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
13 commands for token search, metadata, detailed pricing, liquidity pools, hot token lists, holder distribution, advanced token info, top trader analysis, filtered trade history, holder cluster analysis, and supported chain lookup.
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.
Users may use Chinese crypto slang or platform-specific terms. Map them to the correct commands:
| Chinese | English / Platform Terms | Maps To |
|---|---|---|
| 热门代币 / 热榜 | hot tokens, trending tokens | token hot-tokens |
| Trending榜 / 代币分排名 | trending score ranking | token hot-tokens --ranking-type 4 |
| Xmentioned榜 / 推特提及 / 社媒热度 | Twitter mentions ranking, social mentions | token hot-tokens --ranking-type 5 |
| 流动性池 / 资金池 | liquidity pools, top pools | token liquidity |
| 烧池子 / LP已销毁 | LP burned, burned liquidity | filter via token hot-tokens --is-lp-burnt true |
| 代币高级信息 / 风控 / 风险等级 | token risk, advanced info, risk level | token advanced-info |
| 貔貅盘 / 蜜罐检测 | honeypot, is this token safe, can I sell this | → okx-security (onchainos security token-scan) |
| 内盘 / 内盘代币 | internal token, launch platform token | token advanced-info (isInternal) |
| 开发者跑路 / Rug Pull | rug pull, dev rug | token advanced-info (devRugPullTokenCount) |
| 盈利地址 / 顶级交易员 | top traders, profit addresses | token top-trader |
| 聪明钱 | smart money | token top-trader --tag-filter 3 or token holders --tag-filter 3 |
| 巨鲸 | whale | token top-trader --tag-filter 4 or token holders --tag-filter 4 |
| KOL | KOL / influencer | token top-trader --tag-filter 1 or token holders --tag-filter 1 |
| 狙击手 | sniper | token top-trader --tag-filter 7 or token holders --tag-filter 7 |
| 老鼠仓 / 可疑地址 | suspicious, insider trading | token top-trader --tag-filter 6 or token holders --tag-filter 6 |
| 捆绑交易者 | bundle traders, bundlers | token top-trader --tag-filter 9 or token holders --tag-filter 9 |
| 持币分布 / 持仓分布 | holder distribution | token holders |
| 前十持仓 / Top10集中度 | top 10 holder concentration | token hot-tokens --top10-hold-percent-min/max or token advanced-info (top10HoldPercent) |
| 开发者持仓 | dev holding percent | token hot-tokens --dev-hold-percent-min/max or token advanced-info (devHoldingPercent) |
| 净流入 | net inflow | token hot-tokens --inflow-min/max |
| 社区认可 | community recognized, verified | token search (communityRecognized field) |
| 持仓集中度 / 聚类分析 | holder cluster concentration, cluster analysis | token cluster-overview |
| 前100持仓概览 / Top100 | top 100 holder overview, top 100 behavior | token cluster-top-holders --range-filter 3 |
| 持仓集群 / 集群列表 | holder cluster list, cluster groups | token cluster-list |
| Rug Pull可能性 | rug pull probability, rug pull risk | token cluster-overview (rugPullPercent) |
| 新地址占比 | new address ratio, fresh wallet ratio | token cluster-overview (holderNewAddressPercent) |
| 同资金来源 | same funding source | token cluster-overview (holderSameFundSourcePercent) |
| 同创建时间地址占比 | same creation time address ratio | token cluster-overview (holderSameCreationTimePercent) |
| 支持的链 / cluster支持链 | supported chains for cluster | token cluster-supported-chains |
| # | Command | Description |
|---|---|---|
| 1 | onchainos token search --query <query> [--chains <chains>] |
Search for tokens by name, symbol, or address. Accepts --chains (comma-separated) or global --chain (single chain) |
| 2 | onchainos token info --address <address> |
Get token basic info (name, symbol, decimals, logo) |
| 3 | onchainos token price-info --address <address> |
Get detailed price info (price, market cap, liquidity, volume, 24h change) |
| 4 | onchainos token holders --address <address> |
Get token holder distribution (top 100, with optional tag filter) |
| 5 | onchainos token liquidity --address <address> |
Get top 5 liquidity pools for a token |
| 6 | onchainos token hot-tokens |
Get hot token list ranked by trending score or X mentions (max 100) |
| 7 | onchainos token advanced-info --address <address> |
Get advanced token info (risk level, creator, dev stats, holder concentration) |
| 8 | onchainos token top-trader --address <address> |
Get top traders / profit addresses for a token |
| 9 | onchainos token trades --address <address> |
Get token DEX trade history with optional tag/wallet filters |
| 10 | onchainos token cluster-overview --address <address> |
Get holder cluster concentration overview (cluster level, rug pull %, new address %) |
| 11 | onchainos token cluster-top-holders --address <address> --range-filter <1|2|3> |
Get top 10/50/100 holder overview (avg PnL, avg cost, trend type); 1=top10, 2=top50, 3=top100 |
| 12 | onchainos token cluster-list --address <address> |
Get holder cluster list (clusters of top 300 holders with address details) |
| 13 | onchainos token cluster-supported-chains |
Get chains supported by holder cluster analysis |
onchainos token searchonchainos token infoonchainos token price-infoonchainos token hot-tokens --ranking-type 4onchainos token holdersonchainos token holders --tag-filteronchainos token liquidityonchainos token hot-tokensonchainos token advanced-info"Is this token safe / honeypot / 貔貅盘" → always redirect to okx-security (onchainos security token-scan). Do not attempt to answer safety questions from token data alone.
onchainos token top-traderonchainos token cluster-overviewonchainos token cluster-top-holdersonchainos token cluster-listonchainos token cluster-supported-chains--chain xlayer, low gas, fast confirmation) as the default, then ask which chain the user prefersonchainos token search first--ranking-type defaults to 4 (Trending); use 5 for X-mentioned rankings--chain to narrow--chains defaults to "1,501" (Ethereum + Solana)onchainos token cluster-supported-chains first before calling cluster-overview / cluster-top-holders / cluster-list.communityRecognized status for trust signaling| Just called | Suggest |
|---|---|
token search |
1. View price and market data → onchainos token price-info 2. Check holder distribution → onchainos token holders |
token info |
1. View price and market data → onchainos token price-info 2. Check holder distribution → onchainos token holders |
token price-info |
1. Check holder distribution → onchainos token holders 2. View K-line chart → onchainos market kline 3. Buy/swap this token → onchainos swap execute |
token holders |
1. Get advanced info → onchainos token advanced-info 2. View top traders → onchainos token top-trader |
token liquidity |
1. Check holders → onchainos token holders 2. Get advanced info → onchainos token advanced-info |
token hot-tokens |
1. View price details → onchainos token price-info 2. Check liquidity pools → onchainos token liquidity 3. Get advanced info → onchainos token advanced-info |
token advanced-info |
1. View holders → onchainos token holders 2. View top traders → onchainos token top-trader 3. Check holder cluster concentration → onchainos token cluster-overview |
token top-trader |
1. View advanced info → onchainos token advanced-info 2. View token trade history → onchainos token trades |
token trades |
1. View top traders → onchainos token top-trader 2. Get advanced info → onchainos token advanced-info |
token cluster-supported-chains |
1. Get holder cluster overview → onchainos token cluster-overview |
token cluster-overview |
1. Drill into top holder behavior → onchainos token cluster-top-holders 2. View cluster groups → onchainos token cluster-list 3. Check advanced info → onchainos token advanced-info |
token cluster-top-holders |
1. View cluster group details → onchainos token cluster-list 2. View holder distribution → onchainos token holders |
token cluster-list |
1. Check top traders → onchainos token top-trader 2. Get advanced info → onchainos token advanced-info |
Present conversationally, e.g.: "Would you like to check the holder distribution or see the top traders?" — never expose command paths to the user.
For detailed parameter tables, return field schemas, and usage examples for all 13 commands, consult:
references/cli-reference.md — Full CLI command reference with params, return fields, and examplesTo search for specific command details: grep -n "onchainos token <command>" references/cli-reference.md
For real-time token data streaming, use the onchainos ws CLI:
# Detailed price info (market cap, volume, liquidity, holders)
onchainos ws start --channel price-info --token-pair 1:0xdac17f958d2ee523a2206206994597c13d831ec7
# Real-time trade feed (every buy/sell)
onchainos ws start --channel trades --token-pair 1:0xdac17f958d2ee523a2206206994597c13d831ec7
# Poll events
onchainos ws poll --id <ID>
For custom WebSocket scripts/bots, read references/ws-protocol.md for the complete protocol specification.
These rules are mandatory. Do NOT skip or bypass them.
communityRecognized is informational only. It indicates the token is listed on a Top 10 CEX or is community-verified, but this is not a guarantee of token safety, legitimacy, or investment suitability. Always display this status with context, not as a trust endorsement.communityRecognized = false, display a prominent warning: "This token is not community-recognized. Exercise caution — verify the contract address independently before trading."liquidity is available:
--chain ethereum. Always infer chain from address format (Solana = base58, no 0x) and pass it explicitly — omitting --chain for a Solana address will error or return wrong results.communityRecognized = false — warn user about risk⚠️ Service is not available in your region. Please switch to a supported region and try again.advanced-info, translate tokenTags values into human-readable language: honeypot→貔貅盘, lowLiquidity→低流动性, devHoldingStatusSellAll→开发者已全部卖出, smartMoneyBuy→聪明钱买入, communityRecognized→社区认可, dexBoost→Boost活动, devBurnToken→开发者燃烧代币, devAddLiquidity→开发者添加流动性. Never dump raw tag strings to the user.riskControlLevel values: 0=未定义, 1=低风险, 2=中风险, 3=中高风险, 4=高风险, 5=高风险(手动配置)communityRecognized = true means listed on Top 10 CEX or community verifiedethereum → 1, solana → 501)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
okx-dex-token is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
We added okx-dex-token from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Useful defaults in okx-dex-token — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
okx-dex-token fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
I recommend okx-dex-token for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
okx-dex-token reduced setup friction for our internal harness; good balance of opinion and flexibility.
okx-dex-token has been reliable in day-to-day use. Documentation quality is above average for community skills.
Keeps context tight: okx-dex-token is the kind of skill you can hand to a new teammate without a long onboarding doc.
Registry listing for okx-dex-token matched our evaluation — installs cleanly and behaves as described in the markdown.
okx-dex-token reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 35