Install
openclaw skills install simmer-momentum-traderMomentum-based trading skill for Simmer prediction markets. Detects probability momentum and divergence to generate YES/NO trades on Polymarket. Remixable —...
openclaw skills install simmer-momentum-traderTrades prediction markets on Simmer using a momentum + divergence signal. When probability diverges from recent averages, it buys the underpriced side expecting mean reversion or continuation.
The default strategy uses a price divergence signal:
DIVERGENCE_THRESHOLD env var (default: 0.08)This is a template. The default signal is probability divergence — remix it with alternative signals like volume spikes, social sentiment, or your own model predictions. The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha.
SIMMER_API_KEY in your environmentDIVERGENCE_THRESHOLD (default: 0.08)TRADE_AMOUNT (default: 5.0)MARKET_IDS to a comma-separated list of market IDs to monitorSwap in your own signal by replacing the calculate_signal() function in simmer_momentum_trader.py:
The rest of the plumbing — market discovery, context checks, order execution, error handling — stays the same.
--live for real trades.