okx-cex-skill-mp

Search, install, update, and verify AI trading skills from the OKX Skills Marketplace.

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/nickthelegend/xorr-monorepo --skill okx-cex-skill-mp-nickthelegend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-cex-skill-mp
Source: https://github.com/nickthelegend/xorr-monorepo/tree/main/.agents/skills/okx-cex-skill-mp
Command: npx skills add https://github.com/nickthelegend/xorr-monorepo --skill okx-cex-skill-mp-nickthelegend

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @okx_ai/okx-trade-cli.

What problem does it solve? Managing third-party AI trading skills is fragmented: finding relevant skills, installing them across multiple agents, keeping them updated, and trusting their integrity all require separate manual steps. This Skill centralizes discovery, installation, update checks, removal, and Ed25519 signature verification of marketplace skills through the okx CLI or MCP tools. ## Core Features & Use Cases - Marketplace Discovery: Search skills by keyword, filter by category, and paginate results to find trading strategies, risk management, and analysis skills. - One-Command Install with Verification: okx skill add downloads a skill, verifies its Ed25519 signature and SHA-256 file integrity, and installs it to all detected agents (Claude Code, Cursor, Windsurf, etc.). - Lifecycle Management: List installed skills, check for newer versions, remove skills, and re-verify signatures on demand without reinstalling. - Use Case: A user asks to find a grid trading skill. The assistant searches the marketplace, installs grid-premium with signature verification, and later checks for updates and re-verifies integrity before use. ## Quick Start Ask the assistant to search the OKX Skills Marketplace for grid trading skills and install the top result with signature verification.

Frequently Asked Questions about okx-cex-skill-mp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install a skill from the OKX Skills Marketplace?

Run `okx skill add <name>` after installing the okx CLI and configuring credentials with `okx config init`. The command downloads the skill, verifies its Ed25519 signature, and installs it to all detected agents in one step.

How do I search for trading skills by category?

Use `okx skill search --categories <id>` to filter by category, or `okx skill categories` to list available category IDs such as trading-strategy and risk-management. Keyword search with pagination is supported via `--page` and `--limit`.

Can I use the skills marketplace without CLI access?

Yes, MCP tools `skills_search`, `skills_get_categories`, and `skills_download` provide search and download functionality when the CLI is unavailable, such as in Claude Desktop. The full install flow (`add`) still requires CLI access.

What happens if skill signature verification fails?

Installation is blocked when Ed25519 signature or SHA-256 integrity verification fails. You can bypass with `okx skill add <name> --force`, but this is recorded in the registry with status `bypassed` and should only be used for trusted sources.

How do I check if an installed skill has an update?

Run `okx skill check <name>` to compare the installed version against the latest marketplace version. To update, run `okx skill add <name>` again, which overwrites the previous version.

Why does skill download fail with error 70003?

Error 70003 (NO_APPROVED_VERSION) means the skill has no approved version available and is pending review. Wait for the review to complete or choose a different skill; error 70002 indicates the skill was deleted from the marketplace.