Agent skill
using-ccxt-adapter
How to use the CCXT adapter as a multi-exchange factory for CEX trading (Binance, Hyperliquid, Aster, etc.) — setup, credentials, and common operations.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/using-ccxt-adapter
Metadata
Additional technical details for this skill
- tags
- wayfinder, ccxt, binance, hyperliquid, aster, cex, trading, exchange
SKILL.md
When to use
Use this skill when you are:
- Trading on centralized exchanges (Binance, Hyperliquid, Aster, Bybit, dYdX, etc.)
- Fetching tickers, orderbooks, or balances from CEXes
- Placing market/limit orders via CCXT
- Writing scripts that interact with multiple exchanges simultaneously
How to use
- rules/setup-and-config.md - Adapter init, config format, credentials per exchange
- rules/examples.md - Common operations (tickers, orders, balances, multi-exchange)
- rules/gotchas.md - Async lifecycle, credential formats, rate limits
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?