ワンクリックで
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.