Skip to content

Latest commit

 

History

History
130 lines (96 loc) · 8.41 KB

File metadata and controls

130 lines (96 loc) · 8.41 KB

Skills Index

49 agent skills for bitmex-cli, organized by category.

Core

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.

Market Data

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.

Trading

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.

Testnet

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.

Advanced Strategies

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.

Wallet & Staking

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.

Portfolio & Account

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.

Recipes

Multi-step workflows combining multiple skills.

Strategy Recipes

Skill Description
bitmex-recipe-start-dca-bot Set up and run a DCA bot from testnet validation to live.
bitmex-recipe-launch-grid-bot Deploy a grid trading bot with testnet validation.
bitmex-recipe-trailing-stop-runner Ride a trend with a trailing stop that locks in profits on reversal.
bitmex-recipe-basis-trade-entry Enter a perp-futures basis trade when premium exceeds threshold.
bitmex-recipe-futures-hedge-spot Hedge a long position with a short perpetual.
bitmex-recipe-funding-rate-scan Scan perpetual contracts for funding rate carry opportunities.
bitmex-recipe-testnet-strategy-backtest Validate a strategy across multiple testnet sessions before going live.

Portfolio Recipes

Skill Description
bitmex-recipe-weekly-rebalance Weekly rebalance to maintain target position allocations.
bitmex-recipe-daily-pnl-report Daily realised P&L summary from trades and wallet history.
bitmex-recipe-portfolio-snapshot-csv Export portfolio snapshot with balances and positions to CSV.
bitmex-recipe-subaccount-capital-rotation Rotate capital between subaccounts based on strategy performance.
bitmex-recipe-fee-tier-progress Track trading volume and commission rates.

Market Data Recipes

Skill Description
bitmex-recipe-morning-market-brief Morning summary: prices, funding, positions, and wallet.
bitmex-recipe-multi-pair-breakout-watch Monitor multiple symbols for price breakouts.
bitmex-recipe-track-orderbook-depth Monitor order book depth and bid-ask imbalance for liquidity signals.
bitmex-recipe-price-level-alerts Set up price level alerts for key levels.

Risk Recipes

Skill Description
bitmex-recipe-emergency-flatten Cancel all orders and close all positions immediately.
bitmex-recipe-drawdown-circuit-breaker Halt trading when portfolio drawdown exceeds threshold.

Funding Recipes

Skill Description
bitmex-recipe-withdrawal-to-cold-storage Safely withdraw funds to a pre-approved cold storage address.
bitmex-recipe-staking-yield-compare Compare staking yields across instruments to find the best rate.