بنقرة واحدة
ccxt-admin
Inspect exchange capabilities, sandbox setup, symbol support, and account management for CCXT.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Inspect exchange capabilities, sandbox setup, symbol support, and account management for CCXT.
التثبيت باستخدام 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.
Query public crypto exchange market data through CCXT. Use for ticker, order book, OHLCV, and symbol discovery. Do not use for balances or trading.
Validate, place, and cancel exchange orders through CCXT. Use only for explicit user-requested trading actions.
| name | ccxt-admin |
| description | Inspect exchange capabilities, sandbox setup, symbol support, and account management for CCXT. |
Use this skill for diagnostics and control-plane operations.
Rules:
account_add_api, account_ls, account_remove, account_set_default.account_add_api only.../references/exchange-onboarding.md for exchange-specific API setup guidance.account_add_api request fields and stores the values in the local encrypted account store.Use these actions as control-plane commands:
account_add_api to save encrypted credentials locally.account_ls to check whether API account exists (used before onboarding).account_remove to remove an alias.account_set_default to choose default account per exchange.