okx-cex-smartmoney

okx-cex-smartmoney is a skill for Claude Code, Codex from okx/agent-skills. It costs 200 tokens per session (3,009 once invoked), scanned A, a copy of okx-cex-smartmoney, MIT.

A command-line analytics tool for studying high-performing or publicly tracked traders on OKX. Its smart-money data covers trader rankings, positions, trades, past closed positions, and combined signals.

In plain words
What is it for?
Viewing trader leaderboards, tracking positions, examining trade records and closed-position history, and reviewing aggregated consensus signals and their history.
Why use it?
It gives an agent structured information about selected traders and their activity instead of requiring manual inspection of exchange pages. It requires configured OKX credentials.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Viewing trader leaderboards, tracking positions, examining trade records and closed-position history, and reviewing aggregated consensus signals and their history.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okx/agent-skills/okx-cex-smartmoney
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add okx/agent-skills --skill okx-cex-smartmoney
Clone the repo
git clone --depth 1 https://github.com/okx/agent-skills

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-smartmoney

README.md
[![agentmods](https://agentmods.dev/badge/skills/okx/agent-skills/okx-cex-smartmoney/github.svg)](https://agentmods.dev/skills/okx/agent-skills/okx-cex-smartmoney)
Your own site
<a href="https://agentmods.dev/skills/okx/agent-skills/okx-cex-smartmoney"><img src="https://agentmods.dev/badge/skills/okx/agent-skills/okx-cex-smartmoney/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-smartmoney

Your own site · 80×15
<a href="https://agentmods.dev/skills/okx/agent-skills/okx-cex-smartmoney"><img src="https://agentmods.dev/badge/skills/okx/agent-skills/okx-cex-smartmoney.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 200 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,009 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 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.00200 $0.03009
Opus 5 $0.00100 $0.01504
Sonnet 5 $0.00040 $0.00602
Haiku 4.5 $0.00020 $0.00301

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

Security

Grade A, and why

okx-cex-smartmoney scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Network errors:** If commands fail with a connection error, prompt user to check VPN: `curl -I https://www.okx.com`
Origin

This is a copy

100% identical to okx-cex-smartmoney — 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-smartmoney/SKILL.md · 157 lines

How it starts

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

OKX CEX Smart Money CLI

Smart Money leaderboard, trader analytics, position tracking, and aggregated consensus signals.

Preflight

Before running any command, follow ../_shared/preflight.md. Use metadata.version from this file's frontmatter as the reference for Step 2.

Prerequisites

  1. Install okx CLI:
    npm install -g @okx_ai/okx-trade-cli
    
  2. Configure credentials:
    okx config init   # select site -> follow browser OAuth flow
    
  3. Verify: okx smartmoney traders-by-filter --limit 5

Security: NEVER accept credentials in chat. Guide users to okx config init for setup.


Credential & Profile Check

Run both commands before any authenticated command — the apiKey field from okx auth status --json is the auth-binary's internal state and is always false regardless of whether ~/.okx/config.toml has an API-key profile. okx config show --json is the only authoritative source for API-key presence. The auth method is detected during preflight Step 2 and remembered for the session.

okx config show --json      # reveals API-key profiles (TOML config)
okx auth status --json      # reveals OAuth session state (auth-binary state)

Apply in this order — first match wins:

  • config show --json has any profile with a non-empty api_key field → API Key mode. Proceed.
  • No API-key profile AND auth status --json returns "status":"logged_in"OAuth mode. Proceed.
  • No API-key profile AND "status":"pending" — login is in progress, wait for it to complete.
  • No API-key profile AND "status":"not_logged_in"stop, load okx-cex-auth skill and follow login steps, wait for completion.

Smart Money does not support demo mode (leaderboard data is live-only). Always use live mode silently — don't mention it unless there's an error.

  • API Key users: use --profile <live-profile> (the profile without demo=true).
  • OAuth users: no flag needed (live is the default).

Read the full file on GitHub · 157 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago Changed d07a9ca8a353
  2. 7d ago Changed 562fb94d8ed8
  3. 11d ago First seen · 157 lines · 200 tokens per session scan A 0c787da5b580

Subscribe to this mod's changes

okx-cex-smartmoney is a skill published in the GitHub repository okx/agent-skills (172 stars, last pushed 4d ago), licensed MIT. It adds 200 tokens to every session and 3,009 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to okx-cex-smartmoney, differing in 0 lines, and is treated as a copy.