OKX Skills Marketplace
Browse, search, install, and manage AI trading skills from the OKX Skills Marketplace. Skills are modular AI prompt packages that extend your trading assistant's capabilities — covering market analysis, trade execution, risk management, and portfolio optimization.
⚠️ Third-Party Content Notice
Skills available on the OKX Skills Marketplace are created and published by
independent third-party developers
, not by OKX. OKX does not author, review, endorse, or take responsibility for the content, accuracy, or behavior of any third-party skill. Always review a skill's SKILL.md before use, and only install skills from authors you trust.
When a skill is installed via
okx skill add
, it is downloaded from the marketplace and saved locally to your agent's skill directory (e.g.,
~/.agents/skills/
Command
Description
1
okx skill search okx skill add <name> to install.
Search with category filter:
okx skill search
--categories
trading-strategy
Pagination (response includes
totalPage
for total pages):
okx skill search grid
--page
2
--limit
5
Output: "3 skills found (page 2/4). Use okx skill add <name> to install."
- Browse Categories okx skill categories Output: ID NAME trading-strategy Trading Strategy risk-management Risk Management analysis Market Analysis
- Install a Skill okx skill add grid-premium Output: Downloading grid-premium... Installing to detected agents... ✓ Skill "grid-premium" v1.2.0 installed What happens under the hood: Downloads skill zip from OKX marketplace API Extracts and validates the package (checks SKILL.md exists, reads metadata) Runs npx skills add to install to all locally detected agents Records the installation in ~/.okx/skills/registry.json
- Download Only (No Install) When add fails or the user wants the raw package: okx skill download grid-premium --dir ~/Downloads/ Output: ✓ Downloaded grid-premium.zip Path: /Users/me/Downloads/grid-premium.zip To download as .skill format (for agents that recognize the extension): okx skill download grid-premium --dir ~/Downloads/ --format skill The zip contains: SKILL.md — the skill's main instruction file _meta.json — metadata (name, version, title, description) reference/ — optional supporting documents
- List Installed Skills okx skill list Output: NAME VERSION INSTALLED AT grid-premium 1.2.0 2026-03-25 10:30:00 dca-smart 2.1.0 2026-03-20 14:00:00 2 skills installed.
- Check for Updates
okx skill check grid-premium
Output:
grid-premium: installed v1.0.0 → latest v1.2.0 (update available)
Use
okx skill add grid-premiumto update. To update, simply run okx skill addagain — it overwrites the previous version. - Remove a Skill okx skill remove grid-premium Output: ✓ Skill "grid-premium" removed MCP Tools (Alternative) When the CLI is unavailable (e.g., Claude Desktop without terminal access), the same marketplace functionality is available via MCP tools: MCP Tool Equivalent CLI Description skills_search okx skill search Search by keyword/category. Response includes totalPage for pagination. skills_get_categories okx skill categories List categories skills_download okx skill download Download package to directory (default format: .skill ; pass format: "zip" for zip) Note: MCP tools only support search and download. The full install flow ( add ) requires CLI access. Error Handling Error Meaning Action 70002 SKILL_DELETED Skill has been removed from marketplace Choose a different skill 70003 NO_APPROVED_VERSION No approved version available Skill is pending review, try later 70030 VERSION_NOT_APPROVED Version not yet approved for download Wait for review or use an older version 50111/50112/50113 Authentication error Run okx config init to set up credentials npx skills add fails npx not available or network issue Use okx skill download instead, then manually install