Skip to content

dProLabs/dpro-ccxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

dpro-ccxt skills

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.

What this project provides

  • ccxt-admin Exchange diagnostics, sandbox checks, symbol support checks, API account onboarding, and default-account management.
  • ccxt-market Public market data queries such as ticker, order book, OHLCV, and market discovery.
  • ccxt-account Authenticated read-only account state, including balances, open orders, historical orders, trades, and positions.
  • ccxt-trade Order 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.

Why dpro-ccxt skills

  • 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.

Quick start

  1. Install dependencies
    • npm install
  2. Build skill targets
    • npm run build:skills
  3. Install skills into the local workspace
    • npm run install:skills

Development

  • Run tests
    • npm test
  • Build TypeScript
    • npm run build
  • Install platform-specific skills
    • npm run install:codex
    • npm run install:claude
    • npm run install:openclaw

Tutorials

About

dPro+CCXT toolkit πŸš€ supporting dozens of CEXs for spot, perp, and futures operations, combining market/account intelligence πŸ“Š, pre-trade readiness checks βœ…, and secure fund transfer flows πŸ”.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors