Polymarket Clob Microstructure

v2.0.4

Analyzes Polymarket CLOB order book microstructure to find structural inefficiencies. Scores markets 0-100 on liquidity gaps, order book imbalance, whale act...

0· 135·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk972mfvttnqve9dw06d1rpazbd839xfk

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments