okx-cex-trade
The okx-cex-trade skill provides a command-line interface for managing spot, perpetual swap, delivery futures, options, and event contract orders on the OKX exchange. It supports placing, canceling, and amending orders, setting leverage, managing take-profit/stop-loss levels, and executing trailing stops.
Is okx-cex-trade safe to install?
Review the source first: our audit of okx-cex-trade's source files found 50 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to interact with the OKX exchange API, which can result in real financial transactions if not used in demo mode.
How we audit skills: our security review methodology.
Who is this skill for?
Users who need to execute and manage various types of financial trades on the OKX exchange via an AI agent.
What can you do with it?
- Place, cancel, or amend spot, swap, futures, and options orders
- Set take-profit, stop-loss, and trailing stop orders
- Manage leverage for spot margin, swap, and futures positions
- Trade binary outcome event contracts
- Query order history and current position status
How good is this skill?
Quality score: 5/10. The documentation is comprehensive, provides clear security warnings, and includes specific instructions for handling ambiguous user inputs and authentication states.
What does the skill file contain?
# OKX CEX Trading CLI Spot, perpetual swap, delivery futures, **options**, and **event contract** order management on OKX exchange. Place, cancel, amend, and monitor orders; query option chains and Greeks; trade binary outcome event contracts (Yes/No, Up/Down); set take-profit/stop-loss and trailing stops; manage leverage and positions. **Requires API credentials.** > **CLI vs MCP tool names** — Subcommands use spaces (`okx swap algo place`, `okx bot grid create`), not hyphens. Do NOT convert an MCP tool identifier (`swap_place_algo_order`) into a hyphen-joined CLI command (`okx swap place-a...
Frequently asked questions
How do I ensure I am not trading with real money?
Use the --demo flag for OAuth users or select a demo-configured profile via --profile for API Key users. Always verify the mode by checking the output for [mode: demo].
What should I do if I receive an authentication error?
Stop all operations immediately, load the okx-cex-auth skill to re-authenticate, and then retry the command.
How do I handle USDT-denominated sizing for derivatives?
Clarify with the user whether they intend to use notional value or margin cost, then use the appropriate --tgtCcy flag (quote_ccy or margin) and verify contract face values (ctVal) before placing the order.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.