49 agent skills for bitmex-cli, organized by category.
Shared runtime contract, safety rules, autonomy progression, and MCP integration.
| Skill |
Description |
| bitmex-shared |
Shared runtime contract for bitmex-cli: auth, invocation, parsing, and safety. |
| bitmex-autonomy-levels |
Autonomy progression for agents: from read-only market data to autonomous trading. |
| bitmex-mcp-integration |
MCP client setup: Claude Desktop, Cursor, service filtering, and tool naming. |
| bitmex-rate-limits |
REST rate limit handling: 300 req/5min budget, headers, backoff, and WebSocket alternatives. |
| bitmex-order-types |
Order types, execInst modifiers, and TIF options with practical examples. |
| bitmex-error-recovery |
Error category handling, duplicate order prevention, retry logic, and partial fill management. |
Instruments, order books, trades, funding rates, alerts, and streaming.
| Skill |
Description |
| bitmex-market-intel |
Market data commands: instruments, order books, trades, candles, funding, and quotes. |
| bitmex-multi-pair |
Multi-symbol screening, funding rate comparison, and WebSocket multi-subscribe. |
| bitmex-alert-patterns |
Price, funding, liquidation, and balance alerts using polling and WebSocket. |
| bitmex-ws-streaming |
WebSocket streaming: topics, auth, NDJSON output, and piping to jq. |
Order execution, position management, stops, and fee optimization.
| Skill |
Description |
| bitmex-order-execution |
Safe order execution flow: validate, place, monitor, cancel, and dead man's switch. |
| bitmex-stop-take-profit |
Stop-loss and take-profit orders: Stop, StopLimit, bracket orders, and ReduceOnly. |
| bitmex-fee-optimization |
Minimize trading fees: maker vs taker, post-only orders, commission tiers. |
| bitmex-position-risk |
Position risk management: leverage, margin, funding costs, risk limits, and close procedures. |
| bitmex-risk-operations |
Operational risk controls: pre-flight checks, dead man's switch, mass cancel, emergency close. |
| bitmex-liquidation-guard |
Liquidation prevention: margin health, emergency flatten, dead man's switch, and real-time monitoring. |
Strategy testing and promotion to live trading.
| Skill |
Description |
| bitmex-testnet-strategy |
Strategy testing on BitMEX testnet: setup, limitations, validation workflow, and PnL review. |
| bitmex-testnet-to-live |
Promotion from testnet to live: checklist, small-size ramp-up, safety controls, and rollback. |
Basis trading, funding carry, DCA, grid, rebalancing, and TWAP.
| Skill |
Description |
| bitmex-basis-trading |
Delta-neutral basis trading between perpetuals and fixed-date futures. |
| bitmex-funding-carry |
Earn funding payments on perpetuals: scan rates, entry, monitoring, yield, and exit. |
| bitmex-dca-strategy |
Dollar cost averaging: testnet-first, fixed qty per interval, limit orders, position cap. |
| bitmex-grid-trading |
Grid trading on perpetuals: setup, order placement, fill monitoring, and shutdown. |
| bitmex-rebalancing |
Rebalancing positions: check allocations, calculate deltas, place orders, validate on testnet. |
| bitmex-twap-execution |
TWAP execution for large orders: slicing, rate-limit awareness, fill tracking, and abort. |
Deposits, withdrawals, transfers, staking, and exports.
| Skill |
Description |
| bitmex-wallet-ops |
Wallet operations: balance, deposits, withdrawals, transfers, and supported networks. |
| bitmex-staking |
Staking: check status, instruments, tiers, unstake, and pending unstake operations. |
| bitmex-trade-export |
Export trade, execution, and wallet data: history fetch, date filtering, CSV conversion. |
Balance analysis, P&L tracking, and subaccount management.
| Skill |
Description |
| bitmex-portfolio-intel |
Portfolio analysis: balance, positions, trade history, margin state, and volume. |
| bitmex-subaccount-ops |
Subaccount management: create, list transfer accounts, fund allocation. |
Multi-step workflows combining multiple skills.