bithumb-trade
Installation
SKILL.md
Bithumb CEX Trading CLI
Place, cancel, and monitor single or batch spot orders; run TWAP (Time-Weighted Average Price) orders for large positions. Requires API credentials. All orders are real funds — Bithumb has no demo/simulated mode.
Tool Routing
Writes are CLI-first: prefer the documented bithumb ... CLI; fall back to MCP only when the CLI is unavailable/fails or the user asks for MCP. The CLI carries safety mechanisms MCP lacks (per-profile read-only gating, account isolation, terminal reproducibility). Read-only queries: either path is fine.
Prerequisites
- Install:
npm install -g @bithumb-official/bithumb-cli - Credentials:
BITHUMB_ACCESS_KEY/BITHUMB_SECRET_KEYenv vars, or~/.bithumb/config.toml.
Skill Routing
Market data → bithumb-market; assets/wallet/API keys → bithumb-account; deposits → bithumb-deposit; withdrawals → bithumb-withdraw; audit logs/diagnostics → bithumb-system; orders → this skill.