← 返回 Skills 市场
202
总下载
0
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install polymarket-clob-microstructure
功能描述
Analyzes Polymarket CLOB order book microstructure to find structural inefficiencies. Scores markets 0-100 on liquidity gaps, order book imbalance, whale act...
安全使用建议
This skill appears to do what it says: analyze Polymarket order books and (if you opt in) place fade trades via your Simmer account. Before installing: (1) review and test in dry-run mode; (2) only provide a SIMMER_API_KEY with minimal required permissions and consider creating a restricted/trading-limited key; (3) pin and audit the pip dependencies (simmer-sdk, requests) before installing; (4) verify cron schedule and MAX_TRADES/CLOB_TRADE_SIZE environment variables to limit loss exposure; (5) inspect the full script for any parts you want to adjust (trade sizing, skip rules, thresholds) before enabling --live.
功能分析
Type: OpenClaw Skill
Name: polymarket-clob-microstructure
Version: 2.0.4
The skill is a legitimate trading bot designed to analyze Polymarket order book microstructure and execute trades via the Simmer SDK. The code in clob_microstructure.py implements transparent financial analysis logic (liquidity gaps, imbalance, whale activity) and uses standard environment variables for API keys without any signs of data exfiltration, obfuscation, or malicious execution.
能力评估
Purpose & Capability
Name/description, SKILL.md, clawhub.json, and the Python code all align: the script fetches order books and trades from Polymarket endpoints and uses simmer_sdk to place trades. Required pip packages (simmer-sdk, requests) and the SIMMER_API_KEY credential are proportionate to the claimed functionality.
Instruction Scope
SKILL.md and the code limit actions to fetching order books/trades from polymarket domains and interacting with SimmerClient. The script defaults to dry-run and only executes real trades when run with --live. No instructions ask the agent to read unrelated system files or exfiltrate data.
Install Mechanism
There is no arbitrary download/install URL; dependencies are standard pip packages (simmer-sdk, requests). Installing pip packages is normal but carries moderate risk if packages are unvetted—pin versions and audit packages when possible.
Credentials
Only SIMMER_API_KEY (and optional env vars for tuning) are required. This is appropriate for a trading bot, but SIMMER_API_KEY is powerful (it can authorize trades). Ensure you understand and limit the API key's permissions and use dry-run before enabling live trading.
Persistence & Privilege
The skill is not forced-always, does not request system-wide privileges, and does not modify other skills. It is scheduled via cron in metadata (*/5 minutes) which matches the documented behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-clob-microstructure - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-clob-microstructure触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.4
Major perf fix: filter coin-flips, near-expiry, near-resolved markets. Raise score threshold, cap trades/run, dynamic sizing
v2.0.3
Fix requires.env: only list mandatory vars, optional vars documented in SKILL.md only
v2.0.2
Fix manifest/code consistency: sync versions, declare all env vars, set managed:true, type:automaton
v2.0.1
Fix Market dataclass access, find_markets API, venue default to sim
v2.0.0
- Updated skill version from 1.0.0 to 1.3.0.
- No core logic or behavioral changes; only version metadata updated.
v1.3.0
Fix: removed managed:true and --live args from automaton. Dry-run by default, user controls execution.
v1.2.0
Fixed: use client.trade() instead of create_order(), yes/no sides, context check, singleton pattern
v1.1.0
Added singleton client pattern with venue=polymarket, context check before trading, fixed TRADE_SOURCE format
v1.0.0
- Initial release of CLOB Microstructure Scanner for Polymarket.
- Scores markets 0–100 based on liquidity gaps, order book imbalance, whale activity, and fake breakout detection.
- Generates actionable trading signals: ENTRY_OK, REDUCE_SIZE, SKIP, and MEAN_REVERT (trades the fade).
- Runs every 5 minutes; dry-run by default, with live trading via command-line option.
- Highly configurable and designed for easy extension.
元数据
常见问题
Polymarket Clob Microstructure 是什么?
Analyzes Polymarket CLOB order book microstructure to find structural inefficiencies. Scores markets 0-100 on liquidity gaps, order book imbalance, whale act... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 202 次。
如何安装 Polymarket Clob Microstructure?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-clob-microstructure」即可一键安装,无需额外配置。
Polymarket Clob Microstructure 是免费的吗?
是的,Polymarket Clob Microstructure 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Clob Microstructure 支持哪些平台?
Polymarket Clob Microstructure 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Clob Microstructure?
由 Mibayy(@mibayy)开发并维护,当前版本 v2.0.4。
推荐 Skills