okx-cex-trade
Analysis
This OKX trading skill is coherent and not obviously malicious, but it can use exchange credentials to place real crypto, derivatives, options, and event-contract trades, so it deserves careful review before installation.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Place, cancel, amend, and monitor orders; ... trade binary outcome event contracts ... set take-profit/stop-loss and trailing stops; manage leverage and positions. Requires API credentials.
The skill explicitly grants the agent real exchange-trading authority, including leveraged and derivative-style actions that can materially change the user's financial positions.
package: "@okx_ai/okx-trade-cli@1.3.2" ... npm install -g @okx_ai/okx-trade-cli
The skill is otherwise instruction-only but asks the user to install a global npm CLI that will handle trading commands and credentials; this is disclosed and purpose-aligned, but the package code is not part of the provided artifacts and the setup command shown is not version-pinned.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
okx config show --json # reveals API-key profiles (TOML config) okx auth status --json # reveals OAuth session state
The skill directs the agent to inspect and use local OKX API-key profiles or OAuth session state before authenticated trading commands.
