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.
npx skills add Dennis-bv/dex-trade-agent-kit --skill okx-cex-authgit clone --depth 1 https://github.com/Dennis-bv/dex-trade-agent-kitWrote 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.
[](https://agentmods.dev/skills/dennis-bv/dex-trade-agent-kit/okx-cex-auth)<a href="https://agentmods.dev/skills/dennis-bv/dex-trade-agent-kit/okx-cex-auth"><img src="https://agentmods.dev/badge/skills/dennis-bv/dex-trade-agent-kit/okx-cex-auth/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.
<a href="https://agentmods.dev/skills/dennis-bv/dex-trade-agent-kit/okx-cex-auth"><img src="https://agentmods.dev/badge/skills/dennis-bv/dex-trade-agent-kit/okx-cex-auth.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00228 | $0.04485 |
| Opus 5 | $0.00114 | $0.02243 |
| Sonnet 5 | $0.00046 | $0.00897 |
| Haiku 4.5 | $0.00023 | $0.00449 |
Grade A, and why
okx-cex-auth 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 12d 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.
This is a copy
97% identical to okx-cex-auth — 17 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.
How it starts
The opening of the file, as written. The whole thing — 328 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OKX CEX Authentication
OAuth 2.0 device flow authentication for OKX CLI. Guides first-time setup, re-authentication after session expiry, and logout.
Supported Sites
| Site | Region | URL |
|---|---|---|
global |
Global | www.okx.com |
eea |
EEA | my.okx.com |
us |
US | app.okx.com |
Site is a separate dimension from auth method. Both API-key and OAuth paths require a site. Once selected, a site is persisted:
- API-key users:
profile.sitein~/.okx/config.toml(written byokx config init). - OAuth users: saved inside the
okx-authbinary state the first timeokx auth login --site <X>succeeds, and returned byokx auth status --jsonas thesitefield.
There is no okx config set-site command — site cannot be persisted independently of an auth attempt. For OAuth flows, the agent must remember the user's choice within the conversation and pass --site <X> on okx auth login.
Prerequisites
Install okx CLI if not already installed:
npm install -g @okx_ai/okx-trade-cli
Step 0: Pre-flight Check (MANDATORY)
Unconditional rule — do NOT skip Step 0 under any circumstances. Even if a prior skill (preflight, okx-cex-portfolio, etc.) already ran auth status and passed you a conclusion like "user is not_logged_in, go log in" — you MUST re-run the two commands below yourself and walk Steps 0.1 → 0.2 → 0.3 in order. Upstream tool output does not substitute for your own pre-flight. The single most common failure mode for this skill is an agent that reads an upstream "not authenticated" signal, skips Step 0.1 site selection, and calls okx auth login with a silently-defaulted site.
Run both in parallel:
okx config show --json
okx auth status --json
Then apply the following three checks in strict order — each step short-circuits the rest.
Step 0.1 — Site check (independent of auth mode)
A site is considered already selected if either is true:
config show --jsonhas any profile with a non-emptysitefield, ORauth status --jsonreturns a non-emptysitefield ANDstatusislogged_inorpending.
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.
- 12d ago First seen · 328 lines · 228 tokens per session scan A 0d7be18a8dc1
okx-cex-auth is a skill published in the GitHub repository Dennis-bv/dex-trade-agent-kit (128 stars, last pushed 9d ago), licensed MIT. It adds 228 tokens to every session and 4,485 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to okx-cex-auth, differing in 17 lines, and is treated as a copy.
Other skills, from other repositories
smart-order-router
Intelligent order routing to get best execution across multiple exchanges.
cost-efficiency-analyzer
Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for "are we spending too…
tinker-training-cost
Calculates training costs for Tinker fine-tuning jobs. Use when estimating costs for Tinker LLM training, counting tokens in datasets, or comparing Tinker model training prices. Tokenizes datasets using the correct model tokenizer and provides accurate cost estimates.
onboarding
First-time user onboarding to set up investment profile, watchlists, portfolio, and preferences.
chart-annotation
Draw price lines, trendlines, zones, and event markers directly on a stock's price chart — reach for it whenever you'd otherwise describe a level, pattern, or event in prose. Renders live on MarketView and as a clickable preview card in any other chat.
check-deck
Investment deck QC: number consistency, data-narrative alignment, IB language, formatting audit.