okx-cex-skill-mp

okx-cex-skill-mp is a skill for Claude Code, Codex from okx/agent-skills. It costs 216 tokens per session (2,357 once invoked), scanned A, a copy of okx-cex-skill-mp, MIT.

A marketplace tool for discovering and managing skills, which are reusable instruction packages that extend a coding or trading agent.

In plain words
What is it for?
Browsing available skills, searching by capability, installing or updating a skill, checking installed skills, and removing skills that are no longer needed.
Why use it?
It provides one way to search, install, update, list, and remove skills instead of handling skill files manually. Marketplace skills come from independent third-party developers and run locally with the agent's permissions.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/me/Downloads/grid-premium.zip.

Good fit Browsing available skills, searching by capability, installing or updating a skill, checking installed skills, and removing skills that are no longer needed.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for okx-cex-skill-mp

README.md
[![agentmods](https://agentmods.dev/badge/skills/okx/agent-skills/okx-cex-skill-mp/github.svg)](https://agentmods.dev/skills/okx/agent-skills/okx-cex-skill-mp)
Your own site
<a href="https://agentmods.dev/skills/okx/agent-skills/okx-cex-skill-mp"><img src="https://agentmods.dev/badge/skills/okx/agent-skills/okx-cex-skill-mp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for okx-cex-skill-mp

Your own site · 80×15
<a href="https://agentmods.dev/skills/okx/agent-skills/okx-cex-skill-mp"><img src="https://agentmods.dev/badge/skills/okx/agent-skills/okx-cex-skill-mp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 216 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,357 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket warn 12 May 2026
  • Snyk warn 12 May 2026
How audits are shown
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00216 $0.02357
Opus 5 $0.00108 $0.01179
Sonnet 5 $0.00043 $0.00471
Haiku 4.5 $0.00022 $0.00236

Measured 3d ago against content hash e983f4700686, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

okx-cex-skill-mp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to okx-cex-skill-mp — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/okx-cex-skill-mp/SKILL.md · 262 lines

How it starts

The opening of the file, as written. The whole thing — 262 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Read the full file on GitHub · 262 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago Changed e983f4700686
  2. 7d ago Changed 4ea190a2f971
  3. 11d ago First seen · 262 lines · 216 tokens per session scan A 0c3c479bdd4c

Subscribe to this mod's changes

okx-cex-skill-mp is a skill published in the GitHub repository okx/agent-skills (172 stars, last pushed 3d ago), licensed MIT. It adds 216 tokens to every session and 2,357 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to okx-cex-skill-mp, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

spec-init

A documentation-first workflow for starting or improving a software project’s specifications and development records.

legeling/PromptHub · 73 tokens

release-sync

PromptHub release update skill. Use for /update-readme, version bumps, changelog updates, website sync, GUI screenshot/doc refresh, and multilingual release/documentation alignment.

legeling/PromptHub · 38 tokens

codex-build

Orchestrate Codex to BUILD code in the background while this Claude Code session (typically Opus) plans and reviews — never babysitting. The session composes the implementation plan, kicks the dev-review runner detached via a background Bash task with --preset codex-build, ENDS ITS TURN, and is woken on exit to run a…

alanshurafa/co-evolution · 181 tokens

co-evolution

General-purpose co-evolution for questions, ideas, drafts, plans, specs, arguments, and markdown documents. Composes or bounces content between agents using [CONTESTED]/[CLARIFY] markers until it converges. Triggers on "co-evolution", "co-evolve", "co evolve", "bounce", "bounce document", "agent bouncer", "refine with…

alanshurafa/co-evolution · 118 tokens

dev-review

Code-focused plan-bounce-execute workflow between Claude Code (Opus) and Codex CLI. Use when the user wants repo files changed, a bug fixed, a feature implemented, or a code plan verified before execution. One AI composes a plan, it bounces between agents with [CONTESTED]/[CLARIFY] markers until refined, then the…

alanshurafa/co-evolution · 176 tokens

prompt_engineering

Expert guide on prompt engineering for 2024-2025 models (GPT-4o, Claude 3.5, o1, o3, Gemini 2.0). Covers reasoning models, delimiters, structured output, and context engineering.

ApexIQ/skillsmith · 55 tokens