📦 bybit-order-book — 下载回测订单簿

v1.0.0

一键下载 ByBit 衍生品历史订单簿快照,自动解压 ob500 JSONL 并过滤至深度 50,内置 10 种策略(失衡、突破、假突破、剥头皮、动量、反转、 spoofing 检测、最优执行、做市、延迟套利)回测,秒级生成 PnL、夏普、胜率、最大回撤及策略对比报告。

2· 1.3k·1 当前·1 累计
下载技能包
最后更新
2026/4/22
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it says: scrape ByBit's public history-data page, parse ob500 JSONL files, and run backtests. Before installing/using it: (1) be aware it uses undetected-chromedriver to bypass Cloudflare — this can violate ByBit's terms of service and is intentionally evasive behavior (use at your own risk); (2) run pip installs inside a virtualenv or container rather than with --break-system-packages; (3) Chrome/Chromium must be present and the driver may download binaries; (4) do...
详细分析 ▾
用途与能力
Name and description match the provided scripts: download_orderbook.py uses Selenium/undetected-chromedriver to fetch ByBit history-data, process_orderbook.py parses ZIP/JSONL and filters to depth 50, and backtest.py runs multiple strategies and generates reports. No unrelated credentials, binaries, or config paths are requested.
指令范围
SKILL.md instructs the agent/user to install Selenium-related Python packages and to run the three pipeline scripts. The instructions focus on downloading from ByBit and local processing; they do not ask to read unrelated system files or exfiltrate data. Note: the pipeline explicitly uses undetected-chromedriver to bypass Cloudflare — functionally expected for this scraper but has operational and TOS implications.
安装机制
No registry install spec is present (instruction-only), but SKILL.md instructs pip installing undetected-chromedriver, selenium, pandas, numpy, pyarrow using the flag --break-system-packages. This is a user-side install recommendation (no automatic external arbitrary archive downloads in the manifest). The use of undetected-chromedriver is the primary risk vector (it manages browser driver binaries and is intended to evade bot protections).
凭证需求
The skill requires no environment variables, no credentials, and no config paths. All requested resources (Chrome/Chromium, Python libs, disk space) match the stated functionality. There are no requests for unrelated secrets or tokens.
持久化与权限
The skill is not always-enabled, does not request persistent system-wide privileges, and does not modify other skills. It is an instruction-driven, on-demand tool that runs locally and stores data in user-specified directories.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/8

NULL

可疑

安装命令

点击复制
官方npx clawhub@latest install bybit-order-book
镜像加速npx clawhub@latest install bybit-order-book --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库