A read-only CLI tool for accessing real-time OKX exchange market data including prices, candles, and order books without API credentials.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install okx
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install okx using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a powerful interface for fetching public market data directly from the OKX exchange. As a core component of Openclaw Skills, it allows developers and traders to query real-time tickers, OHLCV candle data, and market depth across spot, swap, futures, and options markets. Since all operations are read-only, no API keys or sensitive credentials are required, making it an ideal choice for market research and data analysis within an AI-driven workflow.
By integrating this skill, users can seamlessly transition from market discovery to active trading strategies. Whether you are checking the latest BTC price or analyzing funding rate trends for perpetual swaps, this tool delivers structured, actionable data. It serves as the foundation for more complex financial workflows within the Openclaw Skills ecosystem.
First, ensure you have Node.js installed. Then, install the required CLI tool globally to enable the skill functionality:
npm install -g @okx_ai/okx-trade-cli
Verify the installation by running a simple market query to fetch the current BTC price:
okx market ticker BTC-USDT
No further configuration, environment variables, or API keys are necessary to use this Openclaw Skills integration for public market data.
The skill organizes data based on instrument types and market metrics. Results are typically returned in tables or structured JSON for programmatic use.
| Category | Description | Key Fields |
|---|---|---|
| Tickers | Snapshot of current market state | last, high24h, low24h, vol24h, 24h change % |
| Candles | Historical price movements (OHLCV) | time, open, high, low, close, vol |
| Order Book | Bid and ask levels with liquidity depth | price, size |
| Instruments | Contract and asset details | instId, tickSz, minSz, lotSz, state |
| Funding | Perpetual swap-specific cost data | fundingRate, nextFundingRate, fundingTime |
Loading
A lightweight system health monitor that provides structured JSON reports on resource usage for predictive maintenance.

A sentiment analysis tool for the Openclaw Skills library that uses NLTK VADER to detect emotional tone and urgency in text.

A local execution engine that allows Openclaw agents to connect directly to any API using standard OpenAPI specifications.

A minimal, zero-dependency bash client for facilitating communication between AI agents via GitHub Issues.

A high-performance A-share quantitative system providing 7-dimension market sentiment scoring and 12-strategy intelligent stock selection.

A high-performance Rust-based headless browser CLI designed for AI agents to interact with web pages using structured commands and element referencing.








































