okx-cex-smartmoney

okx-cex-smartmoney is a skill for Claude Code, Codex from Dennis-bv/dex-trade-agent-kit. It costs 181 tokens per session (1,469 once invoked), scanned A, original, MIT.

A command-line tool for analysing prominent traders on OKX, including leaderboard rankings, positions, trade records, combined signals, and signal history. “Smart money” here means traders identified by the service as notable or high-performing.

In plain words
What is it for?
Viewing leaderboard traders, tracking their positions and profit or loss, inspecting trade records, and reviewing aggregated consensus signals and their history.
Why use it?
It brings trader rankings and activity into a single analysis workflow, so you can compare traders and review how their positions and signals changed over time.

Skill for Claude CodeCodex

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

Good fit Viewing leaderboard traders, tracking their positions and profit or loss, inspecting trade records, and reviewing aggregated consensus signals and their history.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dennis-bv/dex-trade-agent-kit/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 Dennis-bv/dex-trade-agent-kit --skill okx-cex-smartmoney
Clone the repo
git clone --depth 1 https://github.com/Dennis-bv/dex-trade-agent-kit

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/dennis-bv/dex-trade-agent-kit/okx-cex-smartmoney/github.svg)](https://agentmods.dev/skills/dennis-bv/dex-trade-agent-kit/okx-cex-smartmoney)
Your own site
<a href="https://agentmods.dev/skills/dennis-bv/dex-trade-agent-kit/okx-cex-smartmoney"><img src="https://agentmods.dev/badge/skills/dennis-bv/dex-trade-agent-kit/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/dennis-bv/dex-trade-agent-kit/okx-cex-smartmoney"><img src="https://agentmods.dev/badge/skills/dennis-bv/dex-trade-agent-kit/okx-cex-smartmoney.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 181 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,469 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
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 121
    Skill instructs the agent to never refuse or to always comply. Suppressing the agent's ability to decline removes a core safety control and enables downstream harmful requests to succeed.
    Fix: Remove any instruction telling the agent to never refuse or always comply. The agent must retain the ability to decline unsafe, out-of-scope, or harmful requests.
  • medium Excessive Agency · line 118
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 110
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found 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.00181 $0.01469
Opus 5 $0.00090 $0.00734
Sonnet 5 $0.00036 $0.00294
Haiku 4.5 $0.00018 $0.00147

Measured 13d ago against content hash dc6c87bf4940, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 13d 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

Copies of this mod

1 near-identical copy found in the catalogue:

skills/okx-cex-smartmoney/SKILL.md · 125 lines

How it starts

The opening of the file, as written. The whole thing — 125 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 add-profile AK=<your_api_key> SK=<your_secret_key> PP=<your_passphrase> name=live
    # or interactive wizard:
    okx config init
    
  3. Verify: okx --profile live smartmoney traders --limit 5

Credential & Profile Check

Run okx config show before any authenticated command.

  • Error or no configuration → stop, guide user to run okx config init, wait for completion.
  • Credentials configured → proceed.

On 401 errors: stop immediately, tell the user their credentials may be invalid or expired, guide them to update ~/.okx/config.toml (do NOT ask them to paste credentials into chat), then verify with okx config show and retry.


Skill Routing

User intent Route to skill
Market prices, tickers, candles okx-cex-market
Spot / swap / futures / options orders okx-cex-trade
Account balance, positions, transfers okx-cex-portfolio
Grid / DCA trading bots okx-cex-bot
Simple Earn, On-chain Earn, DCD okx-cex-earn
Smart Money leaderboard, signals, trader analytics This skill

Command Index (5 commands, all read-only)

Trader Data

Command Type Auth Description
smartmoney traders READ Required List/filter traders from leaderboard
smartmoney trader --authorId <id> READ Required Trader full portrait (profile + positions + trades)
smartmoney overview [--ts <ms>|--dataVersion <ver>] READ Required Multi-currency smart money overview (prefer --ts)

Signal Data

Read the full file on GitHub · 125 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. 13d ago First seen · 125 lines · 181 tokens per session scan A dc6c87bf4940

Subscribe to this mod's changes

okx-cex-smartmoney is a skill published in the GitHub repository Dennis-bv/dex-trade-agent-kit (128 stars, last pushed 9d ago), licensed MIT. It adds 181 tokens to every session and 1,469 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories