← Back to Skills Marketplace
ok-james-01

Okx Dex Token

by ok-james-01 · GitHub ↗ · v2.6.0 · MIT-0
cross-platform ⚠ suspicious
700
Downloads
0
Stars
7
Active Installs
8
Versions
Install in OpenClaw
/install okx-dex-token
Description
Use this skill for token-level data: search tokens, trending/hot tokens (热门, 代币榜单), liquidity pools, holder distribution (whale/巨鲸, sniper, bundler-tagged ho...
Usage Guidance
This skill is coherent: it expects and documents use of the onchainos CLI and related docs. Before installing or running it, consider the following: (1) the preflight will download and execute an installer script from the okx/onchainos-skills GitHub repo — only proceed if you trust that repository; (2) verify the installer checksum as instructed (do not skip verification) and review the install.sh content yourself before executing; (3) prefer manual installation of the onchainos binary if you are uncomfortable with automated install; (4) the skill may read shared markdown files and local workflow hints (e.g., ~/.onchainos/workflows) but does not request credentials by default — if you provide API keys for WebSocket access, keep them in a private .env and never check them into source control; (5) treat CLI output as untrusted (the SKILL.md explicitly warns this); and (6) if you need higher assurance, request the upstream install script and checksum from the publisher or install the CLI separately and only allow the skill to run commands you inspect.
Capability Analysis
Type: OpenClaw Skill Name: okx-dex-token Version: 2.6.0 The skill bundle contains a high-risk update mechanism in `_shared/preflight.md` that instructs the agent to download and execute shell scripts (`install.sh` or `install.ps1`) directly from a remote GitHub repository. This `curl | sh` pattern represents a significant Remote Code Execution (RCE) risk. While the script includes SHA256 checksum verification to mitigate tampering and the core DEX token analysis features in `SKILL.md` appear legitimate, the automated execution of remote artifacts is a dangerous capability that warrants a suspicious classification.
Capability Tags
cryptorequires-walletcan-make-purchasescan-sign-transactionsrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description map to the provided commands and docs: the SKILL.md expects the onchainos CLI and documents 13 token-related commands, WebSocket endpoints, and helper files. Required capabilities (CLI presence, chain support docs, payment notifications) align with the skill purpose.
Instruction Scope
Runtime instructions direct the agent to use the onchainos CLI and to read several shared markdown files. The shared preflight instructs fetching and executing an installer script from GitHub releases (with checksum verification). That behavior is expected for a CLI-first skill but broadens runtime scope (network fetch + execute).
Install Mechanism
There is no declared install spec, but SKILL.md/_shared/preflight.md tells the agent to download an installer and checksum from GitHub (raw.githubusercontent.com and GitHub releases) and execute it. Using GitHub releases is reasonable, and the doc includes checksum verification, but executing a remote installer remains higher-risk than pure instruction-only skills.
Credentials
The skill declares no required environment variables or credentials. It documents optional WebSocket API key/secret usage for live subscriptions and recommends using .env for local keys — this is proportional and explained in docs.
Persistence & Privilege
always:false and default autonomous invocation are used. The skill's preflight may install binaries under ~/.onchainos or ~/.local/bin (normal CLI install behavior). It does not request elevated platform-wide privileges or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install okx-dex-token
  3. After installation, invoke the skill by name or use /okx-dex-token
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.6.0
**Version 2.6.0 Changelog** - Added support for Market API payment and quota handling, including x402 payment notices and Basic/Premium tier/quota response codes. - New: Skill now parses and renders payment-related notifications from CLI responses, following shared placeholder and confirmation rules. - Expanded skill scope: Now proactively answers questions about API quota, payment, and MARKET_API_*_OVER_QUOTA responses on token endpoints. - Introduced workflow hints for common use cases (Token Research, Daily Brief, New Token Screening, Portfolio Check), suggesting related workflows after certain commands. - Updated skill description to reflect handling of Market API payment, quota, and related user questions.
v2.4.0
Version 2.4.0 - Updated version metadata to 2.4.0. - No file or functional changes detected in this release. - Documentation and usage instructions remain consistent with previous versions.
v2.2.10
**Adds pagination support and data freshness display for selected commands.** - Introduced `--limit` (default 20, max 100) and `--cursor` pagination to `token search`, `token hot-tokens`, `token holders`, and `token top-trader` commands. - Documented usage of the `cursor` field for paging forward through results. - Added guidance for displaying the `requestTime` field (data snapshot time) when available, and clarified its use in follow-up queries. - Provided explicit cache durations (0–3 seconds) for key commands (`token holders`, `token hot-tokens`, `token top-trader`). - Updated documentation version to 2.2.10.
v2.2.7
Version 2.2.7 - Added support files for chain name lookup, preflight checks, Chinese keyword mapping, and WebSocket protocol (`_shared/chain-support.md`, `_shared/preflight.md`, `references/keyword-glossary.md`, `references/ws-protocol.md`) - Expanded number of supported commands from 10 to 13, including new holder cluster analysis and supported chain lookup - Improved safety, edge-case handling, and security rules for user protection - Refined skill routing and command/parameter guidance - Richer documentation for commands, command output, and next-step suggestions - Marked "token safety/honeypot" questions as redirect-only to dedicated security tools
v2.0.0
Version 2.0.0 introduces major upgrades and expanded analytics: - Expanded from 5 to 10 commands, now covering trending tokens, liquidity pools, advanced token info, and top trader analytics. - Supports new features including hot/trending token discovery, Twitter/social mentions ranking, and detailed token safety analysis (honeypot, dev risk, creator history). - Now filters holders and trade history by tags (whale, smart money, sniper, KOL) and addresses, including sniper/bundler metrics. - Adds multi-language support (Chinese crypto slang mapped to features); greatly improved keyword routing. - Enhanced pre-flight checks: stricter installer/binary integrity verification, auto-resolving latest stable versions, and explicit version-drift warnings. - Wallet-related tips now rotate, shown once per conversation to assist users with wallet and keychain actions.
v1.0.2
okx-dex-token v1.0.2 changelog: - Updated SKILL.md to clarify usage guidance and description. - Refined instructions for .env API key variable (now mentions OKX_ACCESS_KEY alternative). - Improved language for user intent routing and simplified exclusion cases in the description. - Incremented skill metadata version to 1.0.2.
v1.0.1
**CLI migration and boundary update for okx-dex-token 1.0.1** - Migrated skill documentation from API usage to using the `onchainos` CLI tool for all token operations. - Added detailed pre-flight checks: auto-installation, update prompts, and instructions to ensure correct CLI usage. - Updated routing guidance: clarified that meme token safety, developer reputation, rug pull checks, bundle/sniper detection, and similar tokens by the same creator now require `okx-dex-market` (not this skill). - Expanded and clarified boundaries between token discovery/analytics (this skill) vs. raw price feeds, candlesticks, and advanced safety/meme analytics (`okx-dex-market`). - Provided clear CLI command examples for the main token workflows (search, trending, price info, holders). - Updated command and chain support documentation for CLI-based usage.
v1.0.0
okx-dex-token 1.0.0 - Initial release for OKX DEX Token Info API. - Supports token search, metadata, detailed price info, trending token rankings, and holder distribution across 20+ chains. - Enables analytics and discovery for tokens on XLayer, Solana, Ethereum, BSC, Polygon, Arbitrum, Base, and more. - Clear skill boundaries: use for discovery, analytics, and rankings—not for raw prices, charts, or trade history (use okx-dex-market instead). - Authentication via HMAC-SHA256 and environment variables.
Metadata
Slug okx-dex-token
Version 2.6.0
License MIT-0
All-time Installs 8
Active Installs 7
Total Versions 8
Frequently Asked Questions

What is Okx Dex Token?

Use this skill for token-level data: search tokens, trending/hot tokens (热门, 代币榜单), liquidity pools, holder distribution (whale/巨鲸, sniper, bundler-tagged ho... It is an AI Agent Skill for Claude Code / OpenClaw, with 700 downloads so far.

How do I install Okx Dex Token?

Run "/install okx-dex-token" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Okx Dex Token free?

Yes, Okx Dex Token is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Okx Dex Token support?

Okx Dex Token is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Okx Dex Token?

It is built and maintained by ok-james-01 (@ok-james-01); the current version is v2.6.0.

💬 Comments