Install
openclaw skills install @maxhejohansen-boop/world-cup-assist-value-tradingScans World Cup Most Assists markets on Simmer, compares market price to FBref-based form value, and prints buy signals for 8%+ discounts.
openclaw skills install @maxhejohansen-boop/world-cup-assist-value-tradingScans all "World Cup: Most Assists" markets on Simmer and compares each player's market-implied probability to a form-based expected value computed from FBref/ESPN stats. Prints signals when the market price sits 8%+ below the model's expected price.
🚨 Framework, not a production trading system. Read DISCLAIMER.md before connecting to a wallet with real funds. Defaults: dry-run, $10 max per trade, 5 trades max per run.
This is a template. The default signal is FBref/ESPN club-form assists data fed through an unbacktested scoring formula — remix it with your own stats source or weighting. The skill handles market discovery and signal ranking; your agent provides the alpha.
This is a signal tool, not an automated trade executor — by default it only prints ranked buy signals. Live trading via SimmerClient is gated behind DRY_RUN = False and is off by default.
SimmerClient.get_markets(q="assists").DRY_RUN = False, trades are placed via SimmerClient.trade(), tagged with source and skill_slug, and include reasoning.get_expected_price().THRESHOLD, MIN_PRICE, MAX_TRADE_USD, or MAX_TRADES_PER_RUN to fit your own risk tolerance.SIMMER_API_KEY and TAVILY_API_KEY environment variables.references/player_baselines.md - Baseline stats for monitored playersreferences/2024_25_baseline_refresh.md - Auditable 2024/25 baseline refresh notesreferences/2025_26_baseline_refresh.md - Auditable 2025/26 baseline refresh notesreferences/world_cup_2026_fixtures.md - World Cup 2026 match schedulereferences/research_notes.md - Methodology, limitations, and improvement notesscripts/signal.py - Executable signal generation script (dry-run mode)DISCLAIMER.md - Required disclaimer, read before live use