Continuous monitoring for Polymarket prediction markets with configurable price alerts and real-time snapshots. You feed in token IDs from the scanner skill, set your polling interval and threshold percentage, and get JSON alerts when prices move. The monitor_prices script watches multiple markets at once, while watch_market gives you detailed order book depth and spread data for a single market. It's read-only and needs no API keys. Honestly most useful when you're tracking a handful of markets during active events and want to catch significant moves without refreshing browsers. The baseline windowing is a nice touch for smoothing out noise on volatile markets.
npx skills add https://github.com/mjunaidca/polymarket-skills --skill polymarket-monitor