Use Case
bybit-order-book is a powerful AI agent skill that extends your assistant with new capabilities. Download, process, and backtest ByBit derivatives historical order book data. Use this skill when the user wants to: (1) download historical order book snapshots from ByBit's derivatives history-data page using Selenium automation, (2) process/unzip ob500 JSONL files and filter to depth 50, (3) run any of 10 order-book-based trading strategies (Order Book Imbalance, Breakout, False Breakout, Scalping, Momentum, Reversal, Spoofing Detection, Optimal Execution, Market Making, Latency Arbitrage) against the data, or (4) generate full backtest performance reports with PnL, Sharpe ratio, win rate, max drawdown, and strategy comparison. Triggers on: "bybit order book", "order book backtest", "download bybit data", "ob500", "order book imbalance", "spoofing detection strategy", "market making backtest", "crypto order book", "depth of book backtest", "bybit historical data". This guide walks you through installing bybit-order-book, configuring it for your setup, and running your first commands β so you can start getting value in minutes.
Install bybit-order-book: npx clawhub@latest --dir ~/.claude/skills install bybit-order-book
Restart your AI client (Claude Code, Cursor, Gemini CLI, or OpenClaw)
Type a natural language request related to finance & investment to trigger bybit-order-book
Review the output and refine your prompt for better results
Combine bybit-order-book with other skills to build multi-step workflows
Copy these prompts and use them with your AI agent after installing bybit-order-book
Help me get started with bybit-order-book
What can bybit-order-book do for my finance & investment workflow?
Show me an example of using bybit-order-book
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install bybit-order-bookOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install bybit-order-bookβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/bybit-order-book/π‘Extract and place the folder at the path above, then restart your agent.