Install
openclaw skills install polymarket-worldcup-group-repricerWorld Cup Groups skill — a market-dynamics play on group-winner sets. Buys group favorites at pre-tournament prices and trims after qualification "becomes obvious" and casual money reprices (bet on the repricing, not the champion), plus trades incoherent group market sets back toward consistency. Sim by default.
openclaw skills install polymarket-worldcup-group-repricerA Groups-category skill for the 2026 World Cup built on market dynamics, not winner-picking:
$SIM; real trading requires --live and --venue polymarket
and a claimed, wallet-linked Simmer agent. --live and --dry-run are mutually exclusive.open_exposure + cost > DAILY_BUDGET_USD. State updates are lock-protected (fcntl.flock).state_dry.json) and routes through the SDK paper
engine rather than stubbing success.$SIM — see Known limitations).skill_slug + a public reasoning string.| Var | Default | Meaning |
|---|---|---|
TRADING_VENUE | sim | sim or polymarket (with --live) |
MAX_TRADE_USD | 5 | per-leg cap |
DAILY_BUDGET_USD | 50 | open-exposure cap |
ENTRY_MAX_ASK | 0.55 | buy a group favorite only at/below this |
EXIT_REPRICE | 0.78 | trim a held leg at/above this |
MIN_COHERENCE_GAP | 0.05 | min ` |
MAX_SLIPPAGE_PCT | 0.03 | skip legs whose context slippage exceeds this |
python scripts/group_repricer.py --dry-run # default; sim paper pass
python scripts/group_repricer.py --status # show positions/exposure
python scripts/group_repricer.py --live --venue polymarket # real money (after sim record)
Requires SIMMER_API_KEY.
$SIM (LMSR) has no order book — ask/spread/depth gates only bind on the real venue; sim
validates logic, not microstructure.EXIT_REPRICE) is the strategy's most sensitive knob — it ships at a
reasonable default and is meant to be tuned in sim / by Autoresearch, not trusted blindly.No performance claims are made or implied. This skill describes what it does, not what it returns.