Install
openclaw skills install polymarket-scannerAutomated Polymarket prediction market scanner and trader via Simmer API. Use when analyzing prediction markets, scanning for trading opportunities, executin...
openclaw skills install polymarket-scannerAutomated prediction market scanner that finds mispriced markets and executes trades via the Simmer Markets API.
SIMMER_API_KEY env var (get from https://simmer.markets)python scripts/scanner.py
Scans top 20 opportunities, filters by score/divergence/warnings, executes qualifying trades.
python scripts/scanner.py --positions
python scripts/scanner.py --status
| Rule | Virtual ($SIM) | Real (USDC) |
|---|---|---|
| Single trade | ≤10% balance | ≤$100 |
| Daily limit | ≤30% balance | ≤$500 |
| Stop-loss | -15% | -10% |
| Max positions | 5 | 3 |
| Min opportunity score | 25 | 40 |
| Min divergence | 3% | 5% |
Cron (every 4h) → scanner.py → Simmer API
├── Get balance & positions
├── Scan opportunities (score, divergence, warnings)
├── Filter by trading rules
├── Execute qualifying trades (SIM auto, USDC manual)
└── Log to trading_log.jsonl
trading_log.jsonl