| 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 management actions are exposed only by this skill:
account_add_api, account_ls, account_remove, account_set_default.
- On auth failures, guide re-onboarding with
account_add_api only.
- Use
../references/exchange-onboarding.md for exchange-specific API setup guidance.
- Credential onboarding uses
account_add_api request fields and stores the values in the local encrypted account store.
Account Management
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.