What problem does it solve? The upstream howdymary/autopredict repository has broken defaults, stub CLI commands, and scaffold-only live trading code, making it easy to run invalid backtests or misjudge what the repo can actually do. This Skill wraps the repo with audited guidance and safer helper scripts so you can scan markets, backtest, and tune parameters without hitting known failure modes. ## Core Features & Use Cases - Live Market Scanning: Scan live Polymarket markets, inspect multi-outcome event overround/underround, and evaluate a single market against your own fair probability estimate. - Reproducible Backtesting: Run backtests against JSON datasets with guaranteed dataset handling, avoiding the upstream TypeError caused by a null default dataset. - Parameter Tuning: Grid-search strategy parameters like min_edge and aggressive_edge with ranked metrics output, bypassing the stub learn tune CLI. - Use Case: You have a hypothesis that lowering min_edge improves Sharpe on a market snapshot dataset. Use the tuning helper to sweep min_edge values, then compare summary.json results across runs. ## Quick Start Ask the assistant to set up the AutoPredict repo and scan the top 10 most liquid Polymarket markets with verbose execution details.