← Back to Skills Marketplace
323
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install okx-pro
Description
完整 OKX 交易所集成,U本位/币本位合约,杠杆交易,止盈止损,仓位管理
Usage Guidance
This skill's instructions are consistent with an OKX trading integration, but the package metadata fails to declare the required API credentials and it is marked always:true. Before installing: (1) do not provide your real exchange API keys until you confirm the skill source and code — prefer testnet or read-only keys first; (2) ask the publisher why credentials are not declared in metadata and why always:true is required; (3) if you proceed, limit key permissions (no withdraw), rotate keys after testing, and store secrets in a secure place; (4) prefer a skill with a verifiable homepage, source repo, or published owner; (5) if you need higher assurance, request the actual code files or a reviewed package rather than an opaque instruction-only skill.
Capability Analysis
Type: OpenClaw Skill
Name: okx-pro
Version: 1.1.0
The skill bundle provides a legitimate and transparent integration for the OKX exchange API, allowing an agent to perform trading and account management tasks. The shell functions in SKILL.md correctly implement the OKX V5 signature process using standard tools (curl, openssl, jq) and communicate exclusively with the official OKX domain (okx.com). There is no evidence of data exfiltration, malicious execution, or prompt injection intended to bypass security controls.
Capability Assessment
Purpose & Capability
Name/description (OKX trading) matches the instructions: it uses OKX V5 endpoints and provides order/position examples. The declared required binaries (curl, jq, openssl) are appropriate for the described functionality.
Instruction Scope
The runtime instructions explicitly require API credentials (either ~/.openclaw/credentials/okx.json or env vars OKX_API_KEY/OKX_SECRET/OKX_PASSPHRASE) and provide shell helpers that sign and send requests. The registry metadata, however, lists no required env vars/credentials — an inconsistency. Instructions otherwise stay within the stated trading scope and do not request unrelated system data.
Install Mechanism
Instruction-only skill with no install spec or downloads; no code files to write to disk. This is the lowest-risk install mechanism.
Credentials
The skill legitimately needs API credentials for OKX, but the skill metadata does not declare any required env vars or primary credential. Requesting three sensitive values (api key, secret, passphrase) is proportionate to the purpose, but the missing declaration in metadata and persistent credential file path means secrets could be present and accessed without the user noticing.
Persistence & Privilege
always: true is set in the registry metadata. That forces the skill to be present/loaded for all agents and increases blast radius if credentials are provided. There is no justification in the SKILL.md for requiring always-on behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install okx-pro - After installation, invoke the skill by name or use
/okx-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Version 1.1.0 introduces major documentation improvements.
- Added detailed bilingual (Chinese/English) technical documentation, including trading parameters, order types, risk controls, and position management.
- Clarified supported trading pairs and API operations in both languages.
- Existing quick start instructions and signature helpers are preserved and reorganized for clarity.
- No changes to core commands or logic, documentation only.
v1.0.0
Initial release of okx-pro skill: full-featured OKX exchange integration.
- Supports USDT-margined & coin-margined contracts, leveraged trading, stop loss/take profit, and position management.
- Includes shell command examples for credentials setup, order placement (spot & futures), closing, stop loss/take profit, leverage, and querying balances/positions/orders.
- Signature helper functions for authenticated requests provided.
- Safety guidelines and links to official documentation included.
- Requires curl, jq, openssl.
Metadata
Frequently Asked Questions
What is Okx Pro?
完整 OKX 交易所集成,U本位/币本位合约,杠杆交易,止盈止损,仓位管理. It is an AI Agent Skill for Claude Code / OpenClaw, with 323 downloads so far.
How do I install Okx Pro?
Run "/install okx-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Okx Pro free?
Yes, Okx Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Okx Pro support?
Okx Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Okx Pro?
It is built and maintained by LostOmato (@icenoodle); the current version is v1.1.0.
More Skills