By okx
Manage OKX cryptocurrency operations via CLI: trading spot/derivatives/event contracts, staking and earn products, grid and DCA bots, portfolio tracking, market data queries, smart money analytics, and crypto news/sentiment aggregation.
Automatically monitors OKX Flash Earn, Fixed Earn and Flexible Earn opportunities, sends push notifications, and guides subscription. 自动监控 OKX 闪赚、定期和活期赚币机会,推送通知并引导申购。Use when user says: 有闪赚通知我, 监控赚币, monitor earn, notify me about earn, 定时检查理财, 执行 earn-hunter 扫描, earn-hunter scan, 活期年化高了通知我, 监控活期.
Use this skill when the user wants to 'login/log in/sign in', 'authenticate', 'authorize', 'connect OKX account', 'set up credentials', 'first time setup', 'configure okx', '登录', '授权', '认证', '连接账户', '首次配置'. Also when any OKX CLI command fails with an auth error: 'Run okx auth login first', 'Session expired', 'not authenticated', 'requires_auth', '401 Unauthorized', 'token expired/not found', 'StorageNotFoundError', '会话过期', '未认证', '需要登录'. Also when the user asks about login status or the login was interrupted. Also when the user wants to install/update/check/remove the okx-auth binary — 'install/update/remove auth', 'download okx-auth', '安装/更新/卸载认证', 'auth binary status', 'Failed to spawn okx-auth'. Also use before using okx-cex-trade/portfolio/earn/bot for the first time. Do NOT use for market data queries (use okx-cex-market).
Manage Grid bots (spot/contract/coin-margined) and DCA Martingale bots (Spot DCA 现货马丁 / Contract DCA 合约马丁) on OKX. Covers create, stop, amend, monitor P&L, TP/SL, margin/investment adjustment, and AI-recommended parameters. Requires API credentials. Not for regular orders (okx-cex-trade), market data (okx-cex-market), or account info (okx-cex-portfolio).
Manages OKX Simple Earn (flexible savings/lending), Flash Earn, On-chain Earn (staking/DeFi), Dual Investment (DCD/双币赢), and AutoEarn (自动赚币) via the okx CLI. Use this skill whenever the user wants to check earn balances, browse flash-earn projects, subscribe or redeem earn products, view or set lending rates, monitor on-chain staking orders, interact with dual investment structured products, or manage auto-earn — even if phrased casually as 活期赚币, 定期赚币, 闪赚, 赚币, 申购, 赎回, 链上赚币, 质押, 理财, 双币赢, 双币理财, 双币申购, 高卖, 低买, dual investment, DCD, flash earn, buy low, sell high structured product, earn with target price, 目标价, 自动赚币, auto earn, auto-earn, 自动借出, 自动质押, auto lend, auto staking, USDG earn, USDG 赚币, 闲置资金自动理财, fixed earn, fixed deposit, term deposit, 定期理财, 定期. Also use when the user asks about idle funds and whether to earn on them.
Use this skill when the user asks for: price of any asset, ticker, order book, candles, OHLCV, funding rate, open interest, OI change scanner, market screener (top movers, high-volume, newly listed), mark price, index price, recent trades, instrument list, stock tokens, metals prices (gold, XAU, XAG), commodities (oil, OIL), forex rates (EUR/USD, EURUSDT), bond instruments, non-crypto assets, or any technical indicator query (RSI, MACD, EMA, Bollinger Bands, KDJ, SuperTrend, AHR999, BTC rainbow, and 70+ more). All commands are read-only and do NOT require API credentials. Do NOT use for account balance/positions (okx-cex-portfolio), placing/cancelling orders (okx-cex-trade), or bots (okx-cex-bot).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub okx/agent-skillsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of AI agent skills for OKX exchange operations. Each skill is a self-contained Markdown file with YAML frontmatter that tells an AI agent when to activate and how to execute tasks via the okx CLI.
| Skill | Description | Auth Required |
|---|---|---|
okx-cex-auth | OAuth login / API-key setup, plus install/update/remove of the okx-auth helper binary. Activated on first run or whenever a command returns 401 / session expired. | Setup |
okx-cex-market | Public market data: prices, tickers, order books, candles, funding rates, open interest, instruments, stock tokens, metals/forex, and 70+ technical indicators (RSI, MACD, EMA, Bollinger, KDJ, SuperTrend, AHR999, BTC rainbow…). | No |
okx-cex-trade | Order management: spot, perpetual swap, dated futures, options, event contracts. TP/SL, trailing stop, iceberg, TWAP, conditional/OCO algo orders. | Yes |
okx-cex-portfolio | Account operations: balances, positions, P&L, trading fees, account config, fund transfers, position-mode switching. | Yes |
okx-cex-bot | Grid bots (spot / USDT-margined / coin-margined contract) and DCA Martingale bots (Spot DCA / Contract DCA). Create, amend, stop, monitor, AI-recommended parameters. | Yes |
okx-cex-earn | Simple Earn (flexible / fixed-term / lending), Flash Earn, On-chain Earn (staking / DeFi), Dual Investment (DCD / 双币赢), AutoEarn (自动赚币). | Yes |
okx-cex-smartmoney | Smart-money analytics: leaderboard traders, position tracking, trade records, consensus signals, signal history. | Yes |
okx-sentiment-tracker | Crypto news, coin-level sentiment analysis, trending coins, social buzz, market mood. | Yes |
okx-cex-skill-mp | OKX Skills Marketplace: search, browse, install, update, remove skill packs. | Yes |
okx CLI installed:
npm install -g @okx_ai/okx-trade-cli
okx-cex-auth skill (recommended for end users)~/.okx/config.toml directly:
okx config init
Each skill is a Markdown file with a YAML frontmatter header:
---
name: skill-name
description: "Trigger description for the AI agent routing system."
license: MIT
metadata:
author: okx
version: "1.3.3"
homepage: "https://www.okx.com"
agent:
requires:
bins: ["okx"]
install:
- id: npm
kind: node
package: "@okx_ai/[email protected]"
bins: ["okx"]
label: "Install okx CLI (npm)"
---
The description field drives agent routing — it enumerates natural-language phrases and scenarios that should trigger the skill. Skills with a references/ subdirectory use {baseDir} as a runtime-resolved path pointing to the skill's own directory.
Description length limit: Codex CLI enforces a 1024-character maximum on this field. Target ≤ 900 characters to leave headroom for future trigger additions.
Skills may share helpers via the top-level skills/_shared/ directory (e.g. preflight.md for credential / profile checks).
Skills are loaded by AI coding agents — Claude Code, Cursor, Windsurf, Codex CLI, and any Skills-Plugin-compatible client — to provide contextual instructions for CLI-based OKX operations. The agent reads the skill document at activation time and follows the command examples and operation flows described within.
See CONTRIBUTING.md for how to add or improve skills, and REVIEWING.md for review criteria.
Report security issues per SECURITY.md.
MIT — see LICENSE.
No description provided.
Optimize DeFi yield farming strategies across protocols with APY tracking and risk assessment
Skill for developing and analyzing cryptocurrency trading strategies and market analysis.
Agent-first CLI for the Crypto.com Exchange API. Market data by default; live trading opt-in via API keys. Available --services: market (default), trade, account, advanced, margin, staking, funding, fiat. Update args in MCP settings to expand capabilities.
No description provided.
67 trading, DeFi, and quantitative finance Agent Skills. Market data APIs, on-chain analysis, backtesting, risk management, execution, tax compliance, and more.
Expert agents for cryptocurrency trading, DeFi strategies, and market analysis