
Okx Cex Skill Mp
Discover, install, update, and remove OKX marketplace trading skills via the okx CLI for your trading assistant.
Overview
OKX CEX skill MP is an agent skill for the Build phase that connects your assistant to the OKX Skills Marketplace to search, install, update, and remove trading skills via the okx CLI.
Install
npx skills add https://github.com/okx/agent-skills --skill okx-cex-skill-mpWhat is this skill?
- Search and browse OKX Skills Marketplace categories from natural-language requests
- Install, update, and uninstall modular trading skills via CLI or zip packages
- Lists installed skills and checks for marketplace updates
- Requires okx binary from @okx_ai/okx-trade-cli and API credentials for marketplace access
- Explicit boundaries: not for orders, raw market data, or bot management (use sibling OKX skills)
- okx-trade-cli package version 1.3.2
- MIT license metadata in skill frontmatter
Adoption & trust: 5.1k installs on skills.sh; 134 GitHub stars; 1/3 security scanners passed (skills.sh audits).
What problem does it solve?
You want more OKX trading capabilities in your agent but do not know how to search the marketplace, install skills, or manage updates from chat.
Who is it for?
Builders extending an OKX-aware trading assistant with marketplace skill packages and CLI-managed installs.
Skip if: Placing orders, live market data queries, bot lifecycle management, or users without OKX API credentials and the okx CLI.
When should I use this skill?
User asks to find/search/install/add/download/browse/update/remove/list OKX Skills Marketplace skills or skill categories; requires API credentials for marketplace API.
What do I get? / Deliverables
Your agent can run documented marketplace flows—browse, install, list, update, and uninstall skills—while deferring orders and market data to the dedicated OKX trade and market skills.
- Installed or removed marketplace skill packages
- Inventory of installed OKX skills
- Update status from marketplace
Recommended Skills
Journey fit
Marketplace and CLI wiring is integration work while you assemble agent capabilities, not live trade execution or growth analytics. Integrations subphase fits external OKX Skills Marketplace API and npm-installed okx CLI hooks into your agent stack.
How it compares
Marketplace and skill lifecycle integration—not the okx-cex-trade or okx-cex-market execution skills.
Common Questions / FAQ
Who is okx-cex-skill-mp for?
Solo builders running OKX-connected trading agents who need to discover and manage marketplace skill packages from the assistant.
When should I use okx-cex-skill-mp?
During build/integrations when the user asks to find, install, update, list, or remove OKX marketplace skills—not when executing trades or fetching quotes.
Is okx-cex-skill-mp safe to install?
Marketplace skills are third-party content; review the Security Audits panel on this Prism page and vet each installed skill before granting trading-related prompts.
SKILL.md
READMESKILL.md - Okx Cex Skill Mp
# 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/<skill-name>/`). The skill runs entirely on your local machine with your agent's full permissions — treat it with the same caution as installing any third-party software. **Skill routing** - Skill marketplace → `okx-cex-skill-mp` (this skill) - Market data / indicators → `okx-cex-market` - Account balance / positions → `okx-cex-portfolio` - Place / cancel orders → `okx-cex-trade` - Grid / DCA bots → `okx-cex-bot` ## Prerequisites 1. Install `okx` CLI: ```bash npm install -g @okx_ai/okx-trade-cli ``` 2. Configure API credentials (required for marketplace access): ```bash okx config init ``` --- ## Installation Strategy When the user wants to install a skill, follow this order strictly: 1. **Always try `okx skill add <name>` first** — this downloads the skill and installs it to all detected agents (Claude Code, OpenClaw, Cursor, Windsurf, etc.) in one step. 2. **Only if `add` fails**, fall back to manual download: - Tell the user why `add` failed (network error, npx unavailable, permission issue, etc.) - Offer `okx skill download <name> --dir <path>` as an alternative - Guide the user to manually unzip and place files in their agent's skill directory Never skip `add` and go straight to `download` unless `add` has already failed. --- ## Command Reference | # | Command | Description | |---|---------|-------------| | 1 | `okx skill search <keyword>` | Search marketplace by keyword | | 2 | `okx skill search --categories <id>` | Filter skills by category | | 3 | `okx skill categories` | List all available categories | | 4 | `okx skill add <name>` | Download + install to all detected agents | | 5 | `okx skill download <name> [--dir <path>] [--format zip\|skill]` | Download package (default format: zip) | | 6 | `okx skill list` | List locally installed skills | | 7 | `okx skill check <name>` | Check if a newer version is available | | 8 | `okx skill remove <name>` | Uninstall a skill | Add `--json` to any command for raw JSON output. Add `--env` to wrap the output as `{"env", "profile", "d