A read-only scanner for Polymarket prediction markets that pulls live data without any authentication. You get three Python scripts: one to browse and filter markets by category, volume, or keyword, another to fetch full order books for specific tokens, and a third for quick price checks. The workflow is straightforward: scan for markets, grab the token IDs from the output, then pipe those into the orderbook or pricing scripts. Volumes, spreads, and liquidity metrics all come back as JSON. Useful if you're tracking specific events or just want to see what people are betting on without opening a browser. The scripts include a security warning about user-generated market text, which is reasonable given the source.
npx skills add https://github.com/mjunaidca/polymarket-skills --skill polymarket-scanner