This is a zero-risk trading simulator that executes against live Polymarket order book prices and persists your portfolio in SQLite. It walks the actual order book to fill trades rather than using mid-prices, includes configurable risk rules like max position sizing and drawdown limits, and can execute structured recommendations from strategy advisors. The health check script is smart: run it at session start and it fetches live prices, updates your portfolio, evaluates stop losses, and returns a color-coded risk status. If you're building trading strategies or want to test ideas against real market data without putting money on the line, this gives you the full simulation loop with persistent state across sessions.
npx skills add https://github.com/mjunaidca/polymarket-skills --skill polymarket-paper-trader