/install dolph-clob-microstructure
CLOB Microstructure Scanner
Structural alpha from Polymarket order book analysis. Nobody else on Simmer does this.
What It Does
Pulls raw order book data from Polymarket's CLOB API and scores each market on four microstructure dimensions:
| Dimension | What It Measures |
|---|---|
| Liquidity Gaps | Thin zones in the book where price can jump |
| Order Book Imbalance | Bid vs ask weight asymmetry |
| Whale Activity | Large single orders relative to book depth |
| Fake Breakout Detection | Sudden moves on thin volume that revert |
Each dimension scores 0-25, combined into a 0-100 inefficiency score.
Signals
- ENTRY_OK — Normal conditions, standard sizing
- REDUCE_SIZE — Elevated microstructure risk, cut position size
- SKIP — Too dangerous, stay out
- MEAN_REVERT — Fake breakout detected, fade the move
The bot only trades on MEAN_REVERT signals, fading fake breakouts via SimmerClient.
Configuration
- Runs every 5 minutes via cron
- Defaults to dry-run; pass
--livefor real execution - Requires
SIMMER_API_KEYenvironment variable
Usage
# Dry run (default)
python clob_microstructure.py
# Live trading
python clob_microstructure.py --live
# Quiet mode for cron
python clob_microstructure.py --live --quiet
🧪 Remixable Template — Fork this skill and tweak the scoring weights, signal thresholds, or add your own microstructure indicators. The modular scoring system makes it easy to extend.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dolph-clob-microstructure - 安装完成后,直接呼叫该 Skill 的名称或使用
/dolph-clob-microstructure触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Polymarket Clob Microstructure 是什么?
Analyzes Polymarket order book microstructure for inefficiencies and generates signals to trade fake breakouts and manage position sizing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Polymarket Clob Microstructure?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dolph-clob-microstructure」即可一键安装,无需额外配置。
Polymarket Clob Microstructure 是免费的吗?
是的,Polymarket Clob Microstructure 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Clob Microstructure 支持哪些平台?
Polymarket Clob Microstructure 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Clob Microstructure?
由 richducat(@richducat)开发并维护,当前版本 v1.0.0。