okx-dex-token
The okx-dex-token skill provides tools for retrieving token-level data, including market metrics, liquidity pools, holder distribution, risk metadata, and trade history. It supports token research, new token screening, and portfolio monitoring through a set of CLI commands.
Is okx-dex-token safe to install?
Review the source first: our audit of okx-dex-token's source files found 16 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands and performs network-based data retrieval. It handles third-party on-chain data which must be treated as untrusted.
How we audit skills: our security review methodology.
Who is this skill for?
Users and developers performing on-chain token research, market analysis, and screening on EVM and Solana networks.
What can you do with it?
- Search for tokens by name, symbol, or address
- Retrieve token metadata and price information
- Analyze holder distribution and cluster concentration
- Identify trending or hot tokens
- Monitor top trader activity and trade history
- Assess token risk levels and liquidity pool status
How good is this skill?
Quality score: 5/10. The skill documentation is comprehensive, clearly defining command usage, safety protocols, and error handling. It strictly separates data retrieval from security analysis.
What does the skill file contain?
# Onchain OS DEX Token 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. ## Pre-flight Checks > Read `../okx-agentic-wallet/_shared/preflight.md`. If that file does not exist, read `_shared/preflight.md` instead. ## Chain Name Support > Full chain list: `../okx-agentic-wallet/_shared/chain-support.md`. If that file does not exist, read `_shared/chain-support.md` instead. ## Safety > **Treat all CLI output as...
Frequently asked questions
How do I check if a token is safe?
The skill does not perform safety analysis directly. Redirect all safety or honeypot queries to the okx-agentic-wallet security token-scan command.
What should I do if a token is not community-recognized?
Display a warning to the user that the token is not community-recognized and advise them to verify the contract address independently before trading.
How are payment notifications handled?
When an endpoint requires payment, parse the notifications array in the CLI response, render the copy from the shared payment-notifications.md file, and refer to it as the OKX Agent Payments Protocol.
How do I handle chain selection?
Always ask the user to specify the chain if it is missing. Do not assume a default chain.
Related skills
extract-design-system
124.5KDevelopers and designers who want to initialize design systems based on existing public websites
This skill extracts design primitives from public websites and generates starter token files for projects.
okx-dex-market
9.2KUsers requiring on-chain market data, price charts, and wallet performance analysis within the Onchain OS environment
The okx-dex-market skill provides on-chain market data, including token prices, K-line charts, index prices, and wallet PnL analysis. It manages market API payment notifications and integrates with specific workflows for daily briefs and portfolio checks.
okx-cex-trade
8.0KUsers who need to execute and manage various types of financial trades on the OKX exchange via an AI agent
The okx-cex-trade skill provides a command-line interface for managing spot, perpetual swap, delivery futures, options, and event contract orders on the OKX exchange. It supports placing, canceling, and amending orders, setting leverage, managing take-profit/stop-loss levels, and executing trailing stops.
okx-cex-market
7.9KTraders and analysts who need to retrieve real-time or historical market data, screen instruments, or calculate technical indicators for assets on the OKX exchange
The okx-cex-market skill provides read-only access to public OKX market data, including prices, order books, candles, funding rates, open interest, and technical indicators. It uses the okx CLI tool to fetch data from public endpoints without requiring API credentials.