okx-cex-market
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: okx-cex-market Version: 1.3.3 The okx-cex-market skill bundle is a comprehensive and well-documented interface for accessing public OKX market data and technical indicators. It explicitly defines itself as read-only, requires no API credentials, and includes safety instructions for the AI agent to prevent context window exhaustion (e.g., estimating candle counts). The skill uses a standard npm installation pattern for its CLI tool (@okx_ai/okx-trade-cli) and contains no evidence of malicious intent, data exfiltration, or harmful prompt injection across its SKILL.md or reference files.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the CLI gives locally executed code from npm the ability to run on the user's machine, even though this skill's documented use is read-only market data.
The skill depends on installing and running an external npm CLI package whose code is not included in the supplied artifacts; this is aligned with the market-data CLI purpose, but users should verify package provenance and version before global installation.
npm install -g @okx_ai/okx-trade-cli
Verify that the npm package is the expected OKX package, prefer a pinned version matching the skill version, and install it only from a trusted registry/source.
The agent may make public OKX market-data queries on the user's behalf without asking each time, but the artifacts do not show order placement or account changes.
The skill authorizes the agent to invoke OKX market commands without additional confirmation; the documented commands are read-only and public, so this is proportionate but still worth users noticing.
No confirmation needed before running any market command.
Use this for read-only market lookups; request confirmation for broad scans or any workflow that transitions into account, bot, or trading actions.
