okx-cex-skill-mp

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

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

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. ## Core Features & Use Cases - Marketplace Discovery: Search skills by keyword, filter by category, and browse paginated results with okx skill search and okx skill categories. - Install & Lifecycle Management: Install skills to all detected agents (Claude Code, Cursor, Windsurf, etc.) with okx skill add, list installed skills, check for updates, and remove them. - Signature Verification: Every install verifies Ed25519 signatures and SHA-256 file integrity, with on-demand re-verification via okx skill verify and an explicit --force bypass option. - Use Case: A trader wants a grid trading strategy skill. They search the marketplace, review the results, install grid-premium with one command, and later re-verify its signature to confirm the installed files have not been tampered with. ## Quick Start Ask the assistant to search the OKX Skills Marketplace for grid trading skills and install the one you choose.

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 package, verifies its Ed25519 signature, and installs it to all detected agents in one step.

How do I search for trading skills by keyword or category?

Use `okx skill search <keyword>` to search by keyword, or `okx skill search --categories <id>` to filter by category. Run `okx skill categories` first to list available category IDs, and use `--page` and `--limit` for pagination.

Does okx skill add verify the skill before installing?

Yes, installation verifies the Ed25519 signature and SHA-256 file integrity and blocks the install if verification fails. You can bypass this with `--force`, but the bypass is recorded in the registry with status `bypassed`.

Can I use the marketplace without CLI access?

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

What should I do when okx skill add fails?

Fall back to `okx skill download <name> --dir <path>` to get the zip package, then manually unzip it into your agent's skill directory. Common causes are network errors, npx being unavailable, or permission issues.

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.