원클릭으로
ccxt-trade
Validate, place, and cancel exchange orders through CCXT. Use only for explicit user-requested trading actions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate, place, and cancel exchange orders through CCXT. Use only for explicit user-requested trading actions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Query authenticated read-only account state through CCXT including balances, orders, trades, and positions. Do not place or cancel orders.
Inspect exchange capabilities, sandbox setup, symbol support, and account management for CCXT.
Query public crypto exchange market data through CCXT. Use for ticker, order book, OHLCV, and symbol discovery. Do not use for balances or trading.
| name | ccxt-trade |
| description | Validate, place, and cancel exchange orders through CCXT. Use only for explicit user-requested trading actions. |
Use this skill only when user explicitly asks to trade.
Rules:
exchange field directly.account_add_api).create_order, cancel_order, and set_leverage require options.confirm=true to proceed.ccxt-admin.account_add_api exchange=<X> payload={alias:<A>,apiKey:<K>,secret:<S>} runtimeContext={password:<MASTER_PASSWORD>} onboarding.create_order, cancel_order, and set_leverage require explicit confirmation:
options.confirm=true in the request, orCONFIRMATION_REQUIRED with a details.preview object.Always confirm with the user before setting confirm=true.
details.preview is a preflight preview from request fields. Exchange precision and market limits are enforced during execution.
When the action fails with NO_API_ACCOUNT:
../references/exchange-onboarding.md for exchange-specific API page and requirements.account_add_api first.account_add_api stores credentials locally before live trade actions are retried.If user already has credentials:
When response code is ACCOUNT_LOCKED:
When request fails with AUTH_ERROR:
account_add_api.