Use Case
bybit-order-book isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. 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 covers how to deploy bybit-order-book for your team, standardize prompts, and create shared workflows that everyone can use.
Install bybit-order-book in your project directory: .claude/skills/bybit-order-book/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use bybit-order-book in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing bybit-order-book
How can my team use bybit-order-book together?
Set up bybit-order-book for our project so everyone can use it
Create a shared workflow using bybit-order-book for our team
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.