Use Case
Stop doing repetitive finance & investment tasks manually. bybit-order-book lets your AI agent handle them automatically through natural conversation. 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 shows practical examples of using bybit-order-book to automate common finance & investment workflows and save hours every week.
Install bybit-order-book: npx clawhub@latest --dir ~/.claude/skills install bybit-order-book
Identify the repetitive finance & investment tasks you want to automate
Describe the task to your AI in plain English
bybit-order-book will execute the task and return results directly in the chat
Chain multiple tasks: ask your AI to run a sequence of operations
Copy these prompts and use them with your AI agent after installing bybit-order-book
Automate my finance & investment tasks using bybit-order-book
What repetitive tasks can bybit-order-book handle for me?
Set up a workflow that runs bybit-order-book every morning
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.