dpro-ccxt skills is a skill pack from dpro, built on top of CCXT, for Codex, Claude, and OpenClaw.
It is designed for multi-exchange workflows, so the same skill layer can be used to inspect exchanges, view markets, read account state, and execute trade actions across different CCXT-supported exchanges.
API credentials are stored locally in an encrypted account store. The project does not rely on environment-variable onboarding for private actions, and account management is handled through dedicated skill flows.
ccxt-adminExchange diagnostics, sandbox checks, symbol support checks, API account onboarding, and default-account management.ccxt-marketPublic market data queries such as ticker, order book, OHLCV, and market discovery.ccxt-accountAuthenticated read-only account state, including balances, open orders, historical orders, trades, and positions.ccxt-tradeOrder validation and execution flows, including create order, cancel order, and leverage setup.
All actions are exposed as skill scripts with unified validation, structured JSON output, and shared guardrails.
- Built on CCXT, so one skill system can serve multiple exchanges.
- Separates admin, market, account, and trade responsibilities clearly.
- Keeps API keys and master-password-based access in local encrypted storage.
- Provides the same skill experience across Codex, Claude, and OpenClaw.
- Includes beginner-friendly tutorials in both English and Chinese.
- Install dependencies
npm install
- Build skill targets
npm run build:skills
- Install skills into the local workspace
npm run install:skills
- Run tests
npm test
- Build TypeScript
npm run build
- Install platform-specific skills
npm run install:codexnpm run install:claudenpm run install:openclaw