Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
okx avatar

Okx Cex Skill Mp

  • 6.6k installs
  • 159 repo stars
  • Updated July 22, 2026
  • okx/agent-skills

okx-cex-skill-mp is an agent skill for Use this skill when the user asks to: 'find a trading skill', 'search for skills', 'install a skill', 'add a skill', 'download a skill', 'browse skill marketplace', 'what skills ar

About

Use this skill when the user asks to: 'find a trading skill', 'search for skills', 'install a skill', 'add a skill', 'download a skill', 'browse skill marketplace', 'what skills are available', 'update a skill', 'check for skill updates', 'remove a skill', 'uninstall a skill', 'list installed skills', 'show my skills', 'skill categories', 'verify skill signature', 'verify installed skill', 're-ver --- name: okx-cex-skill-mp description: "Use this skill when the user asks to: 'find a trading skill', 'search for skills', 'install a skill', 'add a skill', 'download a skill', 'browse skill marketplace', 'what skills are available', 'update a skill', 'check for skill updates', 'remove a skill', 'uninstall a skill', 'list installed skills', 'show my skills', 'skill categories', 'verify skill signature', 'verify installed skill', 're-verify a skill', 'check skill integrity', or any request to discover, install, update, verify, or manage AI trading skills from the OKX Skills Marketplace.

  • OKX Skills Marketplace
  • 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`

Okx Cex Skill Mp by the numbers

  • 6,623 all-time installs (skills.sh)
  • +137 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #112 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

okx-cex-skill-mp capabilities & compatibility

Capabilities
okx skills marketplace · skill marketplace → `okx cex skill mp` (this ski · market data / indicators → `okx cex market` · account balance / positions → `okx cex portfolio · place / cancel orders → `okx cex trade`
Use cases
documentation
From the docs

What okx-cex-skill-mp says it does

This skill covers searching, browsing categories, installing via CLI, downloading zip packages, checking for updates, removing installed skills, and verifying Ed25519 signatures of installed skills.
SKILL.md
Requires API credentials for marketplace API access.
SKILL.md
Skills are modular AI prompt packages that extend your trading assistant's capabilities — covering market analysis, trade execution, risk management, and portfolio optimization.
SKILL.md
npx skills add https://github.com/okx/agent-skills --skill okx-cex-skill-mp

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs6.6k
repo stars159
Security audit1 / 3 scanners passed
Last updatedJuly 22, 2026
Repositoryokx/agent-skills

When should developers use okx-cex-skill-mp and what problem does it solve?

Use this skill when the user asks to: 'find a trading skill', 'search for skills', 'install a skill', 'add a skill', 'download a skill', 'browse skill marketplace', 'what skills are available', 'updat

Who is it for?

Developers working with okx-cex-skill-mp patterns described in the skill documentation.

Skip if: Skip when cached docs are empty or the task is outside the skill's documented scope.

When should I use this skill?

Use this skill when the user asks to: 'find a trading skill', 'search for skills', 'install a skill', 'add a skill', 'download a skill', 'browse skill marketplace', 'what skills are available', 'updat

What you get

Grounded guidance and workflows from SKILL.md for okx-cex-skill-mp.

  • Installed trading skill packages
  • Local installed-skills list
  • Marketplace search and category results

By the numbers

  • Covers 6 marketplace operations: search, browse categories, install, update, list installed, and remove skills

Files

SKILL.mdMarkdownGitHub ↗

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:

   npm install -g @okx_ai/okx-trade-cli

2. Configure API credentials (required for marketplace access):

   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

#CommandDescription
1okx skill search <keyword>Search marketplace by keyword
2okx skill search --categories <id>Filter skills by category
3okx skill categoriesList all available categories
4okx skill add <name>Download + install to all detected agents
5`okx skill download <name> [--dir <path>] [--format zip\skill]`
6okx skill listList locally installed skills
7okx skill check <name>Check if a newer version is available
8okx skill remove <name>Uninstall a skill
9okx skill verify <name>Re-verify an installed skill's signature on demand

