← Back to Skills Marketplace
mibayy

Polymarket Clob Microstructure

by Mibayy · GitHub ↗ · v2.0.4 · MIT-0
cross-platform ✓ Security Clean
202
Downloads
0
Stars
0
Active Installs
9
Versions
Install in OpenClaw
/install polymarket-clob-microstructure
Description
Analyzes Polymarket CLOB order book microstructure to find structural inefficiencies. Scores markets 0-100 on liquidity gaps, order book imbalance, whale act...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-clob-microstructure
  3. After installation, invoke the skill by name or use /polymarket-clob-microstructure
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug polymarket-clob-microstructure
Version 2.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 9
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 202 downloads so far.

How do I install Polymarket Clob Microstructure?

Run "/install polymarket-clob-microstructure" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Clob Microstructure free?

Yes, Polymarket Clob Microstructure is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Clob Microstructure support?

Polymarket Clob Microstructure is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Clob Microstructure?

It is built and maintained by Mibayy (@mibayy); the current version is v2.0.4.

💬 Comments