← Back to Skills Marketplace
numpy0001

okx-cex-market

by numpy0001 · GitHub ↗ · v1.3.2 · MIT-0
cross-platform ⚠ suspicious
728
Downloads
0
Stars
8
Active Installs
9
Versions
Install in OpenClaw
/install okx-cex-market
Description
Use this skill when the user asks for: price of any asset, ticker, order book, candles, OHLCV, funding rate, open interest, OI change scanner, market screene...
Usage Guidance
This skill appears to be a read-only OKX market-data helper, but there are a few things to check before installing or running it: - Confirm the install step: SKILL.md asks you to run `npm install -g @okx_ai/[email protected]` and requires an `okx` binary. The registry record earlier said no install was required — verify which is authoritative. Inspect the npm package page and its source (or the package tarball) to ensure it matches expectations and is published by a legitimate maintainer. - Global npm installs run code locally and require network access; prefer installing in an isolated environment/container or using a local inspection (npm pack + inspect) before doing `-g` installs. - The SKILL.md references `../_shared/preflight.md` (outside the skill). Ask for that file or inspect what preflight steps would do before giving the agent permission to follow them; external references can cause unexpected reads. - The skill claims no credentials are needed and the command set is read-only, but the installed CLI will contact OKX endpoints (network I/O). If you have policy concerns, run the CLI with network monitoring or in a sandbox. If you want more assurance, provide the npm package URL or the package's source repository and I can check for red flags (unexpected postinstall scripts, telemetry, or code that accesses unrelated local files).
Capability Analysis
Type: OpenClaw Skill Name: okx-cex-market Version: 1.3.2 The skill bundle provides a comprehensive and well-documented interface for accessing public OKX market data, including prices, technical indicators, and instrument specifications. The instructions in SKILL.md and the reference files (such as indicator-commands.md and price-data-commands.md) emphasize that all operations are read-only and require no API credentials. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the bundle's logic is strictly aligned with its stated purpose of market data retrieval.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose (read-only market data, no credentials) matches the CLI commands listed in SKILL.md. However the top-level registry requirements (none) conflict with the SKILL.md frontmatter which declares a required binary `okx` and an npm install of `@okx_ai/[email protected]`. Installing an OKX CLI is reasonable for this purpose, but the mismatch between registry metadata and the skill's own frontmatter is incoherent and worth confirming.
Instruction Scope
SKILL.md only documents running read-only market commands via the OKX CLI and how to format flags; it does not request credentials or reading arbitrary local secrets. One instruction points to `../_shared/preflight.md` (outside the skill bundle) which could cause the agent to attempt to read a shared file or follow extra preflight steps — this external reference is out-of-band and should be checked. Otherwise the instructions stay within the stated market-data scope.
Install Mechanism
There is no install spec in the registry record, but the SKILL.md frontmatter includes an install step: `npm install -g @okx_ai/okx-trade-cli` and declares the `okx` binary. Installing a global npm package is a moderate-risk action (network download and code executed locally). This is a plausible install for a CLI-based market data skill, but the missing/contradictory install metadata and a global npm install warrant extra verification (inspect package on npmjs, confirm publisher, check package contents).
Credentials
The skill explicitly claims no API credentials are required and the registry lists no required env vars or config paths. SKILL.md consistently describes only public market-data calls. No credential or secret access is requested in the files provided.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and may be invoked autonomously (the platform default), which is expected for skills. There is no evidence it modifies other skills or system configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install okx-cex-market
  3. After installation, invoke the skill by name or use /okx-cex-market
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.2
okx-cex-market v1.3.2 - Updated CLI dependency to @okx_ai/[email protected] in install instructions. - Minor clarifications and corrections to skill description and asset examples. - No changes to functionality or commands. - Documentation improvements for consistency.
v1.3.1
okx-cex-market 1.3.1 adds advanced open interest analytics and screening features. - Added open interest history and bar-over-bar OI change commands. - Introduced `filter`, `oi-history`, and `oi-change` for market screening, top movers, and OI scanners. - Updated description to include OI change scanner, market screener/filter, and open interest history. - Expanded command index and operation flow for new screener and OI features.
v1.3.0
**Expanded indicator support and command interface improvements.** - Adds `okx market indicator list` command to enumerate all available technical indicators and their descriptions. - Market indicator command now supports over 70+ indicators; deprecates explicit BTC cycle indicators like `pi-cycle`. - The indicator command description and edge cases have been updated for improved clarity and coverage of supported names. - New `--env` output flag wraps command results with top-level environment/profile metadata. - Documentation updates across all command references for consistency with new indicator features.
v1.2.8
**Expanded asset coverage and historical data access for market queries.** - Added support for metals (gold, silver), commodities (oil, natural gas), forex rates (EUR/USD, etc.), bonds, and broader non-crypto assets via `instruments-by-category`. - Updated main command index: introduced `okx market instruments-by-category` for asset discovery; marked `stock-tokens` as deprecated. - Enabled fetching of deeper historical price data using `--after` and `--before` flags with paginated candles, supporting queries back to 2021. - Implemented an estimation step: warn users and request confirmation before large-range candle fetches (over 500 candles) to protect context space. - Clarified environment handling: public market data is unaffected by demo/live profile, but always report active environment if relevant to user. - Minor documentation clarifications and process flow improvements.
v1.2.7
okx-cex-market 1.2.7 - No code or documentation changes detected in this release. - Functionality, usage, and documentation remain unchanged from the previous version.
v1.2.6
**Expanded with technical indicators, stock tokens, and detailed references for market data queries.** - Added support for technical indicator queries (RSI, MACD, EMA, MA, BB, KDJ, SuperTrend, AHR999, cycle tools, etc.). - Introduced new commands for stock token perpetuals (e.g., TSLA, NVDA). - Added detailed command references: price data, derivatives, indicators, instruments, and workflows. - Updated skill description to include technical indicators and stock token discovery. - Improved command index and clarified instrument ID formats and routing. - Refined operation steps and expanded edge case documentation.
v1.2.1
- Switched metadata from the deprecated moltbot block to the new agent block. - No functional or interface changes; only metadata formatting updated in SKILL.md.
v1.2.0
okx-cex-market 1.2.0 - Version bump to 1.2.0 with no file changes detected. - No new features, fixes, or documentation updates in this release.
v1.1.9
- Updated SKILL.md to provide detailed documentation on public market data commands for OKX (e.g., prices, order books, candles, funding rates, open interest, and instrument info). - Clarified that all commands are read-only and do not require API credentials. - Added usage guidance, CLI command examples, and cross-skill workflow examples for integrating with portfolio, trading, and bot skills. - Included a comprehensive command index and operation flow for quick reference.
Metadata
Slug okx-cex-market
Version 1.3.2
License MIT-0
All-time Installs 8
Active Installs 8
Total Versions 9
Frequently Asked Questions

What is okx-cex-market?

Use this skill when the user asks for: price of any asset, ticker, order book, candles, OHLCV, funding rate, open interest, OI change scanner, market screene... It is an AI Agent Skill for Claude Code / OpenClaw, with 728 downloads so far.

How do I install okx-cex-market?

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

Is okx-cex-market free?

Yes, okx-cex-market is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does okx-cex-market support?

okx-cex-market is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created okx-cex-market?

It is built and maintained by numpy0001 (@numpy0001); the current version is v1.3.2.

💬 Comments