Add --json to any command for raw JSON output. Add --env to wrap the output as {"env", "profile", "data"}.

---

Commands in Detail

1. Search Skills

okx skill search grid

Output:

  NAME              VERSION   DESCRIPTION
  grid-premium      1.2.0     Enhanced grid trading with technical analysis
  grid-dca          1.0.0     Grid strategy combined with DCA

2 skills found (page 1/1). Use `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."

2. Browse Categories

okx skill categories

Output:

  ID                  NAME
  trading-strategy    Trading Strategy
  risk-management     Risk Management
  analysis            Market Analysis

3. Install a Skill

okx skill add grid-premium

Output:

Downloading grid-premium...
Verifying signature...
  Signature verified (key: okx-skill-signing-key-2026, files: 3)
Installing to detected agents...
✓ Skill "grid-premium" v1.2.0 installed
  Note: This skill was created by a third-party developer, not by OKX. Review SKILL.md before use.

What happens under the hood: 1. Downloads skill zip from OKX marketplace API 2. Extracts and validates the package (checks SKILL.md exists, reads metadata) 3. Verifies Ed25519 signature and SHA-256 file integrity — blocks installation if verification fails 4. Runs npx skills add to install to all locally detected agents 5. Records the installation (including verification status) in ~/.okx/skills/registry.json

Force-install (bypass verification):

okx skill add grid-premium --force
⚠️ Security warning: --force bypasses signature verification and installs the skill even if verification fails. Only use this if you trust the source and understand the risk. The bypass is recorded in the registry with status bypassed.

4. 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

5. 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.

6. 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-premium` to update.

To update, simply run okx skill add <name> again — it overwrites the previous version.

7. Remove a Skill

okx skill remove grid-premium

Output:

✓ Skill "grid-premium" removed

8. Verify a Skill's Signature

Re-run signature verification on an already-installed skill without reinstalling it:

okx skill verify grid-premium

Output (success):

✓ grid-premium: signature verified (key: okx-skill-signing-key-2026, files: 3)

Output (failure):

✗ grid-premium: verification failed — Invalid signature
  • Exit code is 1 on failure.
  • Result is persisted back to ~/.okx/skills/registry.json.
  • Use --json for machine-readable output.

---

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 ToolEquivalent CLIDescription
skills_searchokx skill searchSearch by keyword/category. Response includes totalPage for pagination.
skills_get_categoriesokx skill categoriesList categories
skills_downloadokx skill downloadDownload 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

ErrorMeaningAction
70002 SKILL_DELETEDSkill has been removed from marketplaceChoose a different skill
70003 NO_APPROVED_VERSIONNo approved version availableSkill is pending review, try later
70030 VERSION_NOT_APPROVEDVersion not yet approved for downloadWait for review or use an older version
50111/50112/50113Authentication errorRun okx config init to set up credentials
npx skills add failsnpx not available or network issueUse okx skill download instead, then manually install

Related skills

Forks & variants (1)

Okx Cex Skill Mp has 1 known copy in the catalog totaling 25 installs. They canonicalize to this original listing.

  • okx - 25 installs

How it compares

Pick okx-cex-skill-mp over generic skill installers when modules must come from the OKX Skills Marketplace with CLI lifecycle support.

FAQ

What does okx-cex-skill-mp do?

Use this skill when the user asks to: 'find a trading skill', 'search for skills', 'install a skill', 'add a skill', 'download a skill', 'browse skill marketplace', 'what skills are available', 'update a skill', 'check f

When should I invoke okx-cex-skill-mp?

Use this skill when the user asks to: 'find a trading skill', 'search for skills', 'install a skill', 'add a skill', 'download a skill', 'browse skill marketplace', 'what skills are available', 'update a skill', 'check f

Where is the source documentation?

Ground claims in SKILL.md excerpts and linked reference files from the cached docs.

Is Okx Cex Skill Mp safe to install?

skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Marketing & SEOseocontent

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